Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / IR / DebugInfoMetadata.cpp
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-09-30 Evgeniy StepanovFix debug info with SafeStack.
2015-08-28 Duncan P. N. Exon... DI: Set DILexicalBlock columns >= 65536 to 0/unknown
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-24 Duncan P. N. Exon... DI: Remove unnecessary DICompositeTypeBase
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 Duncan P. N. Exon... DebugInfo: Support up to 2^16 arguments in a subprogram
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DILocation::computeNewDiscriminators()
2015-04-13 Duncan P. N. Exon... DebugInfo: Migrate DISubprogram::describes() to new...
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Duncan P. N. Exon... DebugInfo: Move DIScope::getName() and getContext(...
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIExpression bit-piece API to MDExpression
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-03-30 Duncan P. N. Exon... DwarfDebug: Avoid creating new DebugLocs in the backend
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-27 Duncan P. N. Exon... LLParser: Require non-null scope for MDLocation and...
2015-02-20 Duncan P. N. Exon... IR: Change MDFile to directly store the filename/directory
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
2015-02-19 Duncan P. N. Exon... IR: Add missing null operand to MDSubroutineType
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Duncan P. N. Exon... IR: Add MDSubprogram::replaceFunction()
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-10 Duncan P. N. Exon... IR: Remove unnecessary fields from MDTemplateParameter
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-06 Duncan P. N. Exon... IR: Allow 32-bits for lines in debug location
2015-02-02 Duncan P. N. Exon... Fix the -Werror build, NFC
2015-02-02 Duncan P. N. Exon... IR: Allow GenericDebugNode construction from MDString
2015-02-02 Duncan P. N. Exon... IR: Separate helpers for string operands, NFC
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC