aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/load.ll
AgeCommit message (Expand)Author
2010-07-12merge two tests.Chris Lattner
2010-01-05clean up tests.Chris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-10-15Teach instcombine's visitLoad to scan back several instructionsDan Gohman
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-08-12oops, forgot to commit this.Chris Lattner
2007-04-14For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-11-01remove a testcase for a marginal featureChris Lattner
2005-09-12new testcaseChris Lattner
2005-09-12new testcaseChris Lattner
2005-09-12new testcaseChris Lattner
2005-05-01add a new testcaseChris Lattner
2004-09-19Add two new testcases that instcombine should handleChris Lattner
2004-05-27Add back a test I accidentally removedChris Lattner
2004-05-27Add another testcaseChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner
2003-06-26add tests for elimination of loadsChris Lattner