summaryrefslogtreecommitdiff
path: root/test/Other/constant-fold-gep.ll
Commit message (Expand)AuthorAge
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge2013-02-27
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-27
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-27
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-27
* Fix test.Eli Friedman2011-12-15
* Make constant folding for GEPs a bit more aggressive.Eli Friedman2011-12-15
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* 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