Fix a typo I spotted when hacking on SROA. Somewhat alarming that
[oota-llvm.git] / lib / Transforms / Scalar / LoadCombine.cpp
2015-09-09 Chandler CarruthFix a typo I spotted when hacking on SROA. Somewhat...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
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.