DataLayout is mandatory, update the API to reflect it with references.
[oota-llvm.git] / lib / Transforms / Scalar / LoadCombine.cpp
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2014-11-03 Hal FinkelUse AA in LoadCombine
2014-07-30 Aaron BallmanFixing a few -Woverloaded-virtual warnings by exposing...
2014-05-29 Michael J. SpencerAdd LoadCombine pass.