summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* [MC] Report fatal error for DWARF types for non-ELF object filesJonas Devlieghere2018-08-011-1/+3
* [DWARF] Basic support for producing DWARFv5 .debug_addr sectionVictor Leschuk2018-08-014-2/+31
* [DWARF] Do not create a .debug_ranges section when no ranges are needed.Wolfgang Pieb2018-07-311-1/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-3114-386/+149
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-3114-149/+386
* Remove trailing spaceFangrui Song2018-07-303-4/+4
* [DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...Wolfgang Pieb2018-07-263-51/+41
* [DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev2018-07-261-2/+5
* [DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`.Alexey Bataev2018-07-261-4/+10
* dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath2018-07-265-27/+32
* Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo2018-07-261-1/+1
* Revert r337981: it breaks the debuginfo-testsAlex Lorenz2018-07-263-41/+51
* [DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...Wolfgang Pieb2018-07-253-51/+41
* [COFF] Use comdat shared constants for MinGW as wellMartin Storsjo2018-07-251-1/+1
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-0/+20
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-255-32/+27
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-255-27/+32
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-255-32/+27
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-255-27/+32
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-2414-386/+149
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-2414-149/+386
* Fix build breakage from r337562Pavel Labath2018-07-201-3/+3
* DwarfDebug: Reduce duplication in addAccel*** methodsPavel Labath2018-07-203-47/+30
* [DebugInfo] Generate .debug_names section when it makes sensePavel Labath2018-07-203-17/+41
* [DebugInfo] Dwarfv5: Avoid unnecessary base_address specifiers in rnglistsDavid Blaikie2018-07-181-10/+18
* Fix -Wdocumentation warning. NFCI.Simon Pilgrim2018-07-181-1/+1
* CodeGen: Don't create address significance table entries for thread-local var...Peter Collingbourne2018-07-181-1/+2
* CodeGen: Add a target option for emitting .addrsig directives for all address...Peter Collingbourne2018-07-171-0/+8
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-167-14/+14
* [AccelTable] Provide DWARF5AccelTableStaticData for dsymutil.Jonas Devlieghere2018-07-161-39/+81
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-126-19/+138
* Revert "[AccelTable] Provide abstraction for emitting DWARF5 accelerator tabl...Jonas Devlieghere2018-07-101-56/+18
* [DWARF][NFC] Refactor range list emission to use a static helperWolfgang Pieb2018-07-101-57/+59
* [AccelTable] Provide abstraction for emitting DWARF5 accelerator tables.Jonas Devlieghere2018-07-091-18/+56
* [AccelTable] Dwarf5AccelTableEmitter -> Writer (NFC)Jonas Devlieghere2018-07-091-38/+38
* [Local] replaceAllDbgUsesWith: Update debug values before RAUWVedant Kumar2018-07-061-0/+3
* [DEBUG_INFO, NVPTX] Do not emit .debug_loc section.Alexey Bataev2018-06-292-1/+12
* [DwarfDebug] Remove unused argument (NFC)Petar Jovanovic2018-06-281-3/+2
* Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...George Rimar2018-06-221-1/+2
* Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar2018-06-221-2/+1
* [MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar2018-06-221-1/+2
* [CodeView] Omit forward references for unnamed structs and unionsBrock Wyma2018-06-111-10/+40
* Add a debug dump for DbgValueHistoryMapVedant Kumar2018-06-013-0/+37
* [DWARFv5] Put the DWO ID in its place.Paul Robinson2018-05-223-5/+24
* Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...Eric Christopher2018-05-181-7/+15
* Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-2/+2
* Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-2/+2
* [pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner2018-05-171-2/+2
* [CodeView] Improve debugging of virtual base class member variablesBrock Wyma2018-05-141-2/+1
* [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctlyPavel Labath2018-05-142-4/+7
OpenPOWER on IntegriCloud