summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-162-4/+24
* [PDB] Print the most redundant type record indices with /summaryReid Kleckner2020-01-021-15/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Hide implementation details in anonymous namespaces. NFC.Benjamin Kramer2019-10-241-1/+1
* Removing block comments from CodeView records in assembly files & related cod...Nilanjana Basu2019-08-251-15/+0
* Improving CodeView debug info type record's inline commentsNilanjana Basu2019-08-213-35/+380
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-052-2/+2
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-052-2/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-052-2/+2
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-022-2/+2
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-022-2/+2
* Temporarily revert "Changes to improve CodeView debug info type record inline...Eric Christopher2019-08-023-379/+35
* Changes to improve CodeView debug info type record inline commentsNilanjana Basu2019-08-013-35/+379
* Changes to emit CodeView debug info nested type records properly using MCStre...Nilanjana Basu2019-07-222-2/+23
* 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-172-125/+157
* Fix a few 'no newline at end of file' warnings that Xcode emitsNico Weber2019-07-111-1/+1
* Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu2019-07-093-24/+136
* Revert Changing CodeView debug info type record representation in assembly fi...Nilanjana Basu2019-07-033-136/+24
* Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu2019-07-033-24/+136
* [COFF, ARM64] Add CodeView register mappingTom Tan2019-05-312-11/+28
* Reverted r361134 because of a failing test left unattended for a long time.Galina Kistanova2019-05-221-3/+4
* Use llvm::sort. NFCFangrui Song2019-05-201-4/+3
* [codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner2019-05-152-0/+24
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-0411-65/+31
* [llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner2019-03-211-2/+4
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-111-0/+1
* Move some classes into anonymous namespaces. NFC.Benjamin Kramer2019-02-111-0/+2
* [CodeView] Fix cycles in debug info when merging Types with global hashes Alexandre Ganea2019-02-071-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1939-156/+117
* [CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea2019-01-071-21/+21
* [PDB] Add some helper functions for working with scopes.Zachary Turner2018-12-171-2/+32
* [NativePDB] Reconstruct function declarations from debug info.Zachary Turner2018-12-071-1/+12
* [PDB] Move some code around. NFC.Zachary Turner2018-12-062-1/+55
* Support skewed stream arrays.Zachary Turner2018-12-061-1/+1
* [CodeView] Add support for ref-qualified member functions.Zachary Turner2018-11-201-0/+2
* [CodeView] Don't print PointerAttributes when dumping.Zachary Turner2018-11-201-1/+0
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-131-0/+8
* [COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea2018-11-052-35/+82
* [codeview] Add breaks to fix -Wimplicit-fallthroughReid Kleckner2018-11-011-0/+2
* [CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner2018-11-011-0/+3
* Fix a compilation failure on non-MSVC compilers.Zachary Turner2018-10-081-1/+1
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-1/+2
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-0/+72
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-272-2/+2
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-212-0/+54
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-111-7/+25
* [codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner2018-09-112-6/+27
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-312-31/+6
* [CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea2018-07-314-1/+19
OpenPOWER on IntegriCloud