summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* [codeview] Merge file checksum entries for DIFiles with the same absolute pathReid Kleckner2017-10-311-2/+2
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-0/+4
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-7/+13
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-9/+7
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-7/+9
* [codeview] Use a type index of zero for static method "this" typesReid Kleckner2017-09-151-1/+1
* [codeview] Fold FIXME into comment, there's nothing to do. NFCReid Kleckner2017-09-131-4/+4
* [codeview] VLAs and unsized arrays should use a size of zeroReid Kleckner2017-09-131-3/+4
* Mark static member functions as static in CodeViewDebugAdrian McCarthy2017-09-131-10/+12
* [CodeView] Don't output S_UDTs for nested typedefs.Zachary Turner2017-09-051-0/+15
* Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner2017-09-051-0/+26
* [codeview] Generalize DIExpression parsing to handle load chainsReid Kleckner2017-08-311-27/+34
* [codeview] make DbgVariableLocation::extractFromMachineInstruction use OptionalBob Haarman2017-08-301-17/+14
* [NFC] clang-format llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cppBob Haarman2017-08-291-2/+4
* Reland r311957 [codeview] support more DW_OPs for more complete debug infoBob Haarman2017-08-291-86/+107
* Revert "[codeview] support more DW_OPs for more complete debug info"Bob Haarman2017-08-291-105/+86
* 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
OpenPOWER on IntegriCloud