| Age | Commit message (Expand) | Author |
| 2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
| 2008-03-30 | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner |
| 2008-03-17 | minor cleanups | Chris Lattner |
| 2008-03-10 | Default ISD::PREFETCH to expand. | Evan Cheng |
| 2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
| 2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |
| 2008-02-16 | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth |
| 2008-01-17 | This commit changes: | Chris Lattner |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-11-13 | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling |
| 2007-11-12 | Added JumpTable support | Bruno Cardoso Lopes |
| 2007-11-05 | Added support for PIC code with "explicit relocations" *only*. | Bruno Cardoso Lopes |
| 2007-10-09 | Position Independent Code (PIC) support [3] | Bruno Cardoso Lopes |
| 2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
| 2007-08-28 | Changed stack allocation On LowerFORMAL_ARGUMENTS. | Bruno Cardoso Lopes |
| 2007-08-21 | InlineAsm asm support for integer registers added | Bruno Cardoso Lopes |
| 2007-08-18 | Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddress | Bruno Cardoso Lopes |
| 2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
| 2007-07-11 | Fixed AddLiveOut issues | Bruno Cardoso Lopes |
| 2007-07-11 | Assert when TLS is not implemented. | Lauro Ramos Venancio |
| 2007-06-06 | Initial Mips support, here we go! =) | Bruno Cardoso Lopes |