summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CodeView] Mark this pointers as const.Zachary Turner2018-11-201-0/+3
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-161-3/+5
* [codeview] Let the X86 backend tell us the VFRAME offset adjustmentReid Kleckner2018-11-031-8/+3
* [CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner2018-11-011-0/+2
* MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existingMatthias Braun2018-10-311-0/+1
* [codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source fileReid Kleckner2018-10-121-0/+48
* Better support for POSIX paths in PDBs.Zachary Turner2018-10-121-1/+4
* Revert SymbolFileNativePDB plugin.Zachary Turner2018-10-111-4/+1
* Better support for POSIX paths in PDBs.Zachary Turner2018-10-111-1/+4
* [CodeView] Only add the Scoped flag for an enum type when it has an immediat...Aaron Smith2018-10-021-5/+13
* [CodeView] Emit function options for subprogram and member functionsAaron Smith2018-10-021-8/+40
* [codeview] Fix 32-bit x86 variable locations in realigned stack framesReid Kleckner2018-10-021-4/+10
* [codeview] Simplify S_DEFRANGE emission code, NFCReid Kleckner2018-10-011-30/+22
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-40/+156
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-4/+3
* [codeview] Remove dead codeReid Kleckner2018-09-141-13/+0
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-061-5/+5
* [CodeView] Omit forward references for unnamed structs and unionsBrock Wyma2018-06-111-10/+40
* Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-2/+2
* Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-2/+2
* [pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner2018-05-171-2/+2
* [CodeView] Improve debugging of virtual base class member variablesBrock Wyma2018-05-141-2/+1
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-3/+3
* [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
OpenPOWER on IntegriCloud