| Age | Commit message (Expand) | Author |
| 2011-01-25 | [AVX] Add TableGen classes for vector/subvector type constraints. | David Greene |
| 2011-01-23 | Add support for the --noexecstack option. | Rafael Espindola |
| 2011-01-23 | Delay the creation of eh_frame so that the user can change the defaults. | Rafael Espindola |
| 2011-01-21 | Convert -enable-sched-cycles and -enable-sched-hazard to -disable | Andrew Trick |
| 2011-01-20 | Sorry, several patches in one. | Evan Cheng |
| 2011-01-15 | fix typo | Chris Lattner |
| 2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
| 2011-01-09 | Remove TargetRegisterInfo::NoRegister. | Jakob Stoklund Olesen |
| 2011-01-09 | Change virtual register numbering to make more space for physical registers. | Jakob Stoklund Olesen |
| 2011-01-09 | Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and | Jakob Stoklund Olesen |
| 2011-01-09 | Fix comment. | Jakob Stoklund Olesen |
| 2011-01-09 | Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi... | Jakob Stoklund Olesen |
| 2011-01-08 | Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead of | Jakob Stoklund Olesen |
| 2011-01-08 | Use an IndexedMap for LiveVariables::VirtRegInfo. | Jakob Stoklund Olesen |
| 2011-01-07 | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng |
| 2011-01-07 | DBG_VALUE does not have any side effects; it also makes no sense to mark it c... | Evan Cheng |
| 2011-01-07 | Add ARM patterns to match EXTRACT_SUBVECTOR nodes. | Bob Wilson |
| 2011-01-06 | Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy | Evan Cheng |
| 2010-12-24 | Various bits of framework needed for precise machine-level selection | Andrew Trick |
| 2010-12-24 | whitespace | Andrew Trick |
| 2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |
| 2010-12-18 | Remove the MCObjectFormat class. | Rafael Espindola |
| 2010-12-17 | During local stack slot allocation, the materializeFrameBaseRegister function | Bill Wendling |
| 2010-12-17 | MC/Target: Remove HasScatteredSymbols target hook variable, which has been | Daniel Dunbar |
| 2010-12-16 | MC: Move target specific fixup info descriptors to TargetAsmBackend instead of | Daniel Dunbar |
| 2010-12-16 | MC: Make TargetAsmBackend available to the AsmStreamer. | Daniel Dunbar |
| 2010-12-14 | Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of all | Jakob Stoklund Olesen |
| 2010-12-14 | Add TargetRegisterInfo::printReg() to pretty-print registers. | Jakob Stoklund Olesen |
| 2010-12-10 | Fixed version of 121434 with no new memory leaks. | Rafael Espindola |
| 2010-12-10 | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola |
| 2010-12-09 | Initial support for the cfi directives. This is just enough to get | Rafael Espindola |
| 2010-12-08 | Let target asm backends see assembler flags as they go by. Use that to handle | Jim Grosbach |
| 2010-12-06 | Remove the instruction fragment to data fragment lowering since it was causing | Rafael Espindola |
| 2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |
| 2010-11-30 | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-27 | Move more PEI-related hooks to TFI | Anton Korobeynikov |
| 2010-11-27 | Move callee-saved regs spills / reloads to TFI | Anton Korobeynikov |
| 2010-11-26 | Remove the unused TheTarget member. | Rafael Espindola |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-11-20 | Move some more hooks to TargetFrameInfo | Anton Korobeynikov |
| 2010-11-19 | Prefetch has a MemOperand now. FileCheckize a test. | Dale Johannesen |
| 2010-11-19 | Change some methods in MCDwarf.cpp to be able to handle an arbitrary | Rafael Espindola |
| 2010-11-18 | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov |
| 2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov |
| 2010-11-17 | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng |
| 2010-11-17 | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola |
| 2010-11-15 | Code clean up. The peephole pass should be the one updating the instruction | Evan Cheng |
| 2010-11-15 | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner |
| 2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov |