DebugInfo: Gut DIScope, DIEnumerator and DISubrange
[oota-llvm.git] / lib / CodeGen / AsmPrinter / WinCodeViewLineTables.cpp
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-03-30 Duncan P. N. Exon... CodeGen: Use the new DebugLoc API, NFC
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-20 Duncan P. N. Exon... AsmPrinter: Check subprogram before using it
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
2014-11-12 Timur IskhodzhanovTemporary fix for PR21528 - use mangled C++ function...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-10-24 Timur IskhodzhanovFix PR21189 -- Emit symbol subsection required to debug...
2014-10-10 Timur IskhodzhanovReorder functions in WinCodeViewLineTables.cpp [NFC]
2014-10-10 Timur IskhodzhanovFix a small typo, NFC
2014-10-08 Timur IskhodzhanovFix COFF section index relocation should be 16 bits...
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-04-30 Alexey SamsonovConvert more loops to range-based equivalents
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-03-26 Timur IskhodzhanovFollow-up to r204790: don't try to emit line tables...
2014-03-26 Timur IskhodzhanovFix PR19239 - Add support for generating debug info...
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...