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