summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
AgeCommit message (Expand)Author
2019-08-02Temporarily revert "Changes to improve CodeView debug info type record inline...Eric Christopher
2019-08-01Changes to improve CodeView debug info type record inline commentsNilanjana Basu
2019-07-18[COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang
2019-07-17Changes to display code view debug info type records in hex formatNilanjana Basu
2019-07-17Adding inline comments to code view type record directives for better readabi...Nilanjana Basu
2019-07-09Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu
2019-07-03Revert Changing CodeView debug info type record representation in assembly fi...Nilanjana Basu
2019-07-03Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu
2019-07-01Testing commit access through minor formatting changeNilanjana Basu
2019-06-20Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang
2019-06-13Use fully qualified name when printing S_CONSTANT recordsAmy Huang
2019-05-29CodeView - add static data members to global variable debug info.Amy Huang
2019-05-16Emit global variables as S_CONSTANT records for codeview debug info.Amy Huang
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song
2019-05-06Fix bug in getCompleteTypeIndex in codeview debug infoAmy Huang
2019-04-24Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang
2019-04-23Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang
2019-04-19[MS] Emit S_HEAPALLOCSITE debug infoAmy Huang
2019-04-10[DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg
2019-04-10[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg
2019-04-10[DebugInfo] Make InstrRange into a class, NFCDavid Stenberg
2019-04-04[IR] Refactor attribute methods in Function class (NFC)Evandro Menezes
2019-04-03[IR] Create new method in `Function` class (NFC)Evandro Menezes
2019-03-11Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza
2019-02-26[CodeView] Emit HasConstructorOrDestructor class option for non-trivial const...Aaron Smith
2019-01-23[CodeView] Allow empty types in member functionsJosh Stone
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-26[codeview] Check if this 'this' type of a method is a pointerReid Kleckner
2018-12-20[CodeView] Emit global variables within lexical scopes to limit visibilityBrock Wyma
2018-12-18[codeview] Update comment on aligning symbol recordsReid Kleckner
2018-12-18[codeview] Align symbol records to save 441MB during linking clang.pdbReid Kleckner
2018-12-14[codeview] Add begin/endSymbolRecord helpers, NFCReid Kleckner
2018-12-11[codeview] Look through typedefs in getCompleteTypeIndexReid Kleckner
2018-11-26Delete dead code introduced in r347354.Erich Keane
2018-11-20[CodeView] Add support for ref-qualified member functions.Zachary Turner
2018-11-20[CodeView] Mark this pointers as const.Zachary Turner
2018-11-16[codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner
2018-11-03[codeview] Let the X86 backend tell us the VFRAME offset adjustmentReid Kleckner
2018-11-01[CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner
2018-10-31MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existingMatthias Braun
2018-10-12[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source fileReid Kleckner
2018-10-12Better support for POSIX paths in PDBs.Zachary Turner
2018-10-11Revert SymbolFileNativePDB plugin.Zachary Turner
2018-10-11Better support for POSIX paths in PDBs.Zachary Turner
2018-10-02 [CodeView] Only add the Scoped flag for an enum type when it has an immediat...Aaron Smith
2018-10-02[CodeView] Emit function options for subprogram and member functionsAaron Smith
2018-10-02[codeview] Fix 32-bit x86 variable locations in realigned stack framesReid Kleckner
2018-10-01[codeview] Simplify S_DEFRANGE emission code, NFCReid Kleckner
2018-10-01[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song