summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert d91ed80 "[codeview] Reference types in type parent scopes"Hans Wennborg2019-11-081-22/+14
* [codeview] Reference types in type parent scopesReid Kleckner2019-11-071-14/+22
* Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"Amy Huang2019-10-281-9/+23
* Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."Amy Huang2019-10-251-23/+9
* Add an instruction marker field to the ExtraInfo in MachineInstrs.Amy Huang2019-10-251-9/+23
* Avoid including CodeView/SymbolRecord.h from MCStreamer.hReid Kleckner2019-10-191-4/+4
* [codeview] Try to avoid emitting .cv_loc with line zeroReid Kleckner2019-10-101-3/+13
* Removing block comments from CodeView records in assembly files & related cod...Nilanjana Basu2019-08-251-27/+0
* Improving CodeView debug info type record's inline commentsNilanjana Basu2019-08-211-20/+20
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-17/+6
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-6/+17
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-17/+6
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-021-6/+17
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-021-17/+6
* Temporarily revert "Changes to improve CodeView debug info type record inline...Eric Christopher2019-08-021-20/+20
* Changes to improve CodeView debug info type record inline commentsNilanjana Basu2019-08-011-20/+20
* [COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang2019-07-181-1/+1
* Changes to display code view debug info type records in hex formatNilanjana Basu2019-07-171-1/+1
* Adding inline comments to code view type record directives for better readabi...Nilanjana Basu2019-07-171-2/+15
* Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu2019-07-091-13/+52
* Revert Changing CodeView debug info type record representation in assembly fi...Nilanjana Basu2019-07-031-41/+8
* Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu2019-07-031-8/+41
* Testing commit access through minor formatting changeNilanjana Basu2019-07-011-2/+3
* Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2019-06-201-2/+12
* Use fully qualified name when printing S_CONSTANT recordsAmy Huang2019-06-131-4/+5
* CodeView - add static data members to global variable debug info.Amy Huang2019-05-291-1/+6
* Emit global variables as S_CONSTANT records for codeview debug info.Amy Huang2019-05-161-31/+69
* [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
OpenPOWER on IntegriCloud