summaryrefslogtreecommitdiff
path: root/lib/IR/LegacyPassManager.cpp
Commit message (Expand)AuthorAge
* Add C API for thread yielding callback.Juergen Ributzka2014-05-16
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-15
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-27
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Fix a (legacy) PassManager crash that occurs when a ModulePassAndrew Trick2014-04-08
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-04
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-26
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Correct word hyphenationsAlp Toker2013-12-05
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09