summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-34/+26
* Fix bug in getCompleteTypeIndex in codeview debug infoAmy Huang2019-05-061-4/+7
* Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang2019-04-241-0/+23
* Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang2019-04-231-18/+0
* [MS] Emit S_HEAPALLOCSITE debug infoAmy Huang2019-04-191-0/+18
* [DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg2019-04-101-16/+12
* [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg2019-04-101-9/+9
* [DebugInfo] Make InstrRange into a class, NFCDavid Stenberg2019-04-101-6/+6
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-1/+1
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-031-2/+2
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-111-0/+2
* [CodeView] Emit HasConstructorOrDestructor class option for non-trivial const...Aaron Smith2019-02-261-4/+12
* [CodeView] Allow empty types in member functionsJosh Stone2019-01-231-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [codeview] Check if this 'this' type of a method is a pointerReid Kleckner2018-12-261-7/+18
* [CodeView] Emit global variables within lexical scopes to limit visibilityBrock Wyma2018-12-201-75/+126
* [codeview] Update comment on aligning symbol recordsReid Kleckner2018-12-181-2/+4
* [codeview] Align symbol records to save 441MB during linking clang.pdbReid Kleckner2018-12-181-0/+1
* [codeview] Add begin/endSymbolRecord helpers, NFCReid Kleckner2018-12-141-137/+74
* [codeview] Look through typedefs in getCompleteTypeIndexReid Kleckner2018-12-111-0/+8
* Delete dead code introduced in r347354.Erich Keane2018-11-261-4/+0
* [CodeView] Add support for ref-qualified member functions.Zachary Turner2018-11-201-21/+45
* [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
OpenPOWER on IntegriCloud