aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-25Removing block comments from CodeView records in assembly files & related cod...Nilanjana Basu1-27/+0
2019-08-21Improving CodeView debug info type record's inline commentsNilanjana Basu1-20/+20
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-4/+4
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu1-17/+6
2019-08-05Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu1-6/+17
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu1-17/+6
2019-08-02Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher1-6/+17
2019-08-02Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu1-17/+6
2019-08-02Temporarily revert "Changes to improve CodeView debug info type record inline...Eric Christopher1-20/+20
2019-08-01Changes to improve CodeView debug info type record inline commentsNilanjana Basu1-20/+20
2019-07-18[COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang1-1/+1
2019-07-17Changes to display code view debug info type records in hex formatNilanjana Basu1-1/+1
2019-07-17Adding inline comments to code view type record directives for better readabi...Nilanjana Basu1-2/+15
2019-07-09Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu1-13/+52
2019-07-03Revert Changing CodeView debug info type record representation in assembly fi...Nilanjana Basu1-41/+8
2019-07-03Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu1-8/+41
2019-07-01Testing commit access through minor formatting changeNilanjana Basu1-2/+3
2019-06-20Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang1-2/+12
2019-06-13Use fully qualified name when printing S_CONSTANT recordsAmy Huang1-4/+5
2019-05-29CodeView - add static data members to global variable debug info.Amy Huang1-1/+6
2019-05-16Emit global variables as S_CONSTANT records for codeview debug info.Amy Huang1-31/+69
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song1-34/+26
2019-05-06Fix bug in getCompleteTypeIndex in codeview debug infoAmy Huang1-4/+7
2019-04-24Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang1-0/+23
2019-04-23Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang1-18/+0
2019-04-19[MS] Emit S_HEAPALLOCSITE debug infoAmy Huang1-0/+18
2019-04-10[DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg1-16/+12
2019-04-10[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg1-9/+9
2019-04-10[DebugInfo] Make InstrRange into a class, NFCDavid Stenberg1-6/+6
2019-04-04[IR] Refactor attribute methods in Function class (NFC)Evandro Menezes1-1/+1
2019-04-03[IR] Create new method in `Function` class (NFC)Evandro Menezes1-2/+2
2019-03-11Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza1-0/+2
2019-02-26[CodeView] Emit HasConstructorOrDestructor class option for non-trivial const...Aaron Smith1-4/+12
2019-01-23[CodeView] Allow empty types in member functionsJosh Stone1-1/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-26[codeview] Check if this 'this' type of a method is a pointerReid Kleckner1-7/+18
2018-12-20[CodeView] Emit global variables within lexical scopes to limit visibilityBrock Wyma1-75/+126
2018-12-18[codeview] Update comment on aligning symbol recordsReid Kleckner1-2/+4
2018-12-18[codeview] Align symbol records to save 441MB during linking clang.pdbReid Kleckner1-0/+1
2018-12-14[codeview] Add begin/endSymbolRecord helpers, NFCReid Kleckner1-137/+74
2018-12-11[codeview] Look through typedefs in getCompleteTypeIndexReid Kleckner1-0/+8
2018-11-26Delete dead code introduced in r347354.Erich Keane1-4/+0
2018-11-20[CodeView] Add support for ref-qualified member functions.Zachary Turner1-21/+45
2018-11-20[CodeView] Mark this pointers as const.Zachary Turner1-0/+3
2018-11-16[codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner1-3/+5
2018-11-03[codeview] Let the X86 backend tell us the VFRAME offset adjustmentReid Kleckner1-8/+3
2018-11-01[CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner1-0/+2
2018-10-31MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existingMatthias Braun1-0/+1
2018-10-12[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source fileReid Kleckner1-0/+48
2018-10-12Better support for POSIX paths in PDBs.Zachary Turner1-1/+4