Add addrspacecast instruction.
[oota-llvm.git] / lib / IR / ConstantFold.cpp
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-10 David MajnemerIR: Refactor GEP range checks, reuse them for other...
2013-11-07 David MajnemerIR: Properly canonicalize PointerType in ConstantExpr...
2013-11-07 David MajnemerIR: Do not canonicalize constant GEPs into an out-of...
2013-07-30 Matt ArsenaultRespect address space sizes in isEliminableCastPair.
2013-06-30 Benjamin KramerConstantFold: Check that truncating the other side...
2013-02-27 Meador IngeIR: Don't constant fold GEP bitcasts between different...
2013-02-19 Nadav RotemFix a bug that was found by the clang static analyzer...
2013-01-31 Dan GohmanFix ConstantFold's folding of icmp instructions to...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.