| Age | Commit message (Expand) | Author |
| 2013-03-28 | Revert "Adding DIImportedModules to DIScopes." | David Blaikie |
| 2013-03-27 | Adding DIImportedModules to DIScopes. | David Blaikie |
| 2013-03-21 | Remove unused field in DISubprogram | David Blaikie |
| 2013-03-20 | Remove unused field in DICompileUnit | David Blaikie |
| 2013-03-17 | Split out filename & directory from DIFile to start generalizing over DIScopes | David Blaikie |
| 2013-03-13 | Remove the unused 4th operand for DIFile debug info metadata | David Blaikie |
| 2013-03-13 | Refactor filename/directory in DICompileUnit into a DIFile | David Blaikie |
| 2013-03-12 | Remove unused "isMain" field from DICompileUnit | David Blaikie |
| 2013-03-12 | Update debug info test cases with empty SplitDebugFilename field. | David Blaikie |
| 2013-02-22 | Use references to attribute groups on the call/invoke instructions. | Bill Wendling |
| 2013-02-20 | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling |
| 2013-02-11 | FileCheck-ize the tests. | Bill Wendling |
| 2013-02-02 | Remove the (apparently) unnecessary debug info metadata indirection. | David Blaikie |
| 2013-01-01 | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko |
| 2012-12-30 | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko |
| 2012-10-09 | Fix PR14016. | Alexey Samsonov |
| 2012-07-02 | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth |
| 2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth |
| 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-09-01 | Update some tests to the new EH scheme. | Bill Wendling |
| 2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman |
| 2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
| 2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
| 2011-05-22 | Fix grammar in test. | Nick Lewycky |
| 2011-03-01 | Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers. | Eli Friedman |
| 2011-01-16 | Teach DAE to look for functions whose arguments are unused, and change all ca... | Anders Carlsson |
| 2010-04-30 | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel |
| 2010-04-14 | Revert r101213. | Nick Lewycky |
| 2010-04-14 | Commit testcase for r101213. | Nick Lewycky |
| 2010-04-07 | add newlines at the end of files. | Chris Lattner |
| 2010-01-23 | Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. | Nick Lewycky |
| 2010-01-23 | Teach DAE that even though it can't modify the function signature of an | Nick Lewycky |
| 2010-01-05 | Delete useless trailing semicolons. | Dan Gohman |
| 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-03-18 | aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D... | Chris Lattner |
| 2009-03-18 | Fix PR3807 by inserting 'insertelement' instructions in the normal dest of | Chris Lattner |
| 2009-03-01 | adjust test to make it more robust | Chris Lattner |
| 2008-09-29 | Support inreg, zext and sext as return value attributes. | Devang Patel |
| 2008-07-16 | Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead... | Matthijs Kooijman |
| 2008-07-15 | XFAIL the multdeadretval test for now, I will be fixing instcombine to make i... | Matthijs Kooijman |
| 2008-07-15 | Remove a few tests which no longer hold for deadargelim (since it is now | Matthijs Kooijman |
| 2008-07-15 | Add a testcase for the canonicalizations now performed by deadargelim. | Matthijs Kooijman |
| 2008-07-15 | Make deadargelim a bit less smart, so it doesn't choke on nested structs as | Matthijs Kooijman |
| 2008-07-15 | Fix typo. | Matthijs Kooijman |
| 2008-07-10 | Restructure dead argument elimination, try #3 :-) | Matthijs Kooijman |
| 2008-06-26 | XFAIL for now. | Evan Cheng |
| 2008-06-24 | Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu... | Matthijs Kooijman |