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