summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoadCombine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-4/+6
* Fix a typo I spotted when hacking on SROA. Somewhat alarming thatChandler Carruth2015-09-091-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Mark empty default constructors as =default if it makes the type PODBenjamin Kramer2015-04-111-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-3/+2
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-17/+13
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-3/+3
* Use AA in LoadCombineHal Finkel2014-11-031-4/+19
* Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual fun...Aaron Ballman2014-07-301-0/+2
* Add LoadCombine pass.Michael J. Spencer2014-05-291-0/+268
OpenPOWER on IntegriCloud