[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / Transforms / ConstProp / loads.ll
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-07-14 Matt ArsenaultLook through addrspacecast in IsConstantOffsetFromGlobal
2014-05-15 Chandler CarruthTeach the constant folder to look through bitcast const...
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2011-02-06 Anders CarlssonWhen loading from a constant, fold inttoptr if the...
2010-01-08 Chris Lattnerfix PR5978 by peeling the loop so that we avoid shiftin...
2009-12-04 Chris LattnerFix PR5551 by not ignoring the top level constantexpr...
2009-10-24 Chris Lattnerfix PR5287, a serious regression from my previous patch...
2009-10-23 Chris Lattnerteach libanalysis to simplify vector loads with bitcast...
2009-10-23 Chris Lattnerenhance FoldReinterpretLoadFromConstPtr to handle loads...
2009-10-23 Chris Lattnerteach libanalysis to fold int and fp loads from almost...