summaryrefslogtreecommitdiff
path: root/lib/IR/ConstantFold.cpp
Commit message (Expand)AuthorAge
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Fold vector selects with undef elements in the condition. Fixes PR18319.Nick Lewycky2013-12-31
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* IR: Refactor GEP range checks, reuse them for other parts of foldingDavid Majnemer2013-11-10
* IR: Properly canonicalize PointerType in ConstantExpr GEPsDavid Majnemer2013-11-07
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-07
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-30
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-30
* IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge2013-02-27
* Fix a bug that was found by the clang static analyzer. The var "AT" is null s...Nadav Rotem2013-02-19
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-31
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02