| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -8/+15 |
* | mark "addr" as having type "iPTR", eliminating some type comparisons | Chris Lattner | 2010-02-14 | 1 | -1/+1 |
* | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -3/+2 |
* | Add suport for VASTART on Mips. | Bruno Cardoso Lopes | 2010-02-06 | 2 | -0/+22 |
* | First step towards varargs support in Mips: | Bruno Cardoso Lopes | 2010-02-06 | 1 | -38/+117 |
* | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -1/+4 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -2/+3 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | MulOp is actually a Mips specific node, so do the match using Opcode. This fi... | Bruno Cardoso Lopes | 2010-02-01 | 1 | -1/+1 |
* | Fix stack size bug while using o32 abi | Bruno Cardoso Lopes | 2010-02-01 | 1 | -10/+18 |
* | Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the rig... | Bruno Cardoso Lopes | 2010-01-30 | 1 | -5/+5 |
* | Fix mov.d out register by using the FFR register class directly | Bruno Cardoso Lopes | 2010-01-30 | 1 | -1/+5 |
* | convert the last 3 targets to use EmitFunctionBody() now that | Chris Lattner | 2010-01-28 | 1 | -63/+24 |
* | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner | 2010-01-28 | 1 | -16/+9 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
* | switch mips to use the shared EmitFunctionHeader() function | Chris Lattner | 2010-01-27 | 1 | -41/+19 |
* | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 2 | -2/+4 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -0/+1 |
* | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner | 2010-01-26 | 1 | -3/+0 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner | 2010-01-26 | 1 | -2/+0 |
* | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | don't set value to its default. | Chris Lattner | 2010-01-25 | 1 | -1/+0 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 3 | -3/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 3 | -0/+4 |
* | reduce redundant are's. | Chris Lattner | 2010-01-20 | 1 | -1/+1 |
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 3 | -21/+7 |
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 3 | -7/+21 |
* | Fix a bug introduced on r92564 where the name "Node" was already | Bruno Cardoso Lopes | 2010-01-19 | 1 | -2/+2 |
* | On pic function calls some arguments were marked dead and | Bruno Cardoso Lopes | 2010-01-19 | 2 | -15/+30 |
* | load f64 +0.0 in a cleaner way. This fix part of PR5445 | Bruno Cardoso Lopes | 2010-01-19 | 2 | -12/+12 |
* | Fix return registers for mips eabi | Bruno Cardoso Lopes | 2010-01-19 | 1 | -4/+4 |
* | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -93/+0 |
* | simplify the mips target to print .size and .type for c strings | Chris Lattner | 2010-01-19 | 1 | -6/+2 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -48/+19 |
* | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner | 2010-01-16 | 1 | -24/+51 |
* | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -38/+37 |
* | Fix setting and default setting of code model for jit. Do this | Eric Christopher | 2009-12-21 | 1 | -5/+0 |
* | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor | 2009-12-19 | 1 | -13/+13 |
* | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman | 2009-12-05 | 2 | -17/+0 |
* | Support PIC loading of constant pool entries | Bruno Cardoso Lopes | 2009-11-25 | 2 | -13/+20 |
* | Use endianess dependent offsets for load/store of doubles when | Bruno Cardoso Lopes | 2009-11-25 | 1 | -0/+8 |
* | Only include in the callee saved regs the sub registers to avoid | Bruno Cardoso Lopes | 2009-11-25 | 1 | -5/+2 |
* | Add proper emission of load/store double to stack slots for mips1 targets! | Bruno Cardoso Lopes | 2009-11-25 | 1 | -21/+43 |
* | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -3/+0 |
* | We are not using DBG_STOPPOINT anymore. | Devang Patel | 2009-11-21 | 1 | -1/+0 |