summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-1/+58
* CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info.Peter Collingbourne2018-04-111-0/+10
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-1/+1
* [CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-4/+4
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner2018-03-151-6/+141
* [codeview] Fix sense of the assertion about hashtable insertionReid Kleckner2018-03-151-1/+1
* [codeview] Delete FunctionInfo copy ctor and move out of DenseMapReid Kleckner2018-03-151-4/+5
* Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...Reid Kleckner2018-03-151-138/+6
* [CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopesBrock Wyma2018-03-151-6/+138
* TargetMachine: Add address space to getPointerSizeMatt Arsenault2018-03-141-3/+3
* Revert r327397 [CodeView] Omit forward references for unnamed structs and ...Brock Wyma2018-03-131-40/+10
* [CodeView] Omit forward references for unnamed structs and unionsBrock Wyma2018-03-131-10/+40
* [SelectionDAG] Improve handling of dangling debug infoBjorn Pettersson2018-03-121-1/+1
* [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
OpenPOWER on IntegriCloud