| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test case for r164850. | Evan Cheng | 2012-09-29 | 1 | -0/+106 |
* | Do not delete BBs if their addresses are taken. rdar://12396696 | Evan Cheng | 2012-09-28 | 1 | -0/+53 |
* | MIPS DSP: add operands to make sure instruction strings are being matched. | Akira Hatanaka | 2012-09-28 | 2 | -23/+23 |
* | MIPS DSP: other miscellaneous instructions. | Akira Hatanaka | 2012-09-28 | 2 | -0/+71 |
* | Testcase for r164835 | Manman Ren | 2012-09-28 | 1 | -0/+28 |
* | MIPS DSP: ADDUH.QB instruction sub-class. | Akira Hatanaka | 2012-09-28 | 1 | -0/+200 |
* | CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ... | Benjamin Kramer | 2012-09-28 | 1 | -0/+25 |
* | GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ... | Benjamin Kramer | 2012-09-28 | 1 | -1/+24 |
* | Surprisingly, we missed a trivial case here. Fix that! | Nick Lewycky | 2012-09-28 | 1 | -0/+8 |
* | instcombine: Add more test cases for __strncpy_chk simplification | Meador Inge | 2012-09-27 | 2 | -0/+87 |
* | instcombine: Add more test cases for __strcpy_chk simplification | Meador Inge | 2012-09-27 | 3 | -13/+109 |
* | instcombine: Add more test cases for __memmove_chk simplification | Meador Inge | 2012-09-27 | 2 | -0/+84 |
* | instcombine: Add more test cases for __memcpy_chk simplification | Meador Inge | 2012-09-27 | 2 | -0/+84 |
* | instcombine: Add more test cases for __memset_chk simplification | Meador Inge | 2012-09-27 | 3 | -18/+81 |
* | Enable the new coalescer algorithm by default. | Jakob Stoklund Olesen | 2012-09-27 | 1 | -1/+0 |
* | MIPS DSP: ABSQ_S.PH instruction sub-class. | Akira Hatanaka | 2012-09-27 | 2 | -0/+215 |
* | MIPS DSP: SHLL.QB instruction sub-class. | Akira Hatanaka | 2012-09-27 | 2 | -0/+252 |
* | Fix a integer overflow in SimplifyCFG's look up table formation logic. | Benjamin Kramer | 2012-09-27 | 1 | -0/+38 |
* | Avoid dereferencing a NULL pointer. | Jakob Stoklund Olesen | 2012-09-27 | 1 | -0/+35 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 4 | -6/+6 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 4 | -6/+6 |
* | Prefer shuffles to selects. Backends love shuffles! | Nick Lewycky | 2012-09-27 | 2 | -1/+36 |
* | [arm-fast-isel] Add support for ELF PIC. | Jush Lu | 2012-09-27 | 1 | -0/+18 |
* | Test case for r164755 and 164756. | Akira Hatanaka | 2012-09-27 | 2 | -0/+294 |
* | MIPS DSP: ADDU.QB instruction sub-class. | Akira Hatanaka | 2012-09-27 | 2 | -0/+309 |
* | MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field... | Akira Hatanaka | 2012-09-27 | 1 | -0/+10 |
* | MIPS DSP: all the remaining instructions which read or write accumulators. | Akira Hatanaka | 2012-09-27 | 2 | -0/+348 |
* | MIPS DSP: add support for extract-word instructions. | Akira Hatanaka | 2012-09-27 | 1 | -0/+110 |
* | MIPS DSP: add vector load/store patterns. | Akira Hatanaka | 2012-09-27 | 1 | -0/+27 |
* | X86_32: Large Symbol+Offset relocations. | Jim Grosbach | 2012-09-26 | 1 | -0/+36 |
* | Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic) | Duncan Sands | 2012-09-26 | 1 | -0/+13 |
* | Address Duncan's comments on r164684: | Hans Wennborg | 2012-09-26 | 1 | -2/+2 |
* | When rewriting the pointer operand to a load or store which has | Chandler Carruth | 2012-09-26 | 1 | -0/+18 |
* | Teach all of the loads, stores, memsets and memcpys created by the | Chandler Carruth | 2012-09-26 | 2 | -15/+46 |
* | ARM/atomicrmw_minmax.ll: Fix RUN line. | NAKAMURA Takumi | 2012-09-26 | 1 | -1/+1 |
* | Fix tests that didn't test anything. | Benjamin Kramer | 2012-09-26 | 3 | -4/+3 |
* | Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM. | James Molloy | 2012-09-26 | 1 | -0/+21 |
* | SimplifyCFG: Make the switch-to-lookup table transformation store the | Hans Wennborg | 2012-09-26 | 1 | -14/+73 |
* | llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto. | NAKAMURA Takumi | 2012-09-26 | 2 | -2/+2 |
* | Add SARX/SHRX/SHLX code generation support | Michael Liao | 2012-09-26 | 3 | -2/+180 |
* | Add RORX code generation support | Michael Liao | 2012-09-26 | 4 | -5/+59 |
* | Add MULX code generation support | Michael Liao | 2012-09-26 | 2 | -0/+44 |
* | Teach the 'lint' sanity checking pass to detect simple buffer overflows. | Duncan Sands | 2012-09-26 | 1 | -0/+12 |
* | Revert the business end of r164636 and try again. I'll come in again. ;] | Chandler Carruth | 2012-09-26 | 1 | -13/+32 |
* | Generate an error message instead of asserting or segfaulting when we have a | Bill Wendling | 2012-09-26 | 1 | -0/+11 |
* | Generate an error message instead of asserting or segfaulting when we have a | Bill Wendling | 2012-09-26 | 1 | -0/+11 |
* | Don't drop the alignment on a memcpy intrinsic when producing a store. This is | Nick Lewycky | 2012-09-25 | 1 | -0/+16 |
* | Don't try to promote the same alloca twice. Fixes PR13916! | Nick Lewycky | 2012-09-25 | 1 | -0/+22 |
* | Make this test check the transforms it's actually doing. Also add a test that it | Nick Lewycky | 2012-09-25 | 1 | -3/+17 |
* | Add missing i64 max/min/umax/umin on 32-bit target | Michael Liao | 2012-09-25 | 2 | -1/+51 |