summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/multifunction.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] Align symbol records to save 441MB during linking clang.pdbReid Kleckner2018-12-181-10/+22
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-10/+76
* [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-3/+3
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-6/+6
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-0/+16
* [codeview] Change readobj symbol dumping formatReid Kleckner2017-07-111-6/+6
* Emit S_COMPILE3 record once per TU rather than once per functionAdrian McCarthy2016-11-021-57/+40
* Emit S_COMPILE3 CodeView recordAdrian McCarthy2016-09-201-30/+42
* [CodeView] Emit an appropriate symbol kind for globalsDavid Majnemer2016-07-061-3/+9
* [CodeView] Implement function-type indicesDavid Majnemer2016-06-021-6/+6
* [codeview] Use comdats for debug info describing comdat functionsReid Kleckner2016-05-251-0/+2
* Dump symbol record details in llvm-pdbdumpZachary Turner2016-05-241-6/+12
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-5/+4
* 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-6/+6
* [codeview] Improve readability of codeview assembly outputDavid Majnemer2016-02-021-36/+54
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-12/+6
* [CodeView] Fix dumping the is_stmt bit from the line tableReid Kleckner2016-01-291-19/+19
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-197/+33
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-33/+197
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-197/+33
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-42/+42
* [CodeView] Mark our lines as statements, not expressionsDavid Majnemer2016-01-131-38/+38
* [CodeView] Improve the line table dumperDavid Majnemer2016-01-131-62/+139
* [CodeView] Initialize column-end to zeroDavid Majnemer2016-01-121-32/+32
* Reland "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner2015-12-161-2/+0
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-6/+6
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-3/+3
* If the "CodeView" module flag is set, emit codeview instead of DWARFReid Kleckner2015-08-051-7/+1
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+1
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-091-28/+110
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-16/+16
* Use the existing begin and end symbol for debug info.Rafael Espindola2015-03-051-0/+3
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-9/+9
* 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-8/+8
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-22/+22
* [COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov2014-11-121-6/+6
* CodeGen: Enable DWARF emission for MS ABI targetsDavid Majnemer2014-11-041-23/+29
* Fix PR21189 -- Emit symbol subsection required to debug LLVM-built binaries w...Timur Iskhodzhanov2014-10-241-12/+228
* Fix COFF section index relocation should be 16 bits, not 32Timur Iskhodzhanov2014-10-081-0/+6
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-8/+8
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-8/+8
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-8/+8
* Update tests which broke from r218189David Majnemer2014-09-201-2/+2
OpenPOWER on IntegriCloud