I didn't intend to commit this change.
[oota-llvm.git] / lib / IR / ConstantFold.cpp
2014-12-06 David MajnemerI didn't intend to commit this change.
2014-12-06 David MajnemerInstSimplify: Optimize away useless unsigned comparisons
2014-10-10 Sanjay PatelReturn undef on FP <-> Int conversions that overflow...
2014-08-21 Jiangning LiuFix a bug around truncating vector in const prop.
2014-08-16 Duncan P. N. Exon... IR: Don't add inbounds to GEPs of extern_weak variables
2014-07-04 David MajnemerIR: Fold away compares between GV GEPs and GVs
2014-06-15 Jingyue WuCanonicalize addrspacecast ConstExpr between different...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
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.