summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Emit UdtSourceLine information for enumsAaron Smith2018-03-061-13/+27
* [CodeView] Lower __restrict and other pointer qualifiers correctlyReid Kleckner2018-02-271-10/+42
* [AsmPrinter] Handle qualified unnamed types in CodeView printerShoaib Meenai2018-02-271-3/+24
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-7/+14
* [CodeView] Allow variable names to be as long as the codeview format supportsBrock Wyma2018-02-111-3/+4
* [CodeView] Class record member counts should include base classes and ...Brock Wyma2018-02-011-0/+2
* Test commit.Brock Wyma2018-01-301-2/+2
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-1/+3
* [CodeView] Fix the type for a variadic argumentAaron Smith2018-01-111-0/+12
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-8/+8
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-131-7/+44
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-45/+47
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-6/+6
* 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
OpenPOWER on IntegriCloud