2015-10-30 |
Justin Bogner | [PM] Port ADCE to the new pass manager |
tree | commitdiff |
2015-10-30 |
Justin Bogner | Whitespace. NFC |
tree | commitdiff |
2015-06-17 |
David Majnemer | Move the personality function from LandingPadInst to... |
tree | commitdiff |
2015-02-27 |
David Blaikie | [opaque pointer type] Add textual IR support for explic... |
tree | commitdiff |
2015-02-27 |
David Blaikie | [opaque pointer type] Add textual IR support for explic... |
tree | commitdiff |
2013-08-16 |
Daniel Dunbar | [tests] Cleanup initialization of test suffixes. |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2011-09-02 |
Bill Wendling | Try to eliminate the use of the 'unwind' instruction. |
tree | commitdiff |
2011-08-31 |
Bill Wendling | Update to new EH scheme. |
tree | commitdiff |
2011-06-17 |
Chris Lattner | stop accepting begin/end around function bodies in... |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Change tests from "opt %s" to "opt < %s" so that opt... |
tree | commitdiff |
2009-09-09 |
Dan Gohman | Eliminate more uses of llvm-as and llvm-dis. |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Use opt -S instead of piping bitcode output through... |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Change these tests to feed the assembly files to opt... |
tree | commitdiff |
2009-05-06 |
Duncan Sands | Allow readonly functions to unwind exceptions. Teach |
tree | commitdiff |
2008-07-03 |
Owen Anderson | Remove the ability for ADCE to remove unreachable block... |
tree | commitdiff |
2008-07-02 |
Owen Anderson | Add support to ADCE for pruning unreachable blocks... |
tree | commitdiff |
2008-05-29 |
Owen Anderson | Replace the old ADCE implementation with a new one... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | sabre brings to my attention that the 'tr' suffix is... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | Rename the last test with .llx extension to .ll, resolv... |
tree | commitdiff |
2008-05-16 |
Owen Anderson | Move this test from ADCE to loop deletion, where it... |
tree | commitdiff |
2008-04-30 |
Owen Anderson | Move this test to LoopDeletion, where it now passes. |
tree | commitdiff |
2008-04-19 |
Chris Lattner | rename *.llx -> *.ll, last batch. |
tree | commitdiff |
2008-04-16 |
Owen Anderson | XFAIL this test for the moment. The real solution... |
tree | commitdiff |
2008-03-01 |
Tanya Lattner | Remove llvm-upgrade and update test cases. |
tree | commitdiff |
2007-11-23 |
Duncan Sands | Ding dong, the DoesntAccessMemoryFns and |
tree | commitdiff |
2007-11-22 |
Duncan Sands | Readonly/readnone functions are allowed to throw |
tree | commitdiff |
2007-07-24 |
Devang Patel | Unreachable block is not a root node in post dominator... |
tree | commitdiff |
2007-06-29 |
John Criswell | Convert .cvsignore files |
tree | commitdiff |
2007-04-14 |
Reid Spencer | For PR1319: |
tree | commitdiff |
2007-04-11 |
Reid Spencer | Make the llvm-runtest function much more amenable by... |
tree | commitdiff |
2007-03-28 |
Reid Spencer | Remove use of implementation keyword. |
tree | commitdiff |
2007-03-19 |
Reid Spencer | For PR1258: |
tree | commitdiff |
2006-12-29 |
Reid Spencer | Update tests that need to be run through llvm-upgrade... |
tree | commitdiff |
2006-12-04 |
Jim Laskey | Remove debug info. |
tree | commitdiff |
2006-12-02 |
Reid Spencer | Use the llvm-upgrade program to upgrade llvm assembly. |
tree | commitdiff |
2006-11-23 |
Reid Spencer | Promote GEP ubyte indices to uint. Backwards compatibil... |
tree | commitdiff |
2006-04-12 |
Tanya Lattner | Added the ability to xfail based on llvmgcc version |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Tired of wading through cvs's list ? files that are... |
tree | commitdiff |
2005-02-17 |
Chris Lattner | New files, testing for a crash in ADCE compiling QT... |
tree | commitdiff |
2004-11-19 |
Tanya Lattner | Adding srcdir arg |
tree | commitdiff |
2004-11-13 |
Tanya Lattner | Adding subdirectory dg.exp files in order to be able... |
tree | commitdiff |
2004-10-17 |
Chris Lattner | New testcase that ADCE shouldn't crash on |
tree | commitdiff |
2004-05-04 |
Chris Lattner | New testcase for PR332 |
tree | commitdiff |
2004-04-10 |
Chris Lattner | New testcases |
tree | commitdiff |
2003-12-19 |
Chris Lattner | New testcase for missed optimization |
tree | commitdiff |
2003-11-16 |
Chris Lattner | There is no need to rely on LLI working for this test |
tree | commitdiff |
2003-11-16 |
Chris Lattner | Testcase for PR116 |
tree | commitdiff |
2003-10-23 |
Chris Lattner | Fix test |
tree | commitdiff |
2003-09-16 |
Misha Brukman | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link... |
tree | commitdiff |
2003-09-15 |
John Criswell | Removing Makefiles. Regression tests are now run by... |
tree | commitdiff |
2003-09-15 |
Chris Lattner | new testcase that crashes opt |
tree | commitdiff |
2003-09-10 |
Chris Lattner | New testcase |
tree | commitdiff |
2003-06-28 |
Chris Lattner | Remove explicit control flow through the use of the... |
tree | commitdiff |
2003-06-24 |
Chris Lattner | New testcase |
tree | commitdiff |
2003-06-24 |
Chris Lattner | Modernize testcase |
tree | commitdiff |
2003-06-24 |
Chris Lattner | modernize testcase |
tree | commitdiff |
2003-06-24 |
Chris Lattner | Make sure adce is basically working! |
tree | commitdiff |
2003-06-24 |
Chris Lattner | Modernize testcases |
tree | commitdiff |
2003-06-16 |
Chris Lattner | New testcases for bugs and the new DAE pass |
tree | commitdiff |
2003-04-25 |
Chris Lattner | New testcase |
tree | commitdiff |
2003-01-23 |
Chris Lattner | New testcase reduced from 197.parser by bugpoint |
tree | commitdiff |
2002-10-15 |
Chris Lattner | Fix testcase |
tree | commitdiff |
2002-08-22 |
Chris Lattner | Covnert testcases to not use indexed loads/stores |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Trim down testcase, a lot. |
tree | commitdiff |
2002-07-29 |
Chris Lattner | Reduce testcase more |
tree | commitdiff |
2002-07-29 |
Chris Lattner | Reduce the size of the testcase |
tree | commitdiff |
2002-07-29 |
Chris Lattner | New testcase |
tree | commitdiff |
2002-07-23 |
Chris Lattner | New testcase for bug |
tree | commitdiff |
2002-07-17 |
Chris Lattner | New testcase, unanalyzed. |
tree | commitdiff |
2002-05-28 |
Chris Lattner | New testcase that is a distilled form of the other one |
tree | commitdiff |
2002-05-28 |
Chris Lattner | New testcase that crashes ADCE |
tree | commitdiff |
2002-05-23 |
Chris Lattner | New testcase |
tree | commitdiff |
2002-05-22 |
Chris Lattner | New testcase |
tree | commitdiff |
2002-05-22 |
Chris Lattner | Add more testcases for ADCE |
tree | commitdiff |
2002-05-07 |
Chris Lattner | New testcase for adce |
tree | commitdiff |
2002-05-07 |
Chris Lattner | ADCE tests |
tree | commitdiff |
|