Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make more use of PHINode::getNumIncomingValues(). | Jay Foad | 2011-03-28 | 1 | -4/+4 | |
* | have instcombine preserve nsw/nuw/exact when sinking | Chris Lattner | 2011-02-17 | 1 | -11/+53 | |
* | fix typo | Chris Lattner | 2011-02-17 | 1 | -1/+1 | |
* | fix instcombine merging GEPs through a PHI to only make the | Chris Lattner | 2011-02-17 | 1 | -3/+7 | |
* | Teach InstructionSimplify about phi nodes. I chose to have it simply | Duncan Sands | 2010-11-14 | 1 | -2/+3 | |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -2/+3 | |
* | fix PR6512, a case where instcombine would incorrectly merge loads | Chris Lattner | 2010-03-05 | 1 | -0/+2 | |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -2/+2 | |
* | Add newline at EOF. | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 | |
* | split PHI node stuff out to InstCombinePHI.cpp | Chris Lattner | 2010-01-05 | 1 | -0/+841 |