IR: MDNode => Value: Add Instruction::getMDNode()
[oota-llvm.git] / lib / IR / LegacyPassManager.cpp
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-11 Sylvestre LedruFix typos:
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-27 Chandler CarruthTeach the pass manager's execution dump to print the...
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...