aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-02-01[llvm][NFC] Use move instead of copyChris Cotter1-2/+2
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-16[CodeGen] std::optional::value => operator*/operator->Fangrui Song1-1/+1
2022-12-14Don't include Optional.hKazu Hirata1-1/+0
2022-12-13[CodeGen] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-10Don't include None.h (NFC)Kazu Hirata1-1/+0
2022-12-06[CodeView] Add support for local S_CONSTANT recordsTobias Hieta1-3/+23
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-02[CodeGen] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet1-4/+4
2022-11-19[CodeView] Replace GHASH hasher by BLAKE3Alexandre Ganea1-1/+1
2022-11-08[clang][pdb] Don't include -fmessage-length in PDB buildinfoTobias Hieta1-0/+3
2022-10-07[CodeView] Avoid NULL deref of ScopeMike Hommey1-1/+1
2022-09-16Revert "Revert "[clang, llvm] Add __declspec(safebuffers), support it in Code...David Majnemer1-1/+9
2022-09-13Revert "[clang, llvm] Add __declspec(safebuffers), support it in CodeView"Sylvestre Ledru1-9/+1
2022-09-12[clang, llvm] Add __declspec(safebuffers), support it in CodeViewDavid Majnemer1-1/+9
2022-08-16[CodeView] Use non-qualified names for static local variablesSteve Merritt1-4/+6
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-3/+3
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song1-2/+2
2022-05-26[MC] Lower case the first letter of EmitCOFF* EmitWin* EmitCV*. NFCFangrui Song1-16/+16
2022-05-20[CodeView] Combine variable def ranges that are continuous.Zequan Wu1-30/+26
2022-05-18Reland "[dwarf] Emit a DIGlobalVariable for constant strings."Mitch Phillips1-0/+5
2022-05-16Revert "[dwarf] Emit a DIGlobalVariable for constant strings."Mitch Phillips1-5/+0
2022-05-16[dwarf] Emit a DIGlobalVariable for constant strings.Mitch Phillips1-0/+5
2022-04-19MachineModuleInfo: Don't allow dynamically setting DbgInfoAvailableMatt Arsenault1-5/+3
2022-03-20[CodeGen] Apply clang-tidy fixes for readability-redundant-smartptr-get (NFC)Kazu Hirata1-1/+1
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-6/+0
2022-03-01[PDB] Add char8_t typeZequan Wu1-0/+1
2022-02-10[CodeView] Avoid integer overflow while parsing long version stringsReid Kleckner1-1/+2
2022-01-20[clang-cl] Support the /HOTPATCH flagAlexandre Ganea1-0/+6
2022-01-19Re-land [CodeView] Add full repro to LF_BUILDINFO recordAlexandre Ganea1-2/+39
2022-01-06Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enumArlo Siemsen1-0/+2
2021-12-28[CodeView] Clamp Frontend versionmodimo1-1/+3
2021-12-21Reland - [CodeView] Emit S_OBJNAME recordAlexandre Ganea1-0/+24
2021-12-21Revert [CodeView] Emit S_OBJNAME recordAlexandre Ganea1-24/+0
2021-12-21[CodeView] Emit S_OBJNAME recordAlexandre Ganea1-0/+24
2021-12-07[NFC][CodeView] Use one unified access to the module in beginModule.Chih-Ping Chen1-3/+2
2021-11-09[CodeView] Properly handle a DISubprogram in getScopeIndex.Chih-Ping Chen1-1/+10
2021-11-02[CodeView] Fortran debug info emission in Code View.Chih-Ping Chen1-53/+107
2021-10-06DebugInfo: Use clang's preferred names for integer typesDavid Blaikie1-2/+7
2021-09-30[CodeView] Recognize Fortran95 as Fortran instead of MASMBrock Wyma1-0/+1
2021-07-26[CodeView] Saturate values bigger than supported by APInt.Matheus Izvekov1-35/+25
2021-05-13[Debug-Info] change Tag type to dwarf::Tag for createAndAddDIE; NFCChen Zheng1-5/+11
2021-04-21[CodeView] Add CodeView support for PGO debug informationMichael Holman1-0/+7
2021-03-30[NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functionsTomas Matheson1-1/+1
2021-02-10[AsmPrinter] Use range-based for loops (NFC)Kazu Hirata1-4/+4
2021-02-05[DebugInfo] Fix error from D95893, where I accidentally used anAmy Huang1-1/+1
2021-02-05[CodeView][DebugInfo] Update the code for removing template arguments from th...Amy Huang1-2/+22