aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/constant-fold-gep.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-152/+152
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+18
* Add addrspacecast instruction.Matt Arsenault2013-11-151-2/+2
* IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge2013-02-271-0/+20
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-57/+59
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-271-3/+3
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-271-3/+3
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-271-3/+3
* Fix test.Eli Friedman2011-12-151-2/+2
* Make constant folding for GEPs a bit more aggressive.Eli Friedman2011-12-151-2/+5
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-46/+32
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-42/+0
* Constant-fold GEP-of-GEP into a single GEP.Dan Gohman2010-03-101-0/+31
* Fix whitespace.Dan Gohman2010-03-101-6/+6
* Teach the constant folder about union types.Dan Gohman2010-02-251-6/+48
* Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman2010-02-101-7/+51
* Factor out alignof expression folding into a separate function andDan Gohman2010-02-021-0/+21
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-011-35/+314
* Remove the folding ruleDan Gohman2010-01-281-0/+84