| Age | Commit message (Expand) | Author |
| 2012-08-03 | Add new getLibFunc method to TargetLibraryInfo. | Bob Wilson |
| 2012-08-03 | [arm-fast-isel] Add support for shl, lshr, and ashr. | Jush Lu |
| 2012-08-03 | Add support for the ARM GHC calling convention, this patch was in 3.0, | Eric Christopher |
| 2012-08-02 | ARM: Tidy up. Remove unused template parameters. | Jim Grosbach |
| 2012-08-02 | ARM: More InstAlias refactors to use #NAME#. | Jim Grosbach |
| 2012-08-02 | ARM: Refactor instaliases using TableGen support for #NAME#. | Jim Grosbach |
| 2012-08-02 | X86 Peephole: fold loads to the source register operand if possible. | Manman Ren |
| 2012-08-02 | Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out | Akira Hatanaka |
| 2012-08-02 | Set transient stack alignment in constructor of MipsFrameLowering and re-enable | Akira Hatanaka |
| 2012-08-02 | Support fpv4 for ARM Cortex-M4. | Jiangning Liu |
| 2012-08-02 | Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ... | Jiangning Liu |
| 2012-08-02 | Fix #13138, a bug around ARM instruction DSB encoding and decoding issue. | Jiangning Liu |
| 2012-08-02 | Fix #13241, a bug around shift immediate operand for ARM instruction ADR. | Jiangning Liu |
| 2012-08-02 | X86 Peephole: fold loads to the source register operand if possible. | Manman Ren |
| 2012-08-01 | X86: mark GATHER instructios as mayLoad | Manman Ren |
| 2012-08-01 | ARM: Remove redundant instalias. | Jim Grosbach |
| 2012-08-01 | Clean up formatting. | Jim Grosbach |
| 2012-08-01 | Tidy up. | Jim Grosbach |
| 2012-08-01 | Whitespace. | Chad Rosier |
| 2012-08-01 | Added FMA functionality to X86 target. | Elena Demikhovsky |
| 2012-08-01 | Add more indirection to the disassembler tables to reduce amount of space use... | Craig Topper |
| 2012-08-01 | Implement MipsJITInfo::replaceMachineCodeForFunction. | Akira Hatanaka |
| 2012-08-01 | Remove unused variable. | Akira Hatanaka |
| 2012-07-31 | Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emits | Akira Hatanaka |
| 2012-07-31 | Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and | Akira Hatanaka |
| 2012-07-31 | Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and | Akira Hatanaka |
| 2012-07-31 | Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt. | Akira Hatanaka |
| 2012-07-31 | Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16), | Akira Hatanaka |
| 2012-07-31 | Delete mips64 target machine classes. mips target machines can be used in place | Akira Hatanaka |
| 2012-07-31 | Let PEI::calculateFrameObjectOffsets compute the final stack size rather than | Akira Hatanaka |
| 2012-07-31 | Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering. | Akira Hatanaka |
| 2012-07-31 | Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whether | Akira Hatanaka |
| 2012-07-31 | Change name of class MipsInst to InstSE to distinguish it from mips16's | Akira Hatanaka |
| 2012-07-31 | When store nodes or memcpy nodes are created to copy the function call | Akira Hatanaka |
| 2012-07-31 | [x86 frame lowering] In 32-bit mode, use ESI as the base pointer. | Chad Rosier |
| 2012-07-31 | Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as | Akira Hatanaka |
| 2012-07-31 | Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ... | Craig Topper |
| 2012-07-31 | Tidy up trailing whitespace | Craig Topper |
| 2012-07-31 | Tidy up trailing whitespace | Craig Topper |
| 2012-07-30 | Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp | Kevin Enderby |
| 2012-07-30 | Mark MOVZX16/MOVSX16 as neverHasSideEffects/mayLoad | Craig Topper |
| 2012-07-30 | Mark MOVZX32_NOREX as isCodeGenOnly and neverHasSideEffects. The isCodeGenOnl... | Craig Topper |
| 2012-07-30 | Give VCVTTPD2DQ priority over CVTTPD2DQ. | Craig Topper |
| 2012-07-30 | Fix patterns for CVTTPS2DQ to specify SSE2 instead of SSE1. | Craig Topper |
| 2012-07-30 | Fix up patterns for VCVTSS2SD. Specifically give it priority over SSE form. A... | Craig Topper |
| 2012-07-29 | Fix load types on intrinsic forms of SS2SD and SD2SS AVX/SSE convert instruct... | Craig Topper |
| 2012-07-29 | Move more SSE/AVX convert instruction patterns into their definitions. | Craig Topper |
| 2012-07-29 | Revert r160920 and r160919 due to dragonegg and clang selfhost failure | Manman Ren |
| 2012-07-28 | Fold patterns for some of the SSE/AVX convert instructions into their instruc... | Craig Topper |
| 2012-07-28 | Mark some of the SSE/AVX convert instructions as mayLoad/neverHasSideEffects. | Craig Topper |