summaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-02
* Update to new EH scheme.Bill Wendling2011-08-31
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-17
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-06
* Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...Owen Anderson2008-07-03
* Add support to ADCE for pruning unreachable blocks. This addresses the finalOwen Anderson2008-07-02
* Replace the old ADCE implementation with a new one that more simply solvesOwen Anderson2008-05-29
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Move this test from ADCE to loop deletion, where it is more appropriate.Owen Anderson2008-05-16
* Move this test to LoopDeletion, where it now passes.Owen Anderson2008-04-30
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-19
* XFAIL this test for the moment. The real solution is to prevent ADCEOwen Anderson2008-04-16
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-23
* Readonly/readnone functions are allowed to throwDuncan Sands2007-11-22
* Unreachable block is not a root node in post dominator tree.Devang Patel2007-07-24
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-14
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Remove use of implementation keyword.Reid Spencer2007-03-28
* For PR1258:Reid Spencer2007-03-19
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-29
* Remove debug info.Jim Laskey2006-12-04
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-23
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* New files, testing for a crash in ADCE compiling QT and a missed optimization.Chris Lattner2005-02-17
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* New testcase that ADCE shouldn't crash onChris Lattner2004-10-17
* New testcase for PR332Chris Lattner2004-05-04
* New testcasesChris Lattner2004-04-10
* New testcase for missed optimizationChris Lattner2003-12-19
* There is no need to rely on LLI working for this testChris Lattner2003-11-16
* Testcase for PR116Chris Lattner2003-11-16
* Fix testChris Lattner2003-10-23
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* new testcase that crashes optChris Lattner2003-09-15
* New testcaseChris Lattner2003-09-10
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* New testcaseChris Lattner2003-06-24