aboutsummaryrefslogtreecommitdiff
path: root/test/Other/constant-fold-gep.ll
AgeCommit message (Expand)Author
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-03-10Constant-fold GEP-of-GEP into a single GEP.Dan Gohman
2010-03-10Fix whitespace.Dan Gohman
2010-02-25Teach the constant folder about union types.Dan Gohman
2010-02-10Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman
2010-02-02Factor out alignof expression folding into a separate function andDan Gohman
2010-02-01Generalize target-independent folding rules for sizeof to handle moreDan Gohman
2010-01-28Remove the folding ruleDan Gohman