1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/DebugInfo/X86
Igor Kudrin 6b87aa0046 [DebugInfo] Refine the condition to detect CIEs.
The condition was not accurate enough and could interpret some FDEs in
.eh_frame or 64-bit DWARF .debug_frame sections as CIEs. Even though
such FDEs are unlikely in a normal situation, the wrong interpretation
could hide an issue in a buggy generator.

Differential Revision: https://reviews.llvm.org/D73886
2020-03-05 17:37:09 +07: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
accel-tables.ll
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 lit feature object-emission 2020-02-10 15:57:56 -06:00
align_cpp11.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
align_objc.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
aligned_stack_var.ll
arange-and-stub.ll
arange.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
arguments.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
array2.ll
array.ll
asan_debug_info.ll [AddressSanitizer] Ensure only AllocaInst is passed to dbg.declare 2020-02-12 11:24:02 -08:00
asm-macro-line-number.s
atomic-c11-dwarf-4.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
atomic-c11-dwarf-5.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
bbjoin.ll
bitcast-di.ll
bitfields-dwarf4.ll
bitfields.ll
block-capture.ll
byvalstruct.ll
c-type-units.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
clang-module.ll Move the sysroot attribute from DIModule to DICompileUnit 2020-01-17 12:55:40 -08:00
clone-module-2.ll
clone-module.ll
codegenprep-addrsink.ll [DebugInfo] Nerf placeDbgValues, with prejudice 2019-12-09 12:52:10 +00:00
codegenprep-value.ll [CodeGenPrepare] Make TargetPassConfig required 2020-02-02 09:28:45 -08: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 Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
convert-debugloc.ll DebugInfo: Stabilize DW_OP_convert tests so they don't depend on register allocation, etc 2020-02-05 14:28:03 -08:00
convert-inlined.ll DebugInfo: Generalize test/DebugInfo/X86/convert-inlined.ll 2020-02-04 17:51:35 -08:00
convert-linked.ll DebugInfo: Stabilize DW_OP_convert tests so they don't depend on register allocation, etc 2020-02-05 14:28:03 -08:00
convert-loclist.ll DebugInfo: Hash DW_OP_convert in loclists when using Split DWARF 2020-02-04 19:25:47 -08: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 Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" 2020-02-06 14:41:40 +00:00
dbg-addr.ll Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" 2020-02-06 14:41:40 +00:00
dbg-asm.s
dbg-byval-parameter.ll
dbg-const-int.ll
dbg-const.ll
dbg-declare-alloca.ll
dbg-declare-arg.ll
dbg-declare-inalloca.ll
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
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
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
dbg-value-funcarg.ll
dbg-value-g-gmlt.ll
dbg-value-inlined-parameter.ll
dbg-value-isel.ll
dbg-value-location.ll
dbg-value-range.ll Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" 2020-02-20 14:41:39 +01:00
dbg-value-regmask-clobber.ll Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" 2020-02-20 14:41:39 +01:00
dbg-value-terminator.ll
dbg-value-transfer-order.ll
dbg-vector-size.ll
dbgcall-site-64-bit-imms.ll Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" 2020-02-20 14:41:39 +01:00
dbgcall-site-zero-valued-imms.ll Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" 2020-02-20 14:41:39 +01:00
debug_addr.ll [DebugInfo] Do not dump header field for pre-DWARFv5 address tables. 2020-02-12 13:33:00 +07:00
debug_and_nodebug_CUs.ll
debug_frame-invalid-cie-offset.s [DebugInfo] Fix printing CIE offsets in EH FDEs. 2020-02-25 17:10:29 +07:00
debug_frame.ll
debug-cu-index-unknown-section.s [DebugInfo] Avoid crashing on an invalid section identifier. 2020-03-05 10:54:43 +07:00
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-frame-cie-id-dwarf64.s [DebugInfo] Refine the condition to detect CIEs. 2020-03-05 17:37:09 +07: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 Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
debug-info-producer-with-flags.ll
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
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 Remove lit feature object-emission 2020-02-10 15:57:56 -06: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: Separate different debug_macinfo contributions & print the offset of a contribution 2020-03-02 19:30:30 -08:00
debug-macro.ll DebugInfo: Separate different debug_macinfo contributions & print the offset of a contribution 2020-03-02 19:30:30 -08:00
debug-names-ir-disabled.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
debug-names-partial.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
debug-names-split-dwarf.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
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 Remove lit feature object-emission 2020-02-10 15:57:56 -06: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
dw_op_minus_direct.ll DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
dw_op_minus.mir
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 Remove lit feature object-emission 2020-02-10 15:57:56 -06: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
dwarf-public-names.ll
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 [DataExtractor] Improve error message when we run off the end of the buffer 2020-02-28 09:02:33 +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 [DataExtractor] Improve error message when we run off the end of the buffer 2020-02-28 09:02:33 +01:00
dwarfdump-debug-loclists-error-cases.s
dwarfdump-debug-loclists.test DWARFDebugLoclists: stricter base address handling 2019-11-14 10:01:48 +01:00
dwarfdump-debug-names.s [DWARF] Add support for 64-bit DWARF in .debug_names. 2020-01-31 16:12:35 +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
dwarfdump-header.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
dwarfdump-line-dwo.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
dwarfdump-line-mismatch.s
dwarfdump-line-only.s
dwarfdump-ranges-baseaddr-exe.s
dwarfdump-ranges-baseaddr.s
dwarfdump-ranges-unrelocated.s
dwarfdump-rnglists-dwarf64.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
dwarfdump-rnglists.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
dwarfdump-str-offsets-dwp.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
dwarfdump-str-offsets-invalid-5.s
dwarfdump-str-offsets-invalid-6.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
dwarfdump-str-offsets-invalid.s
dwarfdump-str-offsets-macho.s
dwarfdump-str-offsets.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
dwp-dwarf64.s [DebugInfo] Fix parsing DWARF64 units in DWP. 2020-02-28 15:35:51 +07:00
earlydup-crash.ll
eh-frame-cie-id.s [DebugInfo] Refine the condition to detect CIEs. 2020-03-05 17:37:09 +07:00
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
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
fission-hash-local.ll DebugInfo: Split DWARF: Hash non-member function child DIEs 2020-01-31 15:32:03 -08: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
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
fragment-offset-order.ll
frame-register.ll
FrameIndexExprs.ll
generate-odr-hash.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
ghost-sdnode-dbgvalues.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06: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
gmlt.test
gnu-names.ll
gnu-public-names-empty.ll
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
gnu-public-names-multiple-cus.ll
gnu-public-names-tu.ll
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 Remove lit feature object-emission 2020-02-10 15:57:56 -06: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-cu-length-dwp.s [DebugInfo] Avoid crashing when parsing an invalid unit header in DWP. 2020-02-28 15:35:51 +07:00
invalid-prologue-end.ll
invalid-unit-header.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
isel-cse-line.ll
lazy-fission-comp-dir.ll
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 Remove lit feature object-emission 2020-02-10 15:57:56 -06: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
live-debug-values-expr-conflict.ll
live-debug-values-remove-range.ll
live-debug-values.ll
live-debug-variables.ll [DebugInfo] Re-instate LiveDebugVariables scope trimming 2020-02-04 14:51:06 +00: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 Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" 2020-02-06 14:41:40 +00:00
live-debug-vars-index.mir
live-debug-vars-intervals.mir [DebugInfo] Teach LDV how to handle identical variable fragments 2020-02-11 10:20:24 +00:00
live-debug-vars-keep-undef.ll
loclists-dwp.ll Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" 2020-02-20 14:41:39 +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
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 Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
mixed-nodebug-cu.ll
multiple-aranges.ll
multiple-at-const-val.ll
nested_types.ll
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
nodebug_with_debug_loc.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
nodebug.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
nondefault-subrange-array.ll
nophysreg.ll
noreturn_c11.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
noreturn_cpp11.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
noreturn_objc.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06: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 Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" 2020-02-06 14:41:40 +00:00
parameters.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
partial-constant.ll
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
pr40427.ll
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
prologue-stack.ll
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
rematerialize.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
rnglists_base_attr.ll
rnglists_curanges.ll
rvalue-ref.ll
safestack-byval.ll Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" 2020-02-06 14:41:40 +00:00
sdag-combine.ll
sdag-dangling-dbgvalue.ll
sdag-dbgvalue-phi-use-1.ll
sdag-dbgvalue-phi-use-2.ll
sdag-dbgvalue-phi-use-3.ll
sdag-dbgvalue-phi-use-4.ll
sdag-dbgvalue-ssareg.ll
sdag-ir-salvage.ll
sdag-legalize-multires.ll
sdag-salvage-add.ll
sdag-split-arg.ll
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
sections_as_references.ll
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 Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" 2020-02-06 14:41:40 +00:00
spill-nontrivial-param.ll Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" 2020-02-06 14:41:40 +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
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
sret.ll DebugInfo: Split DWARF: Hash non-member function child DIEs 2020-01-31 15:32:03 -08:00
sroa-after-inlining.ll
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-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
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
stmt-list.ll
string-offsets-multiple-cus.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
string-offsets-table-order.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
string-offsets-table.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
stringpool.ll [DebugInfo]: Reorderd the emission of debug_str section. 2020-02-07 11:15:55 +05:30
strip-broken-debuginfo.ll
struct-loc.ll
subrange-type.ll
subreg.ll
subregisters.ll
sunk-compare.ll [CodeGenPrepare] Make TargetPassConfig required 2020-02-02 09:28:45 -08:00
tail-merge.ll
template_function_decl.ll
template.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06: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 Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
tu-to-non-tu.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
type_units_with_addresses.ll Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
unattached-global.ll
undef-fragment.ll
union-const.ll
union-template.ll
v5-loc.ll
vector.ll
vla-dependencies.ll
vla-global.ll
vla-multi.ll
vla.ll Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" 2020-02-06 14:41:40 +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 [AsmPrinter][XRay] Omit unique ID for xray_instr_map and xray_fn_idx 2020-02-14 21:10:46 -08:00
zextload.ll