| Age | Commit message (Expand) | Author |
| 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 | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi |
| 2012-12-11 | Use multiclass for new-value store instructions with MEMri operand. | Jyotsna Verma |
| 2012-12-11 | Fix PR14565. Don't if-convert loops that have switch statements in them. | Nadav Rotem |
| 2012-12-11 | Stylistic tweak. | Evan Cheng |
| 2012-12-11 | Fix a miscompile in the DAG combiner. Previously, we would incorrectly | Chandler Carruth |
| 2012-12-11 | Fall back to the selection dag isel to select tail calls. | Chad Rosier |
| 2012-12-10 | Refactor out the abbreviation handling into a separate class that | Eric Christopher |
| 2012-12-10 | Some enhancements for memcpy / memset inline expansion. | Evan Cheng |
| 2012-12-10 | Optimistically analyse Phi cycles | Arnold Schwaighofer |
| 2012-12-10 | Defer call to InitSections until after MCContext has been initialized. If | Lang Hames |
| 2012-12-10 | Rearrange vars and make comments more obvious. | Eric Christopher |
| 2012-12-10 | Remove blank line at top of file. | Eric Christopher |
| 2012-12-10 | Fix a coding style nit. | Eric Christopher |
| 2012-12-10 | Enable the loop vectorizer only on O2 and above. (Still disabled by default) | Nadav Rotem |
| 2012-12-10 | LegalizeDAG: Allow type promotion of scalar loads | Tom Stellard |
| 2012-12-10 | LegalizeDAG: Allow type promotion for scalar stores | Tom Stellard |
| 2012-12-10 | Split the LoopVectorizer into H and CPP. | Nadav Rotem |
| 2012-12-10 | Cleanup formatting, comments and naming. | Eli Bendersky |
| 2012-12-10 | [mips] Set HWEncoding field of registers. Use delete function | Akira Hatanaka |
| 2012-12-10 | Use the somewhat semantic term "split dwarf" it more matches what's | Eric Christopher |
| 2012-12-10 | Delete the FissionCU. | Eric Christopher |
| 2012-12-10 | Reorder fission variables. | Eric Christopher |
| 2012-12-10 | Don't use a red zone for code coverage if the user specified `-mno-red-zone'. | Bill Wendling |
| 2012-12-10 | Add support for reverse induction variables. For example: | Nadav Rotem |
| 2012-12-10 | This patch adds statistics for other non-DWARF fragments emitted by | Eli Bendersky |
| 2012-12-10 | Use GetUnderlyingObjects in misched | Hal Finkel |
| 2012-12-10 | Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses." | Chandler Carruth |
| 2012-12-10 | Make '-mtune=x86_64' assume fast unaligned memory accesses. | Chandler Carruth |
| 2012-12-10 | Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A. | Chandler Carruth |
| 2012-12-10 | Address a FIXME and update the fast unaligned memory feature for newer | Chandler Carruth |
| 2012-12-10 | Add a new visitor for walking the uses of a pointer value. | Chandler Carruth |
| 2012-12-10 | Teach DAG combine to handle vector add/sub with vectors of all 0s. | Craig Topper |
| 2012-12-10 | [CMake] Update dependencies to intrinsics_gen corresponding to r169711. | NAKAMURA Takumi |
| 2012-12-10 | Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores. | 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 | test commit. | Paul Redmond |
| 2012-12-09 | Use m_OneUse pattern instead of hasOneUse() method. | Jakub Staszak |
| 2012-12-09 | Remove trailing spaces. | Jakub Staszak |
| 2012-12-09 | Switch SROA to pop Uses off the back of its visitors' queues. | Chandler Carruth |