aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/ConstantFold.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-13/+26
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-29/+30
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-49/+99
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+21
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-8/+26
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-54/+54
* Update to LLVM 3.5a.Stephen Hines2014-04-241-7/+16
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+2
* IR: Refactor GEP range checks, reuse them for other parts of foldingDavid Majnemer2013-11-101-28/+51
* IR: Properly canonicalize PointerType in ConstantExpr GEPsDavid Majnemer2013-11-071-5/+6
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-071-1/+37
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-301-4/+5
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-301-2/+2
* IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge2013-02-271-13/+22
* Fix a bug that was found by the clang static analyzer. The var "AT" is null s...Nadav Rotem2013-02-191-2/+2
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-311-6/+5
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-4/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-7/+7
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+2066