aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Treat lifetime begin/end markers as allocations/frees respectively for theOwen Anderson2009-10-282-0/+38
* Be more careful about invariance reasoning on "store" queries. Stores still ...Owen Anderson2009-10-281-0/+15
* Add trivial support for the invariance intrinsics to memdep. This logic isOwen Anderson2009-10-281-0/+21
* add bitcode reader support for blockaddress. We can now fullyChris Lattner2009-10-281-1/+7
* Teach MachineLICM to unfold loads from constant memory fromDan Gohman2009-10-282-0/+70
* Use fconsts and fconstd to materialize small fp constants.Evan Cheng2009-10-281-0/+33
* Mark dead physregdefs dead immediately. This helps MachineSink andDan Gohman2009-10-281-0/+15
* Allow constants of different types to share constant pool entriesDan Gohman2009-10-281-0/+19
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-3/+3
* Add radar number.Dale Johannesen2009-10-271-0/+1
* Testcase for llvm-gcc patch 85284.Dale Johannesen2009-10-271-0/+42
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-0/+11
* Add missing testcase.Rafael Espindola2009-10-271-0/+14
* change of mind :)Chris Lattner2009-10-271-0/+0
* rename test.Chris Lattner2009-10-271-0/+0
* Convert Analysis tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-275-7/+17
* Fix Thumb2 failures by converting them to FileCheck.Bob Wilson2009-10-275-8/+36
* Fix the rest of the ARM failures by converting them to FileCheck.Bob Wilson2009-10-277-39/+74
* Fix some more failures by converting to FileCheck.Bob Wilson2009-10-277-23/+44
* Fix a pretty serious misfeature of the inliner: if it inlines a functionChris Lattner2009-10-271-1/+32
* convert to filecheck.Chris Lattner2009-10-271-5/+8
* Convert to FileCheck, fixing failure due to tab change in the process.Bob Wilson2009-10-271-4/+3
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-10-263-4/+33
* Code that checks WillNotOverflowSignedAdd before creating an AddDan Gohman2009-10-262-2/+2
* Teach BasicAA how to analyze Select instructions, and make it moreDan Gohman2009-10-261-0/+73
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-261-2/+2
* reapply r85085 with a bugfix to avoid infinite looping.Chris Lattner2009-10-261-1/+0
* Make LSR's OptimizeShadowIV ignore induction variables with negativeDan Gohman2009-10-261-0/+25
* - Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests andEvan Cheng2009-10-261-0/+171
* Revert 85085. It causes infinite looping during llvm-gcc build.Evan Cheng2009-10-261-0/+1
* Fix gmake check for AuroraUX triple.Edward O'Callaghan2009-10-261-2/+6
* Implement PR3266 & PR5276, folding:Chris Lattner2009-10-262-13/+16
* convert or.ll to filecheck and merge or2 into it.Chris Lattner2009-10-252-71/+128
* fix PR5295 where the .ll parser didn't reject a function after a globalChris Lattner2009-10-252-2/+2
* Add a couple of ARM cross-rc coalescing tests.Evan Cheng2009-10-252-0/+119
* Update tests.Evan Cheng2009-10-252-6/+11
* Add a test for OptionPreprocessor.Mikhail Glushenkov2009-10-251-0/+42
* Update these tests to match what Loop::print now prints.Dan Gohman2009-10-242-2/+2
* Make these tests more interesting by usingDan Gohman2009-10-2414-14/+14
* Teach macho-dump to dump UUIDs.Daniel Dunbar2009-10-241-0/+3
* fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner2009-10-241-24/+38
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-245-43/+4
* APInt-ify the gep scaling code, so that it correctly handles the case whereDan Gohman2009-10-231-0/+12
* Make LoopDeletion check the maximum backedge taken count, rather than theDan Gohman2009-10-231-0/+27
* teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner2009-10-231-0/+10
* enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 Chris Lattner2009-10-231-0/+11
* teach libanalysis to fold int and fp loads from almost arbitraryChris Lattner2009-10-231-0/+68
* Update tests for 84931.Evan Cheng2009-10-237-14/+14
* This is passing on Darwin PPC.Bill Wendling2009-10-231-1/+1
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-227-14/+14