summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.NAKAMURA Takumi2012-10-01
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* checking test case for r164811. was an omission to not check this in. this w...Reed Kotler2012-10-01
* Forgot the SPIR test case.Micah Villmow2012-10-01
* Fix PR13899Michael Liao2012-10-01
* Fix more misspellings found by Duncan during review.Chandler Carruth2012-10-01
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-01
* SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...Benjamin Kramer2012-10-01
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-01
* Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands2012-09-30
* Revert r164910 because it causes failures to several phase2 builds.Nadav Rotem2012-09-30
* A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem2012-09-30
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Whitespace.Bob Wilson2012-09-29
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-29
* Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile ofDuncan Sands2012-09-29
* A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem2012-09-29
* Add test case for r164850.Evan Cheng2012-09-29
* Do not delete BBs if their addresses are taken. rdar://12396696Evan Cheng2012-09-28
* MIPS DSP: add operands to make sure instruction strings are being matched.Akira Hatanaka2012-09-28
* MIPS DSP: other miscellaneous instructions.Akira Hatanaka2012-09-28
* Testcase for r164835Manman Ren2012-09-28
* MIPS DSP: ADDUH.QB instruction sub-class.Akira Hatanaka2012-09-28
* CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer2012-09-28
* GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer2012-09-28
* Surprisingly, we missed a trivial case here. Fix that!Nick Lewycky2012-09-28
* instcombine: Add more test cases for __strncpy_chk simplificationMeador Inge2012-09-27
* instcombine: Add more test cases for __strcpy_chk simplificationMeador Inge2012-09-27
* instcombine: Add more test cases for __memmove_chk simplificationMeador Inge2012-09-27
* instcombine: Add more test cases for __memcpy_chk simplificationMeador Inge2012-09-27
* instcombine: Add more test cases for __memset_chk simplificationMeador Inge2012-09-27
* Enable the new coalescer algorithm by default.Jakob Stoklund Olesen2012-09-27
* MIPS DSP: ABSQ_S.PH instruction sub-class.Akira Hatanaka2012-09-27
* MIPS DSP: SHLL.QB instruction sub-class.Akira Hatanaka2012-09-27
* Fix a integer overflow in SimplifyCFG's look up table formation logic.Benjamin Kramer2012-09-27
* Avoid dereferencing a NULL pointer.Jakob Stoklund Olesen2012-09-27
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Prefer shuffles to selects. Backends love shuffles!Nick Lewycky2012-09-27
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-27
* Test case for r164755 and 164756.Akira Hatanaka2012-09-27
* MIPS DSP: ADDU.QB instruction sub-class.Akira Hatanaka2012-09-27
* MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...Akira Hatanaka2012-09-27
* MIPS DSP: all the remaining instructions which read or write accumulators.Akira Hatanaka2012-09-27
* MIPS DSP: add support for extract-word instructions.Akira Hatanaka2012-09-27
* MIPS DSP: add vector load/store patterns.Akira Hatanaka2012-09-27
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-26
* Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands2012-09-26
* Address Duncan's comments on r164684:Hans Wennborg2012-09-26
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-26