summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* Fix PR13991: legalizing an overflowing multiplication operation is harder thanDuncan Sands2012-10-021-0/+14
* Add default JIT LIT variable.James Molloy2012-10-024-3/+8
* test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.NAKAMURA Takumi2012-10-011-3/+4
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-012-1/+109
* checking test case for r164811. was an omission to not check this in. this w...Reed Kotler2012-10-011-0/+41
* Forgot the SPIR test case.Micah Villmow2012-10-011-0/+13
* Fix PR13899Michael Liao2012-10-011-0/+58
* Fix more misspellings found by Duncan during review.Chandler Carruth2012-10-011-2/+2
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-011-0/+31
* SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...Benjamin Kramer2012-10-011-0/+24
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-011-3/+21
* Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands2012-09-301-0/+5
* Revert r164910 because it causes failures to several phase2 builds.Nadav Rotem2012-09-304-158/+12
* A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem2012-09-304-12/+158
* Add LLVM support for Swift.Bob Wilson2012-09-2926-35/+224
* Whitespace.Bob Wilson2012-09-291-2/+2
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-291-1/+22
* Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile ofDuncan Sands2012-09-294-158/+12
* A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem2012-09-294-12/+158
* 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
OpenPOWER on IntegriCloud