| Age | Commit message (Expand) | Author |
| 2008-01-18 | Merge from mainline. | Tanya Lattner |
| 2008-01-15 | rename SDTRet -> SDTNone. | Chris Lattner |
| 2008-01-15 | Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg... | Owen Anderson |
| 2008-01-11 | rename MachineInstr::setInstrDescriptor -> setDesc | Chris Lattner |
| 2008-01-11 | Weak zeroes don't go in bss on Darwin. | Dale Johannesen |
| 2008-01-10 | get def use info more correct. | Chris Lattner |
| 2008-01-07 | Only mark instructions that load a single value without extension as isSimple... | Evan Cheng |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2008-01-07 | Rename all the M_* flags to be namespace qualified enums, and switch | Chris Lattner |
| 2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
| 2008-01-07 | remove MachineOpCode typedef. | Chris Lattner |
| 2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
| 2008-01-07 | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson |
| 2008-01-06 | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner |
| 2008-01-06 | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner |
| 2008-01-06 | remove explicit isStore flags that are now inferrable. | Chris Lattner |
| 2008-01-04 | Move some more functionality from MRegisterInfo to TargetInstrInfo. | Owen Anderson |
| 2008-01-01 | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson |
| 2008-01-01 | Fix a problem where lib/Target/TargetInstrInfo.h would include and use | Chris Lattner |
| 2007-12-31 | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner |
| 2007-12-30 | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis... | Chris Lattner |
| 2007-12-30 | use simplified operand addition methods. | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
| 2007-12-12 | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia... | Evan Cheng |
| 2007-12-08 | Doh | Evan Cheng |
| 2007-12-08 | Fix a compilation warning. | Evan Cheng |
| 2007-12-05 | Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether | Evan Cheng |
| 2007-12-02 | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng |
| 2007-12-01 | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng |
| 2007-11-27 | several entries got significantly better, though they still aren't done. | Chris Lattner |
| 2007-11-27 | implement a trivial readme entry. | Chris Lattner |
| 2007-11-24 | Several changes: | Chris Lattner |
| 2007-11-13 | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen |
| 2007-11-13 | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling |
| 2007-11-13 | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling |
| 2007-11-12 | Add a flag for indirect branch instructions. | Owen Anderson |
| 2007-11-11 | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov |
| 2007-11-09 | Much improved pic jumptable codegen: | Evan Cheng |
| 2007-11-08 | [ARM] Implement __builtin_thread_pointer. | Lauro Ramos Venancio |
| 2007-11-05 | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola |
| 2007-11-05 | [ARM] Fix code generation for: | Lauro Ramos Venancio |
| 2007-11-05 | Eliminate the remaining uses of getTypeSize. This | Duncan Sands |
| 2007-10-31 | Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa... | Rafael Espindola |
| 2007-10-31 | Make ARM an X86 memcpy expansion more similar to each other. | Rafael Espindola |
| 2007-10-25 | Support non-POSIX hosts by removing use of strncasecmp. | Dale Johannesen |
| 2007-10-22 | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng |
| 2007-10-19 | split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. | Rafael Espindola |