aboutsummaryrefslogtreecommitdiff
path: root/test/Other/constant-fold-gep.ll
AgeCommit message (Expand)Author
2013-02-27IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2012-04-27Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman
2012-04-27Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi
2012-04-27Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman
2011-12-15Fix test.Eli Friedman
2011-12-15Make constant folding for GEPs a bit more aggressive.Eli Friedman
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