Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
[oota-llvm.git] / include / llvm / IR / DebugLoc.h
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 Duncan P. N. Exon... DebugInfo: Allow DebugLocs to be constructed from const
2015-03-30 Duncan P. N. Exon... DebugLoc: Remove getFromDILexicalBlock()
2015-03-30 Duncan P. N. Exon... DebugInfo: Remove dead code from old DebugLoc API
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... DebugInfo: Write new DebugLoc API
2015-02-26 Eric ChristopherRemove commented out function.
2015-02-26 Eric ChristopherRemove DebugLoc::print(LLVMContext, raw_ostream), it...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-06-05 Evgeniy StepanovAdd missing const specifier to a const method.
2014-05-07 Zinovy Nis[BUG][REFACTOR]
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...