summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.Adrian Prantl2018-09-082-134/+0
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-067-63/+69
* [DebugInfo] Normalize common kinds of DWARF sub-expressions.Jonas Devlieghere2018-09-052-8/+21
* Remove FrameAccess struct from hasLoadFromStackSlotSander de Smalen2018-09-051-9/+11
* Extend hasStoreToStackSlot with list of FI accesses.Sander de Smalen2018-09-031-6/+16
* [CodeGen] emit inline asm clobber list warnings for reserved (cont)Ties Stuij2018-08-301-32/+78
* [MinGW] [X86] Add stubs for references to data variables that might end up im...Martin Storsjo2018-08-291-0/+28
* CodeGen: Add two more conditions for adding symbols to the address-significan...Peter Collingbourne2018-08-241-1/+2
* DebugInfo: Fix skipping CUs in DWARFv5 debug_names tableDavid Blaikie2018-08-241-2/+5
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-1714-149/+387
* Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI.Simon Pilgrim2018-08-171-0/+1
* DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...David Blaikie2018-08-163-14/+2
* [x86/MIR] Implement support for pre- and post-instruction symbols, asChandler Carruth2018-08-161-0/+8
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-165-38/+68
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-0/+5
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-1414-387/+149
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-1414-149/+387
* Rename the cfguard module flag to cfguardtableHans Wennborg2018-08-101-1/+1
* revert '[CodeGen] emit inline asm clobber list warnings for reserved'Ties Stuij2018-08-081-78/+32
* [DebugInfo] Fine tune emitting flags as part of the producerJonas Devlieghere2018-08-081-1/+1
* [CodeGen] emit inline asm clobber list warnings for reservedTies Stuij2018-08-081-32/+78
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-074-14/+56
* [AArch64] DWARF: do not generate AT_location for thread localLei Liu2018-08-011-0/+4
* [DEBUGINFO] Disable emission of the dwarf sections, but allow directives.Alexey Bataev2018-08-014-1/+36
* [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
OpenPOWER on IntegriCloud