Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 1 | -5/+5 |
* | Duncan deftly points out that readnone functions aren't | Chris Lattner | 2011-01-03 | 1 | -0/+13 |
* | earlycse can do trivial with-a-block dead store | Chris Lattner | 2011-01-03 | 1 | -0/+10 |
* | now that loads are in their own table, we can implement | Chris Lattner | 2011-01-03 | 1 | -0/+9 |
* | add a testcase for readonly call CSE | Chris Lattner | 2011-01-03 | 1 | -0/+12 |
* | Teach EarlyCSE to do trivial CSE of loads and read-only calls. | Chris Lattner | 2011-01-03 | 1 | -0/+45 |
* | add DEBUG and -stats output to earlycse. | Chris Lattner | 2011-01-02 | 1 | -2/+13 |
* | Enhance earlycse to do CSE of casts, instsimplify and die. | Chris Lattner | 2011-01-02 | 2 | -0/+24 |