| Age | Commit message (Expand) | Author |
| 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 |
| 2012-12-11 | Fall back to the selection dag isel to select tail calls. | Chad Rosier |
| 2012-12-10 | Some enhancements for memcpy / memset inline expansion. | Evan Cheng |
| 2012-12-10 | Defer call to InitSections until after MCContext has been initialized. If | Lang Hames |
| 2012-12-10 | Fix a coding style nit. | Eric Christopher |
| 2012-12-10 | Cleanup formatting, comments and naming. | Eli Bendersky |
| 2012-12-10 | Don't use a red zone for code coverage if the user specified `-mno-red-zone'. | Bill Wendling |
| 2012-12-10 | Fix funky copy-pasted grammatical error. | Sean Silva |
| 2012-12-10 | Add a new visitor for walking the uses of a pointer value. | Chandler Carruth |
| 2012-12-09 | Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some... | Michael Ilseman |
| 2012-12-09 | LoopVectorize: support vectorizing intrinsic calls | Paul Redmond |
| 2012-12-09 | Have the bitcode reader/writer just use FPMathOperator's fast math enum directly | Michael Ilseman |
| 2012-12-09 | - Re-enable population count loop idiom recognization | Shuxin Yang |
| 2012-12-08 | Revert the patches adding a popcount loop idiom recognition pass. | Chandler Carruth |
| 2012-12-08 | Fix Windows build breakage. | Logan Chien |
| 2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling |
| 2012-12-07 | Make the contents of encoded sections SmallVector<char, N> instead of | Eli Bendersky |
| 2012-12-07 | Remove trailing whitespace | Michael Ilseman |
| 2012-12-07 | Mark ImmutableMap::remove/add() const. | Ted Kremenek |
| 2012-12-07 | Refactor MCInstFragment and MCDataFragment to adhere to a common interface, | Eli Bendersky |
| 2012-12-07 | Lift EmitAssignment into MCObjectStreamer which gets rid of at least three | Eli Bendersky |
| 2012-12-07 | Added Mapping Symbols for ARM ELF | Tim Northover |
| 2012-12-07 | Split MCELFStreamer into a header file. | Logan Chien |
| 2012-12-07 | Add an MIBundleBuilder class. | Jakob Stoklund Olesen |
| 2012-12-07 | Add higher-level API for dealing with bundled MachineInstrs. | Jakob Stoklund Olesen |