summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/load.ll
Commit message (Expand)AuthorAge
* merge two tests.Chris Lattner2010-07-12
* clean up tests.Chris Lattner2010-01-05
* 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
* Teach instcombine's visitLoad to scan back several instructionsDan Gohman2008-10-15
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* oops, forgot to commit this.Chris Lattner2007-08-12
* For PR1319:Reid Spencer2007-04-14
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-23
* remove a testcase for a marginal featureChris Lattner2006-11-01
* new testcaseChris Lattner2005-09-12
* new testcaseChris Lattner2005-09-12
* new testcaseChris Lattner2005-09-12
* add a new testcaseChris Lattner2005-05-01
* Add two new testcases that instcombine should handleChris Lattner2004-09-19
* Add back a test I accidentally removedChris Lattner2004-05-27
* Add another testcaseChris Lattner2004-05-27
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* 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 tests for elimination of loadsChris Lattner2003-06-26