summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Convert Analysis tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-27
* Fix Thumb2 failures by converting them to FileCheck.Bob Wilson2009-10-27
* Fix the rest of the ARM failures by converting them to FileCheck.Bob Wilson2009-10-27
* Fix some more failures by converting to FileCheck.Bob Wilson2009-10-27
* Fix a pretty serious misfeature of the inliner: if it inlines a functionChris Lattner2009-10-27
* convert to filecheck.Chris Lattner2009-10-27
* Convert to FileCheck, fixing failure due to tab change in the process.Bob Wilson2009-10-27
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-10-26
* Code that checks WillNotOverflowSignedAdd before creating an AddDan Gohman2009-10-26
* Teach BasicAA how to analyze Select instructions, and make it moreDan Gohman2009-10-26
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-26
* reapply r85085 with a bugfix to avoid infinite looping.Chris Lattner2009-10-26
* Make LSR's OptimizeShadowIV ignore induction variables with negativeDan Gohman2009-10-26
* - Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests andEvan Cheng2009-10-26
* Revert 85085. It causes infinite looping during llvm-gcc build.Evan Cheng2009-10-26
* Fix gmake check for AuroraUX triple.Edward O'Callaghan2009-10-26
* Implement PR3266 & PR5276, folding:Chris Lattner2009-10-26
* convert or.ll to filecheck and merge or2 into it.Chris Lattner2009-10-25
* fix PR5295 where the .ll parser didn't reject a function after a globalChris Lattner2009-10-25
* Add a couple of ARM cross-rc coalescing tests.Evan Cheng2009-10-25
* Update tests.Evan Cheng2009-10-25
* Add a test for OptionPreprocessor.Mikhail Glushenkov2009-10-25
* Update these tests to match what Loop::print now prints.Dan Gohman2009-10-24
* Make these tests more interesting by usingDan Gohman2009-10-24
* Teach macho-dump to dump UUIDs.Daniel Dunbar2009-10-24
* fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner2009-10-24
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* APInt-ify the gep scaling code, so that it correctly handles the case whereDan Gohman2009-10-23
* Make LoopDeletion check the maximum backedge taken count, rather than theDan Gohman2009-10-23
* teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner2009-10-23
* enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 Chris Lattner2009-10-23
* teach libanalysis to fold int and fp loads from almost arbitraryChris Lattner2009-10-23
* Update tests for 84931.Evan Cheng2009-10-23
* This is passing on Darwin PPC.Bill Wendling2009-10-23
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-22
* Revert 84843. Evan, this was breaking some of the if-conversion tests.Bob Wilson2009-10-22
* Check that accessing a struct field that occurs before the startDuncan Sands2009-10-22
* Test handling of record fields with negative offsets.Duncan Sands2009-10-22
* Move if-conversion before post-regalloc scheduling so the predicated instruct...Evan Cheng2009-10-22
* testcase for PR4678 & rdar://7309675Chris Lattner2009-10-22
* Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.Evan Cheng2009-10-22
* fix PR5262.Chris Lattner2009-10-22
* Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov2009-10-22
* Revert the main portion of r31856. It was causing BranchFoldingDan Gohman2009-10-22
* revert r84754, it isn't the right approach. Edwin, please propose Chris Lattner2009-10-21
* Adjust testcases for msasm -> alignstack.Dale Johannesen2009-10-21
* XFAIL this test for PPC.Bill Wendling2009-10-21
* Improve handling of immediates by splitting 32-bit immediates into two 16-bitJim Grosbach2009-10-21
* Add DAG printing for RMW stuff debuggingAnton Korobeynikov2009-10-21
* RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov2009-10-21