| Age | Commit message (Expand) | Author |
| 2012-02-16 | Oop - r150653 + r150654 broke one of my test cases. Backing out for now... | Lang Hames |
| 2012-02-16 | FPSCR shouldn't be reserved. | Lang Hames |
| 2012-02-16 | Enable register mask operands for x86 calls. | Jakob Stoklund Olesen |
| 2012-02-15 | Optimize redundant sign extends and negation of predicates. | Sirish Pande |
| 2012-02-15 | Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole." | Eric Christopher |
| 2012-02-15 | Revert "Optimize redundant sign extends and negation of predicates" | Eric Christopher |
| 2012-02-15 | Replacing HexagonOptimizeSZExtends with HexagonPeephole. | Sirish Pande |
| 2012-02-15 | Optimize redundant sign extends and negation of predicates | Sirish Pande |
| 2012-02-15 | Add braces to if clause to make symmetric with associate else clause. | Chad Rosier |
| 2012-02-15 | Strip the pointer casts from the constants here. | Bill Wendling |
| 2012-02-15 | Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ... | Andrew Trick |
| 2012-02-15 | Use a temporary variable, rather then a series of redundant calls. | Chad Rosier |
| 2012-02-15 | Stop custom lowering forr x86 DEC64m from happening if the load in the lowere... | Pete Cooper |
| 2012-02-15 | Use a temporary variable, rather then a series of redundant calls. | Chad Rosier |
| 2012-02-14 | Remove unnecessary assignment to temporary, ResultReg. | Chad Rosier |
| 2012-02-14 | Move old movl vector_shuffle patterns. Not needed anymore since vector_shuffl... | Craig Topper |
| 2012-02-14 | Third time's the charm...? | Lang Hames |
| 2012-02-14 | Unswap swap operands, partially reducing confusion. | Lang Hames |
| 2012-02-13 | Don't reserve the R0 and R1 registers here. We don't use these registers, and | Bill Wendling |
| 2012-02-13 | Make operands for VSWP read-modify-write. | Lang Hames |
| 2012-02-13 | Still more vector_shuffle pattern removal. | Craig Topper |
| 2012-02-13 | Fix various issues (or do cleanups) found by enabling certain MSVC warnings. | Ahmed Charles |
| 2012-02-13 | Remove more vector_shuffle patterns for unpack. These should be target specif... | Craig Topper |
| 2012-02-13 | Recommit r150328. Previous test failures should be fixed by r150360. | Craig Topper |
| 2012-02-13 | Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h... | Craig Topper |
| 2012-02-13 | Revert r150328, "Remove more vector_shuffle patterns." | NAKAMURA Takumi |
| 2012-02-13 | Fixed bug when custom lowering DEC64m on x86. | Pete Cooper |
| 2012-02-12 | Remove more vector_shuffle patterns. | Craig Topper |
| 2012-02-12 | Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls | Nick Lewycky |
| 2012-02-12 | Remove more vector_shuffle patterns. | Craig Topper |
| 2012-02-11 | Remove more vector_shuffle patterns. | Craig Topper |
| 2012-02-11 | Add support for implicit TLS model used with MS VC runtime. | Anton Korobeynikov |
| 2012-02-11 | Don't mix declarations and code. | Benjamin Kramer |
| 2012-02-11 | Make the EDis tables const. | Benjamin Kramer |
| 2012-02-11 | Reuse the enum names from X86Desc in the X86Disassembler. | Benjamin Kramer |
| 2012-02-11 | Remove some patterns for matching vector_shuffle instructions since vector_sh... | Craig Topper |
| 2012-02-11 | Fix shuffle lowering code to stop creating temporary DAG nodes to do shuffle ... | Craig Topper |
| 2012-02-10 | Revert r150222, as the clang driver now handles this properly. | Jim Grosbach |
| 2012-02-10 | Make valgrind happy. | Jason W Kim |
| 2012-02-10 | unnecessary include | Andrew Trick |
| 2012-02-10 | PTX no longer needs to provide its own backend. | Andrew Trick |
| 2012-02-10 | RegAlloc superpass: includes phi elimination, coalescing, and scheduling. | Andrew Trick |
| 2012-02-10 | ARM on darwin, v6 implies the presence of VFP for the assembler. | Jim Grosbach |
| 2012-02-09 | Test for commit access. | Sirish Pande |
| 2012-02-09 | Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE... | James Molloy |
| 2012-02-09 | More tweaks to get the size of the X86 disassembler tables down. | Craig Topper |
| 2012-02-09 | Flatten some of the arrays in the X86 disassembler tables to reduce space nee... | Craig Topper |
| 2012-02-09 | Handle register masks when searching for EFLAGS clobbers. | Jakob Stoklund Olesen |
| 2012-02-08 | Codegen pass definition cleanup. No functionality. | Andrew Trick |
| 2012-02-08 | Move pass configuration out of pass constructors: StackSlotColoring. | Andrew Trick |