Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also fold (A+B) == A -> B == 0 when the add is commuted. | Benjamin Kramer | 2011-02-11 | 1 | -10/+18 |
* | Recognize and simplify | Anders Carlsson | 2011-01-30 | 1 | -0/+16 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Teach masked value is zero about add and sub, and use MVIZ to | Chris Lattner | 2008-03-21 | 1 | -0/+7 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-09 | 1 | -170/+189 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -1/+0 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -0/+1 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -2/+4 |
* | For PR411: | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -4/+4 |
* | llvm upgrade doesn't accept 'define' | Chris Lattner | 2007-01-05 | 1 | -1/+2 |
* | new testcase | Chris Lattner | 2007-01-05 | 1 | -0/+6 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -1/+1 |
* | new testcases | Chris Lattner | 2006-11-09 | 1 | -0/+13 |
* | new testcase I forgot to check in earlier | Chris Lattner | 2006-03-05 | 1 | -0/+7 |
* | new testcase | Chris Lattner | 2006-03-04 | 1 | -0/+7 |
* | This is missed by InstCombine, patch comming | Andrew Lenharth | 2005-11-02 | 1 | -0/+7 |
* | new testcase | Chris Lattner | 2005-09-18 | 1 | -0/+10 |
* | new testcase | Chris Lattner | 2005-04-07 | 1 | -0/+5 |
* | Add some new tests | Chris Lattner | 2005-01-19 | 1 | -0/+14 |
* | New testcase | Chris Lattner | 2004-11-13 | 1 | -0/+8 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+6 |
* | New testcases | Chris Lattner | 2004-09-29 | 1 | -0/+14 |
* | Add a new testcase for folding an add into a switch | Chris Lattner | 2004-07-03 | 1 | -0/+14 |
* | new testcase | Chris Lattner | 2004-06-27 | 1 | -0/+5 |
* | New testcase | Chris Lattner | 2004-04-10 | 1 | -0/+6 |
* | Another testcase | Chris Lattner | 2004-04-09 | 1 | -0/+8 |
* | The instruction combining pass removes dead instructions, there is no need | Chris Lattner | 2004-02-28 | 1 | -1/+1 |
* | Add new testcases | Chris Lattner | 2003-10-02 | 1 | -0/+11 |
* | New testcases | Chris Lattner | 2003-09-19 | 1 | -0/+12 |
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-16 | 1 | -1/+1 |
* | Add some tests for difficult reassociation cases | Chris Lattner | 2003-08-13 | 1 | -4/+25 |
* | Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool | Chris Lattner | 2003-08-13 | 1 | -0/+12 |
* | More testcases, which I'll implement later | Chris Lattner | 2003-07-24 | 1 | -0/+5 |
* | Remove usage of grep-not script | Chris Lattner | 2003-06-28 | 1 | -1/+1 |
* | Convert scripts from using explicit control flow to use the new grep-not script | Chris Lattner | 2003-06-28 | 1 | -4/+1 |
* | Test limited reassociation | Chris Lattner | 2003-03-11 | 1 | -0/+1 |
* | Add optimizations: | Chris Lattner | 2003-03-10 | 1 | -0/+6 |
* | Add new testcases | Chris Lattner | 2003-02-18 | 1 | -0/+12 |
* | Modernize testcase | Chris Lattner | 2003-02-18 | 1 | -9/+6 |
* | Modernize testcases | Chris Lattner | 2003-02-18 | 1 | -5/+5 |
* | These tests should not run -dce pass to cleanup instcombine. | Chris Lattner | 2002-08-02 | 1 | -1/+1 |
* | More tests | Chris Lattner | 2002-05-06 | 1 | -0/+12 |
* | New testcase. | Chris Lattner | 2002-04-18 | 1 | -0/+32 |