aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-03[DebugInfo] Fix for adding "returns cxx udt" option to functions in CodeView.Amy Huang1-3/+4
2020-02-29[MC] Add MCStreamer::emitInt{8,16,32,64}Fangrui Song1-46/+46
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-48/+48
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-8/+8
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song1-6/+6
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-8/+9
2019-11-08Revert d91ed80 "[codeview] Reference types in type parent scopes"Hans Wennborg1-22/+14
2019-11-07[codeview] Reference types in type parent scopesReid Kleckner1-14/+22
2019-10-28Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"Amy Huang1-9/+23
2019-10-25Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."Amy Huang1-23/+9
2019-10-25Add an instruction marker field to the ExtraInfo in MachineInstrs.Amy Huang1-9/+23
2019-10-19Avoid including CodeView/SymbolRecord.h from MCStreamer.hReid Kleckner1-4/+4
2019-10-10[codeview] Try to avoid emitting .cv_loc with line zeroReid Kleckner1-3/+13
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