summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/cast-set.ll
Commit message (Expand)AuthorAge
* make instcombine only rewrite a chain of computation Chris Lattner2009-11-07
* Convert the rest of the InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-12
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* For PR950:Reid Spencer2006-11-13
* Move a test from cast-set to a new bit-tracking.ll file. Update file commentsChris Lattner2003-11-03
* Add another case, which an implementation of test6 must be sure to handleChris Lattner2003-11-03
* Add the testcase from PR8Chris Lattner2003-11-03
* Add another case, which occurs in em3dChris Lattner2003-11-03
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Add new tests, make existing tests more difficultChris Lattner2003-07-23
* Remove usage of grep-not scriptChris Lattner2003-06-28
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-28
* Add another testcase that may eventually be handled...Chris Lattner2003-03-05
* Add another testcaseChris Lattner2002-08-15
* Add commentChris Lattner2002-08-12
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* New testcaseChris Lattner2002-05-15