1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/DebugInfo/X86
Vedant Kumar 3ce517d29d Reland (again): [DWARF] Allow cross-CU references of subprogram definitions
This is a revert-of-revert (i.e. this reverts commit 802bec89, which
itself reverted fa4701e1 and 79daafc9) with a fix folded in. The problem
was that call site tags weren't emitted properly when LTO was enabled
along with split-dwarf. This required a minor fix. I've added a reduced
test case in test/DebugInfo/X86/fission-call-site.ll.

Original commit message:

This allows a call site tag in CU A to reference a callee DIE in CU B
without resorting to creating an incomplete duplicate DIE for the callee
inside of CU A.

We already allow cross-CU references of subprogram declarations, so it
doesn't seem like definitions ought to be special.

This improves entry value evaluation and tail call frame synthesis in
the LTO setting. During LTO, it's common for cross-module inlining to
produce a call in some CU A where the callee resides in a different CU,
and there is no declaration subprogram for the callee anywhere. In this
case llvm would (unnecessarily, I think) emit an empty DW_TAG_subprogram
in order to fill in the call site tag. That empty 'definition' defeats
entry value evaluation etc., because the debugger can't figure out what
it means.

As a follow-up, maybe we could add a DWARF verifier check that a
DW_TAG_subprogram at least has a DW_AT_name attribute.

Update #1:

Reland with a fix to create a declaration DIE when the declaration is
missing from the CU's retainedTypes list. The declaration is left out
of the retainedTypes list in two cases:

1) Re-compiling pre-r266445 bitcode (in which declarations weren't added
   to the retainedTypes list), and
2) Doing LTO function importing (which doesn't update the retainedTypes
   list).

It's possible to handle (1) and (2) by modifying the retainedTypes list
(in AutoUpgrade, or in the LTO importing logic resp.), but I don't see
an advantage to doing it this way, as it would cause more DWARF to be
emitted compared to creating the declaration DIEs lazily.

Update #2:

Fold in a fix for call site tag emission in the split-dwarf + LTO case.

Tested with a stage2 ThinLTO+RelWithDebInfo build of clang, and with a
ReleaseLTO-g build of the test suite.

rdar://46577651, rdar://57855316, rdar://57840415, rdar://58888440

Differential Revision: https://reviews.llvm.org/D70350
2020-01-27 10:52:34 -08:00
..
2010-04-13-PubType.ll
2011-09-26-GlobalVarContext.ll
2011-12-16-BadStructRef.ll
abbr_offset.s
abstract_origin.ll
accel-tables-dwarf5.ll [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
accel-tables.ll [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
addr_comments.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
align_c11.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
align_cpp11.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
align_objc.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
aligned_stack_var.ll
arange-and-stub.ll
arange.ll
arguments.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
array2.ll
array.ll [CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5 2019-04-29 18:34:18 +00:00
asm-macro-line-number.s [DebugInfo] Fix tests missed by r362148 2019-05-21 12:48:46 +00:00
atomic-c11-dwarf-4.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
atomic-c11-dwarf-5.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
bbjoin.ll MachineOperand/MIParser: Do not print debug-use flag, infer it 2018-10-30 23:28:27 +00:00
bitcast-di.ll
bitfields-dwarf4.ll
bitfields.ll
block-capture.ll
byvalstruct.ll
c-type-units.ll
clang-module.ll Move the sysroot attribute from DIModule to DICompileUnit 2020-01-17 12:55:40 -08:00
clone-module-2.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
clone-module.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
codegenprep-addrsink.ll [DebugInfo] Nerf placeDbgValues, with prejudice 2019-12-09 12:52:10 +00:00
coff_debug_info_type.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
coff_relative_names.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
concrete_out_of_line.ll
constant-aggregate.ll
constant-loclist.ll Re-commit "DWARF location lists: Add section index dumping" 2019-11-18 15:30:10 +01:00
containing-type-extension-rust.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
convert-debugloc.ll RegAllocFast: Improve hinting heuristic 2019-05-16 12:50:39 +00:00
convert-inlined.ll [DebugInfo] Move test files added in r356451 2019-03-19 15:15:28 +00:00
convert-linked.ll [DebugInfo] Move test files added in r356451 2019-03-19 15:15:28 +00:00
cu-ranges-odr.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
cu-ranges.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
data_member_location.ll
dbg_entity_calc_ignores_KILL_instruction_at_return.mir [OPT-DBG] Teach DbgEntityHistoryCalculator about meta-instructions. 2019-12-20 14:03:34 +00:00
dbg_entity_calc_ignores_KILL_instruction_still_clobbers.mir [OPT-DBG] Teach DbgEntityHistoryCalculator about meta-instructions. 2019-12-20 14:03:34 +00:00
dbg_value_direct.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
dbg-abstract-vars-g-gmlt.ll
dbg-addr-dse.ll [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field 2019-10-15 10:46:24 +00:00
dbg-addr.ll [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field 2019-10-15 10:46:24 +00:00
dbg-asm.s
dbg-byval-parameter.ll
dbg-const-int.ll
dbg-const.ll
dbg-declare-alloca.ll
dbg-declare-arg.ll [FastISel] Skip creating unnecessary vregs for arguments 2019-06-10 16:53:37 +00:00
dbg-declare-inalloca.ll [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
dbg-declare.ll
dbg-file-name.ll
dbg-i128-const.ll
dbg-merge-loc-entry.ll
dbg-prolog-end.ll
dbg-subrange.ll
dbg-value-arg-movement.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
dbg-value-const-byref.ll
dbg-value-dag-combine.ll
dbg-value-dropped-instcombine.ll Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISel 2019-12-18 16:26:42 +00:00
dbg-value-frame-index-2.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
dbg-value-frame-index.ll Re-commit "DWARF location lists: Add section index dumping" 2019-11-18 15:30:10 +01:00
dbg-value-funcarg2.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
dbg-value-funcarg.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
dbg-value-g-gmlt.ll
dbg-value-inlined-parameter.ll [DebugInfo] Add column info for inline sites 2019-07-12 19:25:45 +00:00
dbg-value-isel.ll
dbg-value-location.ll
dbg-value-range.ll
dbg-value-regmask-clobber.ll Re-commit "DWARF location lists: Add section index dumping" 2019-11-18 15:30:10 +01:00
dbg-value-terminator.ll
dbg-value-transfer-order.ll Revert [MBP] Disable aggressive loop rotate in plain mode 2019-08-29 19:03:58 +00:00
dbg-vector-size.ll
dbgcall-site-64-bit-imms.ll [DebugInfo] Fix truncation of call site immediates 2019-10-14 12:49:58 +00:00
dbgcall-site-zero-valued-imms.ll [DebugInfo][X86] Describe call site values for zero-valued imms 2019-09-08 14:22:06 +00:00
debug_addr.ll [DWARF] Emit DW_AT_call_return_pc as an address 2020-01-15 13:02:23 -08:00
debug_and_nodebug_CUs.ll
debug_frame.ll
debug-dead-local-var.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
debug-info-access.ll
debug-info-auto-return.ll Recommit "[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return type for C++ member functions." 2020-01-20 15:13:13 +05:30
debug-info-block-captured-self.ll
debug-info-blocks.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
debug-info-packed-struct.ll
debug-info-producer-with-flags.ll [DebugInfo] Fine tune emitting flags as part of the producer 2018-08-08 16:33:22 +00:00
debug-info-static-member.ll
debug-info-template-align.ll Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE." 2019-12-03 09:51:43 +05:30
debug-label-unreached.ll [DebugInfo] Do not generate address info for removed debug labels. 2018-09-26 04:19:23 +00:00
debug-loc-asan.mir [DebugInfo][test] Change two MIR tests to use -start-before=livedebugvalues instead of -start-after=patchable-function 2020-01-19 00:09:46 -08:00
debug-loc-frame.ll Re-commit "DWARF location lists: Add section index dumping" 2019-11-18 15:30:10 +01:00
debug-loc-offset.mir Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
debug-macinfo-split-dwarf.ll DebugInfo: Correct the form of DW_AT_macro_info in .dwo files (sec_offset, rather than data4) 2019-12-24 01:23:21 -08:00
debug-macro.ll DebugInfo: Use separate macinfo contributions for each CU 2019-11-08 13:27:00 -08:00
debug-names-ir-disabled.ll DebugInfo: Add metadata support for disabling DWARF pub sections 2018-08-16 21:29:55 +00:00
debug-names-partial.ll DebugInfo: Fix skipping CUs in DWARFv5 debug_names table 2018-08-24 20:31:05 +00:00
debug-names-split-dwarf.ll
debug-ranges-offset.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
debugger-tune.ll
decl-derived-member.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
default-subrange-array.ll
deleted-bit-piece.ll
DIModule.ll Move the sysroot attribute from DIModule to DICompileUnit 2020-01-17 12:55:40 -08:00
DIModuleContext.ll Move the sysroot attribute from DIModule to DICompileUnit 2020-01-17 12:55:40 -08:00
discriminator2.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
discriminator3.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
discriminator.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
dllimport.ll
double-declare.ll
DW_AT_byte_size.ll
DW_AT_calling-convention.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
DW_AT_deleted.ll [DWARF5] Added support for deleted C++ special member functions. 2019-10-29 13:44:06 -07:00
DW_AT_linkage_name.ll
DW_AT_location-reference.ll [DebugInfo] Nerf placeDbgValues, with prejudice 2019-12-09 12:52:10 +00:00
DW_AT_object_pointer.ll
DW_AT_specification.ll
DW_AT_stmt_list_sec_offset.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
DW_OP_call_ref_ver2.s [DWARF] Do not pass Version to DWARFExpression. NFCI. 2020-01-27 19:08:46 +07:00
dw_op_constu.mir [DwarfExpression] Disallow some rewrites to avoid undefined behavior 2019-09-07 11:40:10 +00:00
dw_op_minus_direct.ll DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
dw_op_minus.mir [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing 2019-09-11 11:16:48 +00:00
DW_TAG_friend.ll
dwarf-aranges-no-dwarf-labels.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
dwarf-aranges.ll
dwarf-callsite-related-attrs.ll [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (reland with fixes) 2019-11-19 12:49:27 -08:00
dwarf-linkage-names.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
dwarf-no-source-loc.ll Revert "DwarfDebug: Pick next location in case of missing location at block begin" 2018-10-11 23:37:58 +00:00
dwarf-public-names.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
dwarf-pubnames-split.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
dwarfdump-bogus-LNE.s
dwarfdump-debug-aranges.s [DWARF] Support DWARF64 in DWARFDebugArangeSet. 2020-01-23 12:41:05 +07:00
dwarfdump-debug-loc-error-cases2.s DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
dwarfdump-debug-loc-error-cases.s DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
dwarfdump-debug-loc-simple.test [DWARF] Add support for parsing/dumping section indices in location lists 2019-12-03 11:48:28 +01:00
dwarfdump-debug-loclists-error-cases2.s DWARFDebugLoclists: Move to a incremental parsing model 2019-11-06 16:25:06 +01:00
dwarfdump-debug-loclists-error-cases.s DWARFDebugLoc: Make parsing and error reporting more robust 2019-08-29 14:26:05 +00:00
dwarfdump-debug-loclists.test DWARFDebugLoclists: stricter base address handling 2019-11-14 10:01:48 +01:00
dwarfdump-debug-names.s [DWARF] Eliminate the DWARFDebugNames::Header::Padding field. 2020-01-23 15:11:58 +07:00
dwarfdump-debug-pubnames.s [DWARF] Support 64-bit DWARF in .debug_pubnames and similar tables. 2020-01-23 14:51:00 +07:00
dwarfdump-header-64.s Use --defsym instead of sed in a test. NFC 2019-07-02 14:47:49 +00:00
dwarfdump-header.s [DWARFv5] Read and dump multiple .debug_info sections. 2018-11-07 21:39:09 +00:00
dwarfdump-line-dwo.s
dwarfdump-line-mismatch.s
dwarfdump-line-only.s
dwarfdump-ranges-baseaddr-exe.s
dwarfdump-ranges-baseaddr.s llvm-dwarfdump: Dump the section name/number for addr attributes 2018-12-22 20:34:58 +00:00
dwarfdump-ranges-unrelocated.s [dwarfdump] Hide ranges in diff-mode. 2018-10-19 17:57:53 +00:00
dwarfdump-rnglists-dwarf64.s [DWARF] Check that all fields of a Unit Header are read. 2019-12-24 09:38:20 +07:00
dwarfdump-rnglists.s [DWARF] Check that all fields of a Unit Header are read. 2019-12-24 09:38:20 +07:00
dwarfdump-str-offsets-dwp.s llvm-dwarfdump: Remove extraneous space between '(' and 'indexed' 2018-12-22 08:43:08 +00:00
dwarfdump-str-offsets-invalid-5.s
dwarfdump-str-offsets-invalid-6.s llvm-dwarfdump: Don't error on mixed units using/not using str_offsets 2019-05-25 00:07:22 +00:00
dwarfdump-str-offsets-invalid.s DebugInfo/DWARF: Provide some (pretty half-hearted) error handling access when parsing units 2019-08-09 01:14:33 +00:00
dwarfdump-str-offsets-macho.s dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF64 str_offsets header 2019-05-24 01:41:58 +00:00
dwarfdump-str-offsets.s llvm-dwarfdump: Don't error on mixed units using/not using str_offsets 2019-05-25 00:07:22 +00:00
earlydup-crash.ll
elf-names.ll
empty_macinfo.ll DebugInfo: Do not create a debug_macinfo section if no CUs have associated macros 2019-11-08 15:30:11 -08:00
empty-and-one-elem-array.ll
empty-array.ll
empty.ll
ending-run.ll
enum-class.ll Rename DIFlagFixedEnum to DIFlagEnumClass. NFC 2019-01-08 17:52:29 +00:00
enum-fwd-decl.ll
fi-expr.ll
fi-piece.ll
fission-call-site.ll Reland (again): [DWARF] Allow cross-CU references of subprogram definitions 2020-01-27 10:52:34 -08:00
fission-cu.ll llvm-dwarfdump: Remove extraneous space between '(' and 'indexed' 2018-12-22 08:43:08 +00:00
fission-hash.ll
fission-inline.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
fission-local-import.ll DebugInfo: Fix missing local imported entities after r349207 2018-12-18 19:40:22 +00:00
fission-no-inlining.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
fission-ranges.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
float_const_loclist.ll
float_const.ll
formal_parameter.ll [DebugInfo] Use zero linenos for debug intrinsics when promoting dbg.declare 2019-05-10 10:03:41 +00:00
fragment-offset-order.ll
frame-register.ll
FrameIndexExprs.ll
generate-odr-hash.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
ghost-sdnode-dbgvalues.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
global-expression.ll
global-sra-fp80-array.ll
global-sra-fp80-struct.ll
gmlt-empty-base-address.ll DebugInfo: Fix test fallout from aaa5a5e7ff1aee632aae75311e7c044f710dd0a0 2019-12-18 19:00:40 -08:00
gmlt-no-split-dwarf-inlining-empty.ll Fix r353771 to target linux only (split-dwarf isn't supported on macho) 2019-02-12 01:19:00 +00:00
gmlt.test
gnu-names.ll [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
gnu-public-names-empty.ll DebugInfo: Add metadata support for disabling DWARF pub sections 2018-08-16 21:29:55 +00:00
gnu-public-names-gmlt.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
gnu-public-names-multiple-cus-2.s [DWARF] Change pubnames to use DWARFSection instead of StringRef 2018-11-11 18:57:28 +00:00
gnu-public-names-multiple-cus.ll DebugInfo: Add metadata support for disabling DWARF pub sections 2018-08-16 21:29:55 +00:00
gnu-public-names-tu.ll DebugInfo: Add metadata support for disabling DWARF pub sections 2018-08-16 21:29:55 +00:00
gnu-public-names.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
header.ll
inline-asm-locs.ll
inline-member-function.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
inline-namespace.ll
inline-seldag-test.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
inlined-formal-parameter.ll
inlined-indirect-value.ll
InlinedFnLocalVar.ll
instcombine-instrinsics.ll
invalid-prologue-end.ll
invalid-unit-header.s [DWARF] Check that all fields of a Unit Header are read. 2019-12-24 09:38:20 +07:00
isel-cse-line.ll
lazy-fission-comp-dir.ll DebugInfo: Fix for missing comp_dir handling with r349207 2018-12-20 20:46:55 +00:00
length_symbol_difference.ll DebugInfo: Do not create a debug_macinfo section if no CUs have associated macros 2019-11-08 15:30:11 -08:00
lexical_block.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
lexical-block-file-inline.ll
line-info.ll Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer"="non-leaf" as cleanups after D56351 2019-12-24 16:05:15 -08:00
line.test
linkage-name.ll
lit.local.cfg
live-debug-values-constprop.mir [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing 2019-09-11 11:16:48 +00:00
live-debug-values-expr-conflict.ll [DebugInfo] LiveDebugValues: locations with different exprs should not be merged 2019-09-04 11:09:05 +00:00
live-debug-values-remove-range.ll [DebugInfo] LiveDebugValues should always revisit backedges if it skips them 2019-08-29 10:53:29 +00:00
live-debug-values.ll Bias physical register immediate assignments 2018-11-14 21:11:53 +00:00
live-debug-variables.ll DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
live-debug-vars-discard-invalid.mir LiveIntervals: Split live intervals on multiple dead defs 2019-10-30 08:50:46 -05:00
live-debug-vars-dse.mir [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field 2019-10-15 10:46:24 +00:00
live-debug-vars-index.mir MachineOperand/MIParser: Do not print debug-use flag, infer it 2018-10-30 23:28:27 +00:00
live-debug-vars-keep-undef.ll
loclists-dwp.ll DWARFDebugLoclists: add location list "interpretation" logic 2019-11-12 10:40:13 +01:00
low-pc-cu.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
lto-cross-cu-call-origin-ref.ll Reland (again): [DWARF] Allow cross-CU references of subprogram definitions 2020-01-27 10:52:34 -08:00
mem2reg_fp80.ll
memberfnptr.ll
merge_inlined_loc.ll DebugInfo: Improve debug location merging 2018-08-23 22:35:58 +00:00
mi-print.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
misched-dbg-value.ll
missing-file-line.ll
mixed-nodebug-cu.ll
multiple-aranges.ll
multiple-at-const-val.ll
nested_types.ll [DebugInfo] Combine Trivial and NonTrivial flags 2019-04-11 20:25:10 +00:00
no_debug_ranges.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
no-public-sections-metadata.ll DebugInfo: Add metadata support for disabling DWARF pub sections 2018-08-16 21:29:55 +00:00
nodebug_with_debug_loc.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
nodebug.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
nondefault-subrange-array.ll
nophysreg.ll
noreturn_c11.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
noreturn_cpp11.ll [DWARF5] Added support for DW_AT_noreturn attribute to be emitted for 2019-10-16 16:30:38 +00:00
noreturn_objc.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
objc_direct.ll [ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute__((objc_direct)) 2019-12-17 09:40:36 +01:00
objc-fwd-decl.ll
objc-property-void.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
op_deref.ll [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field 2019-10-15 10:46:24 +00:00
parameters.ll [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field 2019-10-15 10:46:24 +00:00
partial-constant.ll [DebugInfo] Normalize common kinds of DWARF sub-expressions. 2018-09-05 10:18:36 +00:00
pieces-1.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
pieces-2.ll
pieces-3.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
pieces-4.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
pointer-type-size.ll
pr11300.ll
pr12831.ll
pr13303.ll
pr19307.mir Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
pr28270.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
pr34545.ll MachineOperand/MIParser: Do not print debug-use flag, infer it 2018-10-30 23:28:27 +00:00
pr40427.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
PR26148.ll DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
PR37234.ll [DebugInfo] Nerf placeDbgValues, with prejudice 2019-12-09 12:52:10 +00:00
processes-relocations.ll
prolog-params.mir Describe stack-id as an enum 2019-06-17 09:13:29 +00:00
prologue-stack.ll Replace "no-frame-pointer-*" function attributes with "frame-pointer" 2019-01-14 10:55:55 +00:00
range_reloc_base.ll
range_reloc.ll Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserialization" 2019-12-30 22:33:35 -08:00
ref_addr_relocation.ll
reference-argument.ll [DebugInfo] Terminate all location-lists at end of block 2019-06-10 15:23:46 +00:00
rematerialize.ll
rnglists_base_attr.ll
rnglists_curanges.ll DebugInfo: Use address pool forms in debug_rnglists 2018-10-20 07:36:39 +00:00
rvalue-ref.ll
safestack-byval.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
sdag-combine.ll MachineOperand/MIParser: Do not print debug-use flag, infer it 2018-10-30 23:28:27 +00:00
sdag-dangling-dbgvalue.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
sdag-dbgvalue-phi-use-1.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
sdag-dbgvalue-phi-use-2.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
sdag-dbgvalue-phi-use-3.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
sdag-dbgvalue-phi-use-4.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
sdag-dbgvalue-ssareg.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
sdag-ir-salvage.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
sdag-legalize-multires.ll MachineOperand/MIParser: Do not print debug-use flag, infer it 2018-10-30 23:28:27 +00:00
sdag-salvage-add.ll MachineOperand/MIParser: Do not print debug-use flag, infer it 2018-10-30 23:28:27 +00:00
sdag-split-arg.ll Relax fast register allocator related test cases; NFC 2018-10-29 20:10:42 +00:00
sdag-transfer-dbgvalue.ll [DebugInfo][SelectionDAG] Change order while transferring SDDbgValue to another node 2019-12-26 21:01:59 +03:00
sdagsplit-1.ll MachineOperand/MIParser: Do not print debug-use flag, infer it 2018-10-30 23:28:27 +00:00
sections_as_references.ll Revert "debuginfo: Use symbol difference for CU length to simplify assembly reading/editing" 2018-12-11 21:26:52 +00:00
single-dbg_value.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
single-fi.ll
skeleton-unit-verify.s [DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have children. 2019-12-12 10:59:10 +03:00
spill-indirect-nrvo.ll [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field 2019-10-15 10:46:24 +00:00
spill-nontrivial-param.ll [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field 2019-10-15 10:46:24 +00:00
spill-nospill.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
split-dwarf-cross-unit-reference.ll [llvm-objdump] - Print relocation record in a GNU format. 2019-05-07 13:14:18 +00:00
split-dwarf-multiple-cu-hash.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
split-dwarf-omit-empty.ll
split-dwarf-sysroot.ll Move the sysroot attribute from DIModule to DICompileUnit 2020-01-17 12:55:40 -08:00
split-dwarf-v5-ranges.ll [llvm/DWARF] Return section offset from DWARFUnit::get{Loc,Rng}listOffset 2019-12-05 12:35:09 +01:00
split-global.ll [DebugInfo] Normalize common kinds of DWARF sub-expressions. 2018-09-05 10:18:36 +00:00
sret.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
sroa-after-inlining.ll [Debuginfo][SROA] Need to handle dbg.value in SROA pass. 2019-09-04 14:19:49 +00:00
sroasplit-1.ll
sroasplit-2.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
sroasplit-3.ll
sroasplit-4.ll
sroasplit-5.ll
sroasplit-dbg-declare.ll
stack-arg-deref.ll [DebugInfo][DAG] Distinguish different kinds of location indirection 2019-10-30 18:41:44 +00:00
stack-args.ll
stack-value-dwarf2.ll Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer"="non-leaf" as cleanups after D56351 2019-12-24 16:05:15 -08:00
stack-value-dwarf4.ll [DebugInfo] Normalize common kinds of DWARF sub-expressions. 2018-09-05 10:18:36 +00:00
stack-value-piece.ll DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
static_member_array.ll
stmt-list-multiple-compile-units.ll [MC/Dwarf] Unclamp DWARF linetables format on Darwin. 2018-09-13 13:13:50 +00:00
stmt-list.ll
string-offsets-multiple-cus.ll llvm-dwarfdump: Remove extraneous space between '(' and 'indexed' 2018-12-22 08:43:08 +00:00
string-offsets-table-order.ll [DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_TAG_compile_unit) do not match. 2019-12-05 00:53:47 +03:00
string-offsets-table.ll Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified." 2019-12-11 01:24:50 +05:30
stringpool.ll
strip-broken-debuginfo.ll
struct-loc.ll
subrange-type.ll
subreg.ll RegAllocFast: Improve hinting heuristic 2019-05-16 12:50:39 +00:00
subregisters.ll
tail-merge.ll
template_function_decl.ll [DebugInfo] Combine Trivial and NonTrivial flags 2019-04-11 20:25:10 +00:00
template.ll [Dwarf] Complete the list of type tags. 2019-08-13 17:00:54 +00:00
this-stack_value.ll
tls.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
tu-to-non-named-type.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
tu-to-non-tu.ll DebugInfo: Emit only declarations (not whole definitions) of non-unit user defined types into type units 2019-04-24 18:09:44 +00:00
type_units_with_addresses.ll
unattached-global.ll
undef-fragment.ll Stop undef fragments from closing non-overlapping fragments 2019-05-28 13:23:25 +00:00
union-const.ll
union-template.ll
v5-loc.ll [DebugInfo] Combine Trivial and NonTrivial flags 2019-04-11 20:25:10 +00:00
vector.ll
vla-dependencies.ll
vla-global.ll
vla-multi.ll Avoid dbg.value use-before-def in a few tests (NFC) 2018-08-21 23:42:08 +00:00
vla.ll [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field 2019-10-15 10:46:24 +00:00
void-typedef.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
xray-split-dwarf-interaction.ll [llvm-nm][llvm-readelf] Avoid single-dash -long-option in tests 2019-04-27 16:12:14 +00:00
zextload.ll