summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/div.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Carve out a place in instcombine to put transformations which work knowing th...Chris Lattner2011-05-22
* Use SimplifyDemandedBits on div instructions.Benjamin Kramer2011-04-30
* FileCheckize.Benjamin Kramer2011-04-30
* 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
* implement PR2328.Chris Lattner2008-05-16
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-18
* For PR1319:Reid Spencer2007-04-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* For PR950:Reid Spencer2006-10-26
* new testcasesChris Lattner2006-02-05
* Add testcases for simple things we can handle that occur now in vortex.Chris Lattner2004-12-12
* New testcasses for divides that can be eliminated.Chris Lattner2004-09-29
* New testcaseChris Lattner2004-09-28
* Add a new testcase for X/-1, fix bug that prevented tests from running rightChris Lattner2004-04-26
* 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
* test for a variety of new transformations:Chris Lattner2003-02-18
* modernize testcaseChris Lattner2003-02-18
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* New testcase so I don't forget about this.Chris Lattner2002-05-06