[fuzzer] one more experimental search mode: -use_coverage_pairs=1
[oota-llvm.git] / lib / IR / DebugInfoMetadata.cpp
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