summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T...Alexey Lapshin2019-12-051-1/+3
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-151-0/+6
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+17
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-17/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+17
* [DebugInfo] Apply subprogram attributes on behalf of owner CUEugene Leviant2019-02-271-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFCSimon Atanasyan2018-11-281-1/+1
* [DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev2018-10-241-2/+1
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-0/+2
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-0/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [dsymutil] Upstream emitting of papertrail warnings.Jonas Devlieghere2018-04-021-0/+1
* Style update. NFC.Rafael Espindola2018-03-291-8/+8
* Fix msvc compiler error in r327498Pavel Labath2018-03-141-1/+1
* Explicitly initialize dwarf::FormParams in DIEInteger::SizeOfPavel Labath2018-03-141-1/+1
* DWARF: Unify form size handling codePavel Labath2018-03-141-46/+8
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-26/+33
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-181-0/+2
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-151-2/+0
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-0/+2
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-2/+0
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-151-0/+2
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-3/+3
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-3/+3
* Mark dump() methods as const. NFCSam Clegg2017-06-211-3/+3
* Avoid using relocations for ref_addr in .dwo filesDavid Blaikie2017-04-221-13/+5
* [DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson2017-04-201-4/+13
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-4/+4
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-061-2/+16
* Remove spurious use of LLVM_FALLTHROUGH (NFC)Paul Robinson2017-03-011-43/+17
* [DebugInfo] [DWARFv5] Unique abbrevs for DIEs with different implicit_const v...Victor Leschuk2017-03-011-2/+8
* [DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)Simon Dardis2017-02-081-1/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-6/+11
* [mips] Fix debug information for __thread variablePetar Jovanovic2017-01-201-1/+1
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-101-1/+15
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-2/+3
* Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed.Benjamin Kramer2016-12-091-1/+1
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-1/+1
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-1/+1
* Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton2016-12-081-50/+244
* [debug info] Minor cleanup from D27170/r288399David Blaikie2016-12-011-1/+1
* Fix unused variable warning in Release builds. NFC.Benjamin Kramer2016-12-011-1/+1
* This change removes the dependency on DwarfDebug that was used for DW_FORM_re...Greg Clayton2016-12-011-22/+39
* Rely on a single DWARF version instead of having two copiesGreg Clayton2016-11-231-4/+2
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-4/+4
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-4/+4
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-4/+4
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-4/+4
OpenPOWER on IntegriCloud