Age | Commit message (Expand) | Author |
2013-03-11 | Upgrading debug info test cases to be (more) compatible with the current debu... | David Blaikie |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner |
2011-10-03 | Add the returns_twice attribute to LLVM. | Rafael Espindola |
2011-08-31 | Update more tests to the new EH scheme. | Bill Wendling |
2011-08-15 | Add comments and test for atomic load/store and mem2reg. | Eli Friedman |
2011-06-18 | Add test for r133251. | Nick Lewycky |
2010-06-04 | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel |
2010-05-28 | Add missing space; works for me. | Dale Johannesen |
2010-05-27 | Do not drop location info for inlined function args. | Devang Patel |
2010-05-07 | Update test to use valid debug info. | Devang Patel |
2010-01-27 | When converting dbg.declare to dbg.value, attach promoted store's debug metad... | Victor Hernandez |
2010-01-26 | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez |
2010-01-25 | Revert r94260 until findDbgDeclare() is made more efficient | Victor Hernandez |
2010-01-23 | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez |
2009-11-02 | fix a bug exposed by moving SRoA earlier which caused a crash building kc++ | Chris Lattner |
2009-09-21 | Fix PR5023: The instruction form of DominatorTree::dominates did not | Chris Lattner |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | 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-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2008-10-27 | no need to print output | Chris Lattner |
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-03-19 | Upgrade tests. | Tanya Lattner |
2008-03-19 | Upgrade tests. | Tanya Lattner |
2007-08-26 | Don't promote volatile loads/stores. This is needed (for example) to handle s... | Anton Korobeynikov |
2007-06-29 | Convert .cvsignore files | John Criswell |
2007-05-05 | Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarrepl | Chris Lattner |
2007-04-16 | For PR1319: | Reid Spencer |
2007-04-15 | For PR1319: | Reid Spencer |
2007-04-11 | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer |
2006-12-02 | Use the llvm-upgrade program to upgrade llvm assembly. | 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-11-29 | new testcase for pr670 | Chris Lattner |
2005-06-30 | new testcase for PR590 | 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-11-06 | Adding XFAIL lines for dejagnu support. | Tanya Lattner |
2004-10-17 | New testcase, no PHI should be inserted. | Chris Lattner |
2003-10-05 | new testcase | 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-06-28 | Remove explicit control flow through the use of the 'not' script | Chris Lattner |
2003-06-25 | New testcase | Chris Lattner |
2003-04-25 | New testcase | Chris Lattner |
2003-04-18 | New testcase | Chris Lattner |
2003-04-10 | New testcase | Chris Lattner |
2003-02-28 | Add a test for a feature that I hope will be implemented someday | Chris Lattner |