Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The instruction combining pass removes dead instructions, there is no need | Chris Lattner | 2004-02-28 | 1 | -1/+1 |
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-16 | 1 | -1/+1 |
* | 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 |
* | Add test for demorgans law with constants | Chris Lattner | 2003-03-10 | 1 | -0/+17 |
* | Test that demorgan's law is instcombined successfully | Chris Lattner | 2002-08-23 | 1 | -0/+10 |
* | Add testcase for the not (setcc A, B) case | Chris Lattner | 2002-08-21 | 1 | -0/+5 |
* | Fix buggy testcase | Chris Lattner | 2002-08-20 | 1 | -3/+3 |
* | The not instruction is just a specialized form of XOR | Chris Lattner | 2002-08-14 | 1 | -3/+3 |
* | These tests should not run -dce pass to cleanup instcombine. | Chris Lattner | 2002-08-02 | 1 | -1/+1 |
* | New testcase to make sure not instructions get combined | Chris Lattner | 2002-05-06 | 1 | -0/+16 |