Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / Transforms / Scalar / LoadCombine.cpp
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
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.