summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/LegacyPassManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [unittests] Add InitializePasses.h includesHeejin Ahn2019-11-131-1/+1
* [LegacyPassManager] Delete BasicBlockPass/Manager.Alina Sbirlea2019-10-301-47/+0
* Fix IR/Analysis layering issue with OptBisectRichard Trieu2019-02-281-1/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* allow custom OptBisect classes set to LLVMContextFedor Sergeev2018-04-051-0/+62
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-4/+0
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-7/+10
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-33/+40
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-1/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-10/+0
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-9/+8
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-1/+1
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-101-5/+5
* Replace a few virtual with override.Rafael Espindola2014-09-101-21/+21
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-7/+7
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-10/+10
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Use a: and s: instead of a0: and s0: in the DataLayout strings.Rafael Espindola2013-12-131-1/+1
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-261-1/+1
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-0/+559
OpenPOWER on IntegriCloud