summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* [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
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-144-14/+15
* [DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...Wolfgang Pieb2018-05-101-2/+2
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-0/+5
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-093-5/+9
* [DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.Shiva Chen2018-05-091-0/+30
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-12/+16
* [AsmPrinter] Allow emitting codeview for any windows targetMartin Storsjo2018-05-081-2/+1
* DwarfCompileUnit: Fix another assertion failure on malformed inputAdrian Prantl2018-05-042-1/+2
* Add assertion to padding size calculation, NFCKrzysztof Parzyszek2018-05-021-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0115-83/+83
* Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher2018-05-011-15/+7
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-0/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-302-0/+2
* Fix a bug that prevents global variables from having a DW_OP_deref.Adrian Prantl2018-04-273-3/+10
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-3/+0
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-0/+3
* Revert "Fix a bug that prevents global variables from having a DW_OP_deref."Adrian Prantl2018-04-261-3/+2
* Fix a bug that prevents global variables from having a DW_OP_deref.Adrian Prantl2018-04-261-2/+3
* Remove unused argument from emitModuleMetadata.Eric Christopher2018-04-201-1/+1
* [DEBUG] Initial adaptation of NVPTX target for debug info emission.Alexey Bataev2018-04-181-7/+15
* [CodeGen/Dwarf] Make debug_names compatible with split-dwarfPavel Labath2018-04-183-7/+17
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-162-1/+62
* CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info.Peter Collingbourne2018-04-111-0/+10
OpenPOWER on IntegriCloud