aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-10-03tsan: update the test for new atomic enumsDmitry Vyukov
2012-10-03Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...Silviu Baranga
2012-10-03Fix an issue where we failed to adjust the alignment constraint onChandler Carruth
2012-10-03Try to use a better set of abstractions for computing the alignmentChandler Carruth
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher
2012-10-03test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.NAKAMURA Takumi
2012-10-03The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen
2012-10-02Fix a serious X86 instruction selection bug. InEvan Cheng
2012-10-02Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher
2012-10-02Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth
2012-10-02Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!Nick Lewycky
2012-10-02Make sure the whole live range is covered when values are pruned twice.Jakob Stoklund Olesen
2012-10-02Allow alternate instructions to silence bot.Eric Christopher
2012-10-02Don't use a debug location for frame setup instructions in theEric Christopher
2012-10-02Remove the SavePoint infrastructure from fast isel, replaceEric Christopher
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-10-02Fix broken tests.Benjamin Kramer
2012-10-02Fix PR13991: legalizing an overflowing multiplication operation is harder thanDuncan Sands
2012-10-02Add default JIT LIT variable.James Molloy
2012-10-01test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.NAKAMURA Takumi
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach
2012-10-01checking test case for r164811. was an omission to not check this in. this w...Reed Kotler
2012-10-01Forgot the SPIR test case.Micah Villmow
2012-10-01Fix PR13899Michael Liao
2012-10-01Fix more misspellings found by Duncan during review.Chandler Carruth
2012-10-01Fix several issues with alignment. We weren't always accounting for typeChandler Carruth
2012-10-01SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...Benjamin Kramer
2012-10-01Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth
2012-09-30Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands
2012-09-30Revert r164910 because it causes failures to several phase2 builds.Nadav Rotem
2012-09-30A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-09-29Whitespace.Bob Wilson
2012-09-29Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth
2012-09-29Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile ofDuncan Sands
2012-09-29A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem
2012-09-29Add test case for r164850.Evan Cheng
2012-09-28Do not delete BBs if their addresses are taken. rdar://12396696Evan Cheng
2012-09-28MIPS DSP: add operands to make sure instruction strings are being matched.Akira Hatanaka
2012-09-28MIPS DSP: other miscellaneous instructions.Akira Hatanaka
2012-09-28Testcase for r164835Manman Ren
2012-09-28MIPS DSP: ADDUH.QB instruction sub-class.Akira Hatanaka
2012-09-28CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer
2012-09-28GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer
2012-09-28Surprisingly, we missed a trivial case here. Fix that!Nick Lewycky
2012-09-27instcombine: Add more test cases for __strncpy_chk simplificationMeador Inge
2012-09-27instcombine: Add more test cases for __strcpy_chk simplificationMeador Inge
2012-09-27instcombine: Add more test cases for __memmove_chk simplificationMeador Inge
2012-09-27instcombine: Add more test cases for __memcpy_chk simplificationMeador Inge
2012-09-27instcombine: Add more test cases for __memset_chk simplificationMeador Inge