summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
AgeCommit message (Expand)Author
2022-12-13[CodeGen] llvm::Optional => std::optionalFangrui Song
2022-12-10Don't include None.h (NFC)Kazu Hirata
2022-12-06[CodeView] Add support for local S_CONSTANT recordsTobias Hieta
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[CodeGen] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet
2022-11-19[CodeView] Replace GHASH hasher by BLAKE3Alexandre Ganea
2022-11-08[clang][pdb] Don't include -fmessage-length in PDB buildinfoTobias Hieta
2022-10-07[CodeView] Avoid NULL deref of ScopeMike Hommey
2022-09-16Revert "Revert "[clang, llvm] Add __declspec(safebuffers), support it in Code...David Majnemer
2022-09-13Revert "[clang, llvm] Add __declspec(safebuffers), support it in CodeView"Sylvestre Ledru
2022-09-12[clang, llvm] Add __declspec(safebuffers), support it in CodeViewDavid Majnemer
2022-08-16[CodeView] Use non-qualified names for static local variablesSteve Merritt
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song
2022-05-26[MC] Lower case the first letter of EmitCOFF* EmitWin* EmitCV*. NFCFangrui Song
2022-05-20[CodeView] Combine variable def ranges that are continuous.Zequan Wu
2022-05-18Reland "[dwarf] Emit a DIGlobalVariable for constant strings."Mitch Phillips
2022-05-16Revert "[dwarf] Emit a DIGlobalVariable for constant strings."Mitch Phillips
2022-05-16[dwarf] Emit a DIGlobalVariable for constant strings.Mitch Phillips
2022-04-19MachineModuleInfo: Don't allow dynamically setting DbgInfoAvailableMatt Arsenault
2022-03-20[CodeGen] Apply clang-tidy fixes for readability-redundant-smartptr-get (NFC)Kazu Hirata
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-03-01[PDB] Add char8_t typeZequan Wu
2022-02-10[CodeView] Avoid integer overflow while parsing long version stringsReid Kleckner
2022-01-20[clang-cl] Support the /HOTPATCH flagAlexandre Ganea
2022-01-19Re-land [CodeView] Add full repro to LF_BUILDINFO recordAlexandre Ganea
2022-01-06Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enumArlo Siemsen
2021-12-28[CodeView] Clamp Frontend versionmodimo
2021-12-21Reland - [CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-12-21Revert [CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-12-21[CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-12-07[NFC][CodeView] Use one unified access to the module in beginModule.Chih-Ping Chen
2021-11-09[CodeView] Properly handle a DISubprogram in getScopeIndex.Chih-Ping Chen
2021-11-02[CodeView] Fortran debug info emission in Code View.Chih-Ping Chen
2021-10-06DebugInfo: Use clang's preferred names for integer typesDavid Blaikie
2021-09-30[CodeView] Recognize Fortran95 as Fortran instead of MASMBrock Wyma
2021-07-26[CodeView] Saturate values bigger than supported by APInt.Matheus Izvekov
2021-05-13[Debug-Info] change Tag type to dwarf::Tag for createAndAddDIE; NFCChen Zheng
2021-04-21[CodeView] Add CodeView support for PGO debug informationMichael Holman
2021-03-30[NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functionsTomas Matheson
2021-02-10[AsmPrinter] Use range-based for loops (NFC)Kazu Hirata
2021-02-05[DebugInfo] Fix error from D95893, where I accidentally used anAmy Huang
2021-02-05[CodeView][DebugInfo] Update the code for removing template arguments from th...Amy Huang
2020-11-25[CodeView] Avoid emitting empty debug globals subsection.Amy Huang
2020-11-05[SVE] Return StackOffset for TargetFrameLowering::getFrameIndexReference.Sander de Smalen
2020-11-04Use isa<> instead of dyn_cast<> to avoid unused variable warning. NFCI.Simon Pilgrim
2020-11-03make the AsmPrinterHandler array publicJameson Nash
2020-10-30[CodeView] Encode signed int values correctly when emitting S_CONSTANTsAmy Huang