Age | Commit message (Expand) | Author |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2011-09-02 | Try to eliminate the use of the 'unwind' instruction. | Bill Wendling |
2011-08-31 | Update to new EH scheme. | Bill Wendling |
2011-06-17 | stop accepting begin/end around function bodies in the .ll parser, this isn't... | Chris Lattner |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-09 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2009-05-06 | Allow readonly functions to unwind exceptions. Teach | Duncan Sands |
2008-07-03 | Remove the ability for ADCE to remove unreachable blocks in loop nests, becau... | Owen Anderson |
2008-07-02 | Add support to ADCE for pruning unreachable blocks. This addresses the final | Owen Anderson |
2008-05-29 | Replace the old ADCE implementation with a new one that more simply solves | Owen Anderson |
2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |
2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif |
2008-05-16 | Move this test from ADCE to loop deletion, where it is more appropriate. | Owen Anderson |
2008-04-30 | Move this test to LoopDeletion, where it now passes. | Owen Anderson |
2008-04-19 | rename *.llx -> *.ll, last batch. | Chris Lattner |
2008-04-16 | XFAIL this test for the moment. The real solution is to prevent ADCE | Owen Anderson |
2008-03-01 | Remove llvm-upgrade and update test cases. | Tanya Lattner |
2007-11-23 | Ding dong, the DoesntAccessMemoryFns and | Duncan Sands |
2007-11-22 | Readonly/readnone functions are allowed to throw | Duncan Sands |
2007-07-24 | Unreachable block is not a root node in post dominator tree. | Devang Patel |
2007-06-29 | Convert .cvsignore files | John Criswell |
2007-04-14 | For PR1319: | Reid Spencer |
2007-04-11 | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer |
2007-03-28 | Remove use of implementation keyword. | Reid Spencer |
2007-03-19 | For PR1258: | Reid Spencer |
2006-12-29 | Update tests that need to be run through llvm-upgrade. This is necessary | Reid Spencer |
2006-12-04 | Remove debug info. | Jim Laskey |
2006-12-02 | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer |
2006-11-23 | Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and | Reid Spencer |
2006-04-12 | Added the ability to xfail based on llvmgcc version | Tanya Lattner |
2006-03-23 | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer |
2005-02-17 | New files, testing for a crash in ADCE compiling QT and a missed optimization. | Chris Lattner |
2004-11-19 | Adding srcdir arg | Tanya Lattner |
2004-11-13 | Adding subdirectory dg.exp files in order to be able to use dejagnu to only r... | Tanya Lattner |
2004-10-17 | New testcase that ADCE shouldn't crash on | Chris Lattner |
2004-05-04 | New testcase for PR332 | Chris Lattner |
2004-04-10 | New testcases | Chris Lattner |
2003-12-19 | New testcase for missed optimization | Chris Lattner |
2003-11-16 | There is no need to rely on LLI working for this test | Chris Lattner |
2003-11-16 | Testcase for PR116 | Chris Lattner |
2003-10-23 | Fix test | Chris Lattner |
2003-09-16 | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman |
2003-09-15 | Removing Makefiles. Regression tests are now run by QMTest. | John Criswell |
2003-09-15 | new testcase that crashes opt | Chris Lattner |
2003-09-10 | New testcase | Chris Lattner |
2003-06-28 | Remove explicit control flow through the use of the 'not' script | Chris Lattner |
2003-06-24 | New testcase | Chris Lattner |
2003-06-24 | Modernize testcase | Chris Lattner |