aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-0/+17
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin1-17/+0
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-0/+17
2019-02-27[DebugInfo] Apply subprogram attributes on behalf of owner CUEugene Leviant1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-28[DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFCSimon Atanasyan1-1/+1
2018-10-24[DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev1-2/+1
2018-10-20DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie1-0/+2
2018-10-20DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie1-0/+2
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-2/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2018-04-02[dsymutil] Upstream emitting of papertrail warnings.Jonas Devlieghere1-0/+1
2018-03-29Style update. NFC.Rafael Espindola1-8/+8
2018-03-14Fix msvc compiler error in r327498Pavel Labath1-1/+1
2018-03-14Explicitly initialize dwarf::FormParams in DIEInteger::SizeOfPavel Labath1-1/+1
2018-03-14DWARF: Unify form size handling codePavel Labath1-46/+8
2018-01-26[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb1-26/+33
2017-12-18Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson1-0/+2
2017-12-15Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson1-2/+0
2017-12-15Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson1-0/+2
2017-12-15Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson1-2/+0
2017-12-15[DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson1-0/+2
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-3/+3
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-3/+3
2017-06-21Mark dump() methods as const. NFCSam Clegg1-3/+3
2017-04-22Avoid using relocations for ref_addr in .dwo filesDavid Blaikie1-13/+5
2017-04-20[DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson1-4/+13
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov1-4/+4
2017-03-06[DWARFv5] Update definitions to match published spec.Paul Robinson1-2/+16
2017-03-01Remove spurious use of LLVM_FALLTHROUGH (NFC)Paul Robinson1-43/+17
2017-03-01[DebugInfo] [DWARFv5] Unique abbrevs for DIEs with different implicit_const v...Victor Leschuk1-2/+8
2017-02-08[DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)Simon Dardis1-1/+1
2017-01-28Cleanup dump() functions.Matthias Braun1-6/+11
2017-01-20[mips] Fix debug information for __thread variablePetar Jovanovic1-1/+1
2017-01-10DebugInfo: support for DW_FORM_implicit_constVictor Leschuk1-1/+15
2017-01-02Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer1-2/+3
2016-12-09Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed.Benjamin Kramer1-1/+1
2016-12-08Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer1-1/+1
2016-12-08[CodeGen] Fix invalid DWARF info on Win64Keno Fischer1-1/+1
2016-12-08Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton1-50/+244
2016-12-01[debug info] Minor cleanup from D27170/r288399David Blaikie1-1/+1
2016-12-01Fix unused variable warning in Release builds. NFC.Benjamin Kramer1-1/+1
2016-12-01This change removes the dependency on DwarfDebug that was used for DW_FORM_re...Greg Clayton1-22/+39
2016-11-23Rely on a single DWARF version instead of having two copiesGreg Clayton1-4/+2
2016-10-05Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini1-4/+4
2016-10-05Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini1-4/+4
2016-10-05Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini1-4/+4
2016-10-05Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini1-4/+4
2016-10-04Use StringRef in Support/Darf APIs (NFC)Mehdi Amini1-4/+4
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-16/+16