| Age | Commit message (Expand) | Author |
| 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 |
| 2012-12-12 | Avoid using lossy load / stores for memcpy / memset expansion. e.g. | Evan Cheng |
| 2012-12-12 | Added a slew of SimplifyInstruction floating-point optimizations, many of whi... | Michael Ilseman |
| 2012-12-12 | Pattern matchers for floating point values | Michael Ilseman |
| 2012-12-12 | Remove FIXMEs surrounding Constant[Data]Vectors, instead | Michael Ilseman |
| 2012-12-11 | Replace TargetLowering::isIntImmLegal() with | Evan Cheng |
| 2012-12-11 | Add R600 backend | Tom Stellard |
| 2012-12-11 | This patch implements the general dynamic TLS model for 64-bit PowerPC. | Bill Schmidt |
| 2012-12-11 | Use an ArrayRef instead of a std::vector&. | Rafael Espindola |
| 2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
| 2012-12-11 | Holding my nose and moving the accumulation routine to GEPOperator | Chandler Carruth |
| 2012-12-11 | Hoist the GEP constant address offset computation to a common home on | Chandler Carruth |
| 2012-12-11 | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund |
| 2012-12-11 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction, | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-11 | llvm/Target/TargetMachine.h: Remove two dependent headers. | NAKAMURA Takumi |