summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[codeview] don't try to emit variable locations without registers"Bob Haarman2017-08-291-1/+1
* [codeview] don't try to emit variable locations without registersBob Haarman2017-08-291-1/+1
* [codeview] support more DW_OPs for more complete debug infoBob Haarman2017-08-291-86/+105
* [CodeView] Don't output S_UDT symbols for forward decls.Zachary Turner2017-08-281-11/+30
* [codeview] Emit nested enums and typedefs from classesReid Kleckner2017-08-081-4/+6
* Remove PrologEpilogInserter's usage of DBG_VALUE's offset fieldAdrian Prantl2017-08-011-5/+16
* [codeview] Ignore DBG_VALUEs when choosing a BB start source locReid Kleckner2017-07-311-0/+2
* [codeview] Emit 'D' as the cv source language for D codeReid Kleckner2017-07-241-0/+2
* Format some case labels and shrink an anonymous namespace NFCReid Kleckner2017-07-241-15/+12
* [COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFFMandeep Singh Grang2017-07-201-0/+2
* [codeview] Use the first valid source location at the top of every MBBReid Kleckner2017-06-301-4/+18
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+4
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-061-14/+58
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-9/+8
* [CodeView Type Merging] Don't keep re-allocating temp serializer.Zachary Turner2017-05-251-2/+2
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-221-2/+2
* Revert "Don't generate line&scope debug info for meta-instructions."Adrian Prantl2017-05-221-2/+2
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-221-2/+2
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-28/+13
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-12/+28
* Fix another warning.Zachary Turner2017-05-181-1/+1
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-28/+12
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-171-1/+1
* IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...Peter Collingbourne2017-05-161-2/+2
* [codeview] Check for a DIExpression offset for local variablesReid Kleckner2017-05-091-1/+9
* [CodeView] Reserve TypeDatabase records up front.Zachary Turner2017-05-051-1/+1
* DebugInfo: elide type index entries for synthetic typesSaleem Abdulrasool2017-05-031-4/+6
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-0/+1
* Rename some PDB classes.Zachary Turner2017-04-271-7/+8
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-4/+4
* Revert "Turn DISubprogram into a variable-length node."Adrian Prantl2017-04-261-4/+4
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-4/+4
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-4/+5
* Remove redundant check for nullptr.Adrian Prantl2017-03-271-2/+2
* [codeview] Don't assert when the user violates the ODRReid Kleckner2017-03-241-28/+2
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-2/+2
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-1/+1
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-3/+2
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-2/+3
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-3/+2
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-2/+2
* Refactor DebugHandlerBase a bit to common non-debug-having-function filteringDavid Blaikie2017-02-161-14/+2
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-111-3/+5
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-1/+1
* [CodeView] Add TypeDatabase class.Zachary Turner2017-01-111-0/+1
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-2/+2
* Refactor the DIExpression fragment query interface (NFC)Adrian Prantl2016-12-221-2/+3
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-11/+14
* Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-161-13/+17
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-14/+11
OpenPOWER on IntegriCloud