summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LegacyPassManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-2/+7
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-7/+0
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+7
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-271-1/+3
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-16/+16
* Fix a (legacy) PassManager crash that occurs when a ModulePassAndrew Trick2014-04-081-6/+18
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-051-30/+33
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-041-1/+1
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-261-3/+3
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-121-3/+3
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-2/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-2/+2
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-0/+1920
OpenPOWER on IntegriCloud