summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/asm.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-2/+2
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-2/+2
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-1/+1
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-281-2/+2
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* [codeview] Change readobj symbol dumping formatReid Kleckner2017-07-111-3/+3
* Emit S_COMPILE3 record once per TU rather than once per functionAdrian McCarthy2016-11-021-74/+4
* Emit S_COMPILE3 CodeView recordAdrian McCarthy2016-09-201-10/+14
* Revert "[codeview] Emit information about global variables"Reid Kleckner2016-06-061-7/+4
* [codeview] Emit information about global variablesReid Kleckner2016-06-061-4/+7
* [CodeView] Implement function-type indicesDavid Majnemer2016-06-021-2/+2
* [codeview] Use comdats for debug info describing comdat functionsReid Kleckner2016-05-251-0/+2
* Dump symbol record details in llvm-pdbdumpZachary Turner2016-05-241-2/+4
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-1/+1
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-2/+2
* [codeview] Improve readability of codeview assembly outputDavid Majnemer2016-02-021-12/+18
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-4/+2
* [CodeView] Fix dumping the is_stmt bit from the line tableReid Kleckner2016-01-291-7/+7
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-104/+19
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-19/+104
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-104/+19
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-11/+11
* [CodeView] Mark our lines as statements, not expressionsDavid Majnemer2016-01-131-14/+14
* [CodeView] Improve the line table dumperDavid Majnemer2016-01-131-16/+43
* [X86] Add intrinsics for reading and writing to the flags registerDavid Majnemer2016-01-011-10/+7
* [X86, Win64] Use a frame pointer if pushf is emittedDavid Majnemer2015-12-271-7/+10
* Reland "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner2015-12-161-4/+3
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-2/+2
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-1/+1
* If the "CodeView" module flag is set, emit codeview instead of DWARFReid Kleckner2015-08-051-3/+1
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+1
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-091-2/+32
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-9/+9
* Use the existing begin and end symbol for debug info.Rafael Espindola2015-03-051-0/+1
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-7/+7
* Modify llvm-readobj to dump symbol record bytes.Zachary Turner2015-02-181-2/+2
* MC: Emit COFF section flags in the "proper" orderDavid Majnemer2015-02-071-2/+2
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-3/+3
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-15/+15
* [COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov2014-11-121-2/+2
* CodeGen: Enable DWARF emission for MS ABI targetsDavid Majnemer2014-11-041-9/+11
* Fix PR21189 -- Emit symbol subsection required to debug LLVM-built binaries w...Timur Iskhodzhanov2014-10-241-4/+72
* Fix COFF section index relocation should be 16 bits, not 32Timur Iskhodzhanov2014-10-081-0/+2
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-5/+5
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-5/+5
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-5/+5
* Update tests which broke from r218189David Majnemer2014-09-201-2/+2
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-231-2/+2
OpenPOWER on IntegriCloud