summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView
AgeCommit message (Expand)Author
2022-02-08Cleanup LLVMDebugInfoCodeView headersserge-sans-paille
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-06Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enumArlo Siemsen
2021-11-17[NFC][llvm] Inclusive language: remove uses of sanity in llvm/lib/ExecutionEn...Zarko Todorovski
2021-09-16CodeView: static_cast result of getOffset() to size_t.Peter Collingbourne
2021-07-26[CodeView] Saturate values bigger than supported by APInt.Matheus Izvekov
2021-07-17[DebugInfo] Remove unnecessary <string> include dependency from DebugInfo hea...Simon Pilgrim
2021-07-07[COFF] [CodeView] Add a few new enum valuesMartin Storsjö
2021-06-15[Debug-Info][CodeView] Fix GUID string generation for MSVC generated objects.CarlosAlbertoEnciso
2021-05-04[CodeView] Truncate Long Type Names With An MD5 HashBrock Wyma
2021-04-13[CodeView] Fix the ARM64 CPUType enumMartin Storsjö
2021-04-09[lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right or...Alex Orlov
2021-03-15[CMake] Clean up unnecessary dependencyPetr Hosek
2021-01-17[llvm] Use llvm::sort (NFC)Kazu Hirata
2021-01-05[llvm] Use llvm::lower_bound and llvm::upper_bound (NFC)Kazu Hirata
2021-01-01fix typos to cycle botsNico Weber
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-10-28Recommit "[CodeView] Emit static data members as S_CONSTANTs."Amy Huang
2020-10-27Revert "[CodeView] Emit static data members as S_CONSTANTs."Amy Huang
2020-10-26[CodeView] Emit static data members as S_CONSTANTs.Amy Huang
2020-10-19[COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.Luqman Aden
2020-09-30Re-land "[PDB] Merge types in parallel when using ghashing"Reid Kleckner
2020-09-30Revert "[PDB] Merge types in parallel when using ghashing"Reid Kleckner
2020-09-30[PDB] Merge types in parallel when using ghashingReid Kleckner
2020-09-16Include (Type|Symbol)Record.h lessReid Kleckner
2020-06-18[CodeView] Add TypeCollection::replaceType to replace type records post-mergingAlexandre Ganea
2020-05-02[PDB] Remove unique_ptr wrapper around C13 line table subsectionsReid Kleckner
2020-03-22Roll an expression into an assert to remove the need for a (void) cast.David Blaikie
2020-03-13Fix "unused variable" warning in NDEBUG builds.Richard Smith
2020-03-13[CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[codeview] Prune SimpleTypeSerializer.h headers, NFCReid Kleckner
2020-01-02[PDB] Print the most redundant type record indices with /summaryReid Kleckner
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-10-24Hide implementation details in anonymous namespaces. NFC.Benjamin Kramer
2019-08-25Removing block comments from CodeView records in assembly files & related cod...Nilanjana Basu
2019-08-21Improving CodeView debug info type record's inline commentsNilanjana Basu
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu
2019-08-05Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu
2019-08-02Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher
2019-08-02Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu
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-22Changes to emit CodeView debug info nested type records properly using MCStre...Nilanjana Basu
2019-07-17Changes to display code view debug info type records in hex formatNilanjana Basu