[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / lib / IR / LegacyPassManager.cpp
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Andrew TrickFix a (legacy) PassManager crash that occurs when a...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...