| Age | Commit message (Expand) | Author |
| 2011-02-18 | add a way to disable all builtins, wire it up to opt's -disable-simplifylibca... | Chris Lattner |
| 2011-02-18 | add memset and memcpy, though they are always available for now. | Chris Lattner |
| 2011-02-18 | Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi... | Owen Anderson |
| 2011-02-18 | introduce a new TargetLibraryInfo pass, which transformations can use to | Chris Lattner |
| 2011-02-11 | Remove std::string version of getNameWithPrefix. | Rafael Espindola |
| 2011-02-10 | Clean trailing whitespace. | Owen Anderson |
| 2011-02-07 | Implement support for custom target specific asm parsing of operands. | Bruno Cardoso Lopes |
| 2011-02-04 | MC/AsmMatcher: Add support for custom conversion functions. | Daniel Dunbar |
| 2011-02-02 | Given a pair of floating point load and store, if there are no other uses of | Evan Cheng |
| 2011-02-02 | Fix comment typo. | Bob Wilson |
| 2011-01-27 | Introduce virtual ParseRegister method in TargetAsmParser. | Roman Divacky |
| 2011-01-26 | [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a | David Greene |
| 2011-01-26 | [AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default | David Greene |
| 2011-01-25 | [AVX] Fix a typo in the extract subvector type constraints to specify | David Greene |
| 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 |