| Age | Commit message (Expand) | Author |
| 2012-12-19 | Inline the only use of the hasParameterOnlyAttrs method. | Bill Wendling |
| 2012-12-19 | Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s... | Bill Wendling |
| 2012-12-19 | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund |
| 2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
| 2012-12-18 | Remove MachineInstr::setIsInsideBundle(). | Jakob Stoklund Olesen |
| 2012-12-18 | Use bidirectional bundle flags to simplify important functions. | Jakob Stoklund Olesen |
| 2012-12-18 | Don't allow the automatically updated MI flags to be set directly. | Jakob Stoklund Olesen |
| 2012-12-18 | Tighten up the splice() API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-18 | Add an assertion for a likely ilist::splice() contract violation. | Jakob Stoklund Olesen |
| 2012-12-18 | Tighten the insert() API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-18 | Cleanup comment and formatting | Eli Bendersky |
| 2012-12-18 | Add support for passing -main-file-name all the way through to | Eric Christopher |
| 2012-12-17 | Tighten up the erase/remove API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-17 | Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the | Chandler Carruth |
| 2012-12-17 | Remove trailing whitespace | Michael Ilseman |
| 2012-12-17 | Use different trait techniques to be compatible with g++ | Nick Kledzik |
| 2012-12-17 | Teach MachO which sections contain code | Tim Northover |
| 2012-12-17 | Fix typo that results in new landing pads not getting a name, fixing PR14617. | Duncan Sands |
| 2012-12-17 | Fix comment typo. | Duncan Sands |
| 2012-12-16 | This patch is needed to make c++ exceptions work for mips16. | Reed Kotler |
| 2012-12-14 | Add more reset methods to make all objects that the backend may use for outpu... | Pedro Artigas |
| 2012-12-14 | [CMake] Move libxml2 stuff from clang to llvm/cmake. | NAKAMURA Takumi |
| 2012-12-14 | This patch improves the 64-bit PowerPC InitialExec TLS support by providing | Bill Schmidt |
| 2012-12-14 | Change TargetLowering::getLoadExtAction to take an MVT, instead of | Patrik Hagglund |
| 2012-12-13 | fix comment. | Chris Lattner |
| 2012-12-13 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
| 2012-12-13 | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund |
| 2012-12-13 | JITEventListener.h: Use llvm-config.h instead of config.h. | NAKAMURA Takumi |
| 2012-12-13 | Revert "Add a funciton to get the segment name of a section." | Eric Christopher |
| 2012-12-13 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-13 | Add a funciton to get the segment name of a section. | Rafael Espindola |
| 2012-12-13 | Rename isPowerOfTwo to isKnownToBeAPowerOfTwo. | Rafael Espindola |
| 2012-12-13 | Pattern matching code for intrinsics. | Michael Ilseman |
| 2012-12-13 | Remove extraneous debugging code. | Eric Christopher |
| 2012-12-13 | Add a way of printing out an arbitrary label name for a section | Eric Christopher |
| 2012-12-13 | m_CombineOr and m_CombineAnd pattern combinators | Michael Ilseman |
| 2012-12-13 | Express prepend and append in terms of a more generic insert(). | Jakob Stoklund Olesen |
| 2012-12-12 | Make the MCStreamer have a reset method and call that after finalization of t... | Pedro Artigas |
| 2012-12-12 | YAMLIO: Remove all of the template instantiation hacks, I don't see why they'... | Benjamin Kramer |
| 2012-12-12 | AlignedCharArrayUnion is erroring with non-clang compilers | Nick Kledzik |
| 2012-12-12 | Initial implementation of a utility for converting native data | Nick Kledzik |
| 2012-12-12 | Make naming consistent, add comments and sanity asserts | Eli Bendersky |
| 2012-12-12 | LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in... | Nadav Rotem |
| 2012-12-12 | This patch implements local-dynamic TLS model support for the 64-bit | Bill Schmidt |
| 2012-12-12 | The TargetData is not used for the isPowerOfTwo determination. It has never | Rafael Espindola |
| 2012-12-12 | Improve debug info generated with enabled AddressSanitizer. | Alexey Samsonov |
| 2012-12-12 | Add ARM NONE and PREL31 relocation types. | Logan Chien |
| 2012-12-12 | Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I | Evan Cheng |
| 2012-12-12 | - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term. | Evan Cheng |
| 2012-12-12 | LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta... | Nadav Rotem |