summaryrefslogtreecommitdiff
path: root/test/Other/constant-fold-gep.ll
Commit message (Expand)AuthorAge
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Constant-fold GEP-of-GEP into a single GEP.Dan Gohman2010-03-10
* Fix whitespace.Dan Gohman2010-03-10
* Teach the constant folder about union types.Dan Gohman2010-02-25
* Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman2010-02-10
* Factor out alignof expression folding into a separate function andDan Gohman2010-02-02
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-01
* Remove the folding ruleDan Gohman2010-01-28