summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/add.ll
Commit message (Expand)AuthorAge
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Also fold (A+B) == A -> B == 0 when the add is commuted.Benjamin Kramer2011-02-11
* Recognize and simplifyAnders Carlsson2011-01-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
* Teach masked value is zero about add and sub, and use MVIZ toChris Lattner2008-03-21
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR411:Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* llvm upgrade doesn't accept 'define'Chris Lattner2007-01-05
* new testcaseChris Lattner2007-01-05
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcasesChris Lattner2006-11-09
* new testcase I forgot to check in earlierChris Lattner2006-03-05
* new testcaseChris Lattner2006-03-04
* This is missed by InstCombine, patch commingAndrew Lenharth2005-11-02
* new testcaseChris Lattner2005-09-18
* new testcaseChris Lattner2005-04-07
* Add some new testsChris Lattner2005-01-19
* New testcaseChris Lattner2004-11-13
* New testcaseChris Lattner2004-10-08
* New testcasesChris Lattner2004-09-29
* Add a new testcase for folding an add into a switchChris Lattner2004-07-03
* new testcaseChris Lattner2004-06-27
* New testcaseChris Lattner2004-04-10
* Another testcaseChris Lattner2004-04-09
* The instruction combining pass removes dead instructions, there is no needChris Lattner2004-02-28
* Add new testcasesChris Lattner2003-10-02
* New testcasesChris Lattner2003-09-19
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Add some tests for difficult reassociation casesChris Lattner2003-08-13
* Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner2003-08-13
* More testcases, which I'll implement laterChris Lattner2003-07-24
* 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 limited reassociationChris Lattner2003-03-11
* Add optimizations:Chris Lattner2003-03-10
* Add new testcasesChris Lattner2003-02-18
* Modernize testcaseChris Lattner2003-02-18
* Modernize testcasesChris Lattner2003-02-18
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* More testsChris Lattner2002-05-06
* New testcase.Chris Lattner2002-04-18