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