llvm-capstone/bolt/test/X86
David Spickett f48bd86bb9
[bolt][X86] Correct 2 test RUN lines (#65252)
One had an extra ;, which is odd but harmless. The other was missing ":"
after RUN.
2023-09-08 08:42:45 +01:00
..
Inputs [BOLT][test] Fix patch-entries for aarch64 buildbot (#65690) 2023-09-07 17:09:45 -07:00
MachO [BOLT] Make sure Mach-O binaries are actually linked 2023-05-02 16:22:49 +02:00
addr32.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
asm-func-debug.test [DWARF] Add printout for op-index 2023-07-12 12:03:44 +02:00
avx512-trap.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
bb-with-two-tail-calls.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
block-reordering.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
bolt-address-translation-internal-call.test [BOLT][test] Fix cross-compilation tests after D151920 2023-09-08 00:05:39 +03:00
bolt-address-translation.test Add BAT testing framework 2022-07-29 14:55:04 -07:00
branch-data.test [BOLT] computing raw branch count for yaml profiles 2023-03-28 11:09:21 -07:00
broken_dynsym.test [BOLT] Reintroduce allow-stripped 2023-02-06 18:08:13 -08:00
bug-function-layout-execount.s bolt/test/X86/bug-function-layout-execount.s: Require x86 and asserts 2023-08-18 14:02:05 +02:00
bug-reorder-bb-jrcxz.s [BOLT] Mark option values of --split-functions deprecated 2022-06-24 17:01:13 -07:00
call-zero.s [BOLT][TEST] Rename tests to follow standard naming scheme 2021-11-04 13:36:15 -07:00
cfi-expr-rewrite.s [X86][AsmParser] Reapply "Refactor code and optimize more instructions from VEX3 to VEX2" 2023-05-13 09:26:29 +08:00
cfi-instrs-count.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
cfi-instrs-reordered.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
cmov-conversion.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
ctc-and-unreachable.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
data-to-data-pcrel.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
debug-fission-single-convert.s [BOLT][DWARF] Delete DW_AT_low_pc when converting to ranges 2023-08-03 10:33:04 -07:00
debug-fission-single.s [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
double-jump.test [BOLT] Restrict execution of tests that fail on Windows 2022-07-11 17:59:58 -07:00
double-rel-scan.s [BOLT] Fix handling of code references from unmodified code 2023-06-12 10:46:51 -07:00
double-rel.s [BOLT] Fix handling of code references from unmodified code 2023-06-12 10:46:51 -07:00
dummy-eh-frame-bug.s [BOLT] Fix writing out unmarked .eh_frame section 2022-10-07 11:19:51 -07:00
dwarf3-lowpc-highpc-convert.s [BOLT][DWARF] Implement new mechanism for DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-cross-cu-backward-different-abbrev.test [BOLT][DWARF] Change to process and write out TUs first then CUs in batches 2023-07-10 14:42:04 -07:00
dwarf4-cross-cu-forward-different-abbrev.test [BOLT][DWARF] Change to process and write out TUs first then CUs in batches 2023-07-10 14:42:04 -07:00
dwarf4-cross-cu-loclist-dwarf4-loclist--dwarf5-loclist.test [BOLT][DWARF] Fix location list order 2023-08-14 17:27:22 -07:00
dwarf4-df-basic.test [BOLT][DWARF][NFC] Fix false positive error 2023-07-13 10:50:19 -07:00
dwarf4-df-call-site-change-low-pc.test [BOLT][DWARF] Always use new low_pc for call_site 2023-08-08 18:21:24 -07:00
dwarf4-df-change-in-dw-op-gnu-addr-index-main.test [BOLT][DWARF] Always use new low_pc for exprloc 2023-08-08 18:20:06 -07:00
dwarf4-df-do-no-convert-low-pc-high-pc-to-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-df-dualcu-loclist.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-df-dualcu.test [bolt][X86] Correct 2 test RUN lines (#65252) 2023-09-08 08:42:45 +01:00
dwarf4-df-inlined-subroutine-lowpc-0.test [BOLT][DWARF] Fix handling of inlined subroutine with no output PC 2023-07-31 17:12:07 -07:00
dwarf4-df-input-lowpc-ranges.test [BOLT][DWARF] Fix setting DW_AT_ranges offset of Skeleton CU 2023-08-03 10:34:21 -07:00
dwarf4-df-no-base.test [BOLT][DWARF] Fix adding DW_AT_GNU_ranges_base 2023-07-13 10:54:48 -07:00
dwarf4-do-no-convert-low-pc-high-pc-to-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-duplicate-types.test [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-ftypes-dwo-input-dwp-output.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
dwarf4-ftypes-dwo-mono-input-dwp-output.test [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-ftypes-dwp-input-dwo-output.test [BOLT][DWARF] Implement new mechanism for DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-ftypes-dwp-input-dwp-output.test [BOLT][DWARF] Implement new mechanism for DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-gdb-index-types-gdb-generated.test [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-gdb-index-types-lld-generated.test [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-invalid-reference-die-offset-no-internal-dwarf-error.s [BOLT][DWARF] Fix handling of invalid DIE references 2023-08-14 17:28:24 -07:00
dwarf4-invalid-reference-die-offset-with-internal-dwarf-error-cant-parse-die.s [BOLT][DWARF] Fix handling of invalid DIE references 2023-08-14 17:28:24 -07:00
dwarf4-invalid-reference-die-offset-with-internal-dwarf-error-invalid-die.s [BOLT][DWARF] Fix handling of invalid DIE references 2023-08-14 17:28:24 -07:00
dwarf4-sibling.s [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-size-0-inlined_subroutine.s [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-split-dwarf-no-address.test [BOLT][DWARF] Fix assert for split dwarf. 2022-05-08 19:18:17 -07:00
dwarf4-split-gdb-index-types-gdb-generated.test [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-subprogram-multiple-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-subprogram-single-gc-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-subprogram-single-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-types-dwarf5-types.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-types-dwarf5.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf4-types-forward-backward-cross-reference.s [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf4-types.test [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf5-addr-section-reuse.s [BOLT][DWARF] Reuse entries in .debug_addr when not modified 2023-01-24 15:55:03 -08:00
dwarf5-call-pc-function-null-check.test [DWARF][BOLT] Handle getBinaryFunctionContainingAddress returning nullptr for DW_TAG_call_site 2022-08-17 16:04:34 -07:00
dwarf5-call-pc.test [BOLT][DWARF] Add support for DW_AT_call_pc/DW_AT_call_return_pc 2022-06-24 12:37:58 -07:00
dwarf5-cu-no-debug-addr.test [BOLT][DWARF] Fix updating CU that has no entry in .debug_addr 2022-08-25 17:03:11 -07:00
dwarf5-debug-info-dwarf4-debug-line.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
dwarf5-debug-line-not-modified.test [BOLT][DWARF] Fix for .debug_line with DWARF5 2023-07-06 11:37:08 -07:00
dwarf5-debug-line.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
dwarf5-debug-loclists.s [BOLT][DWARF] Change loclist encoding to use base_addrx 2023-01-20 11:30:34 -08:00
dwarf5-df-call-site-change-low-pc.test [BOLT][DWARF] Always use new low_pc for call_site 2023-08-08 18:21:24 -07:00
dwarf5-df-change-in-dw-op-gnu-addr-index-main.test [BOLT][DWARF] Always use new low_pc for exprloc 2023-08-08 18:20:06 -07:00
dwarf5-df-cu-function-gc.test [BOLT][DWARF] Fix handling of GCed CU function 2023-06-01 12:06:47 -07:00
dwarf5-df-dualcu-loclist.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-df-dualcu.test [BOLT][DWARF] Delete DW_AT_low_pc when converting to ranges 2023-08-03 10:33:04 -07:00
dwarf5-df-inlined-subroutine-gc-sections-range.test [BOLT][DWARF] Opt out test from aarch64 2023-07-31 18:22:11 -07:00
dwarf5-df-inlined-subroutine-range-0.test [BOLT][DWARF] Fix handling of inlined subroutine with no output PC 2023-07-31 17:12:07 -07:00
dwarf5-df-input-lowpc-ranges.test [BOLT][DWARF] Fix setting DW_AT_ranges offset of Skeleton CU 2023-08-03 10:34:21 -07:00
dwarf5-df-mono-dualcu.test [BOLT][DWARF] Delete DW_AT_low_pc when converting to ranges 2023-08-03 10:33:04 -07:00
dwarf5-do-no-convert-low-pc-high-pc-to-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-dwarf4-gdb-index-types-gdb-generated-gdb9.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-dwarf4-gdb-index-types-gdb-generated-gdb11.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-dwarf4-gdb-index-types-lld-generated.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-dwarf4-monolithic.test [BOLT][DWARF] Delete DW_AT_low_pc when converting to ranges 2023-08-03 10:33:04 -07:00
dwarf5-dwarf4-types-backward-forward-cross-reference.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-ftypes-dwo-mono-input-dwp-output.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-ftypes-dwp-input-dwo-output.test [BOLT][DWARF] Fix handling of CUs without TU reference 2023-04-17 17:56:08 -07:00
dwarf5-gdb-index-types-gdb-generated-gdb9.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-gdb-index-types-gdb-generated-gdb11.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-gdb-index-types-lld-generated.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-label-low-pc.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
dwarf5-locaddrx.test [BOLT][DWARF] Delete DW_AT_low_pc when converting to ranges 2023-08-03 10:33:04 -07:00
dwarf5-locexpr-addrx.s [BOLT][DWARF] Change rangelists to use DW_RLE_offset_pair 2023-01-06 13:45:43 -08:00
dwarf5-locexpr-referrence.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-loclist-offset-form.test [BOLT][DWARF] Implement new mechanism for DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf5-lowpc-highpc-convert.s [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-multiple-dw-op-addrx-locexpr.s [BOLT][DWARF] Change rangelists to use DW_RLE_offset_pair 2023-01-06 13:45:43 -08:00
dwarf5-one-loclists-two-bases.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-rangeoffset-to-rangeindex.s [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-return-pc-form-addr.test [BOLT][DWARF] Fix references in tests 2023-07-06 16:46:09 -07:00
dwarf5-return-pc.test [BOLT][DWARF] Add support for DW_AT_call_pc/DW_AT_call_return_pc 2022-06-24 12:37:58 -07:00
dwarf5-shared-str-offset-base.s [BOLT][DWARF] Don't create extra .debug_str_offsets contributions 2022-12-07 13:08:35 -08:00
dwarf5-split-dwarf4-monolithic.test [BOLT][DWARF] Delete DW_AT_low_pc when converting to ranges 2023-08-03 10:33:04 -07:00
dwarf5-split-gdb-index-types-gdb-generated.test [BOLT][DWARF] Numerous fixes for a new DWARFRewriter 2023-07-10 14:42:03 -07:00
dwarf5-subprogram-multiple-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-subprogram-single-gc-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-subprogram-single-ranges.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-two-loclists.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-two-rnglists.test [BOLT][DWARF] Delete DW_AT_low_pc when converting to ranges 2023-08-03 10:33:04 -07:00
dwarf5-types-backward-cross-reference.s [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf5-types-forward-cross-reference.s [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
dwarf-handle-visit-loclist-error.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
dwarf-test-df-logging.test [BOLT][DWARF] Add logging for split dwarf 2023-01-27 15:50:55 -08:00
dynrelocs.s [BOLT] Section-handling refactoring/overhaul 2022-10-13 23:10:39 -07:00
encoding-validation.s [BOLT] Fix instruction encoding validation 2022-10-18 13:50:00 -07:00
end-symbol.test [bolt] Make test/X86/end-symbol.test not use "tac" 2022-11-18 12:08:33 -05:00
exceptions-args.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
fallthrough-to-noop.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
false-jump-table.s [BOLT][NFC] Remove exec permission from some tests 2023-04-19 19:42:01 -04:00
fptr-addend-pcrel.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
fragment-lite-reverse.s [BOLT] Process fragment siblings in lite mode, keep lite mode on 2023-02-08 19:11:27 -08:00
fragment-lite.s [BOLT] Process fragment siblings in lite mode, keep lite mode on 2023-02-08 19:11:27 -08:00
fragmented-symbols.s [BOLT] Emit LSDA call sites for all fragments 2022-09-08 17:10:29 -07:00
frame-opt-lea.s [BOLT] Increase coverage of shrink wrapping [5/5] 2022-07-11 17:30:13 -07:00
function-order-lite.s [BOLT] Use LTO fuzzy name matching in function-order 2023-01-25 11:43:10 -08:00
gdbindex.test [BOLT][DWARF] Update handling of size 1 ranges and fix sub-programs with ranges 2023-07-30 17:32:32 -07:00
gotpcrelx.s [BOLT] Fix handling of code references from unmodified code 2023-06-12 10:46:51 -07:00
high_pc_udata.s [BOLT][DWARF] Fix incorrect DW_AT_type offset for unittest 2022-07-18 14:20:22 -07:00
icf-jump-tables.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
icp-inline.s [BOLT][TEST] Add icp-inline.s test 2022-07-15 20:49:26 -07:00
indirect-goto.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
inline-debug-info.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
inlined-function-mixed.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
insert-addr-rnglists_base.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
insert-debug-info-entry.test [BOLT][DWARF] Add ability to insert new entries in to DIE 2022-02-15 18:07:19 -08:00
instrumentation-eh_frame_hdr.cpp [BOLT][test] Fix cross-compilation tests after D151920 2023-09-08 00:05:39 +03:00
internal-call-instrument-so.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
internal-call-instrument.s [BOLT][test] Fix cross-compilation tests after D151920 2023-09-08 00:05:39 +03:00
interprocedural-ref-entry-point.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
is-strip.s [BOLT][TEST] Fix is-strip test for NFC testing 2023-02-07 12:19:00 -08:00
issue20.s [BOLT] Remove unnecessary diagnostics 2023-06-22 14:07:00 -07:00
issue20.test [BOLT] Remove unnecessary diagnostics 2023-06-22 14:07:00 -07:00
issue26.s [BOLT][test] Add missing stderr redirections 2023-07-31 16:17:09 -07:00
issue26.test [BOLT][test] Add missing stderr redirections 2023-07-31 16:17:09 -07:00
jmp-after-ret.s [BOLT] Remove unreachable uncond branch after return 2022-01-19 22:06:26 +03:00
jmp-optimization.test [BOLT] Restrict execution of tests that fail on Windows 2022-07-11 17:59:58 -07:00
jmpjmp.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
jt-symbol-disambiguation-3.s [bolt][test] Add REQUIRES: asserts to jt-symbol-disambiguation-3.s 2023-01-16 17:50:46 -08:00
jump-table-footprint-reduction.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
jump-table-func-entry.s [BOLT] Accept function start as valid jump table entry 2023-07-26 13:25:08 -07:00
jump-table-icp.test [BOLT] Restrict execution of tests that fail on Windows 2022-07-11 17:59:58 -07:00
jump-table-move.s [BOLT] Support multiple parents for split jump table 2022-07-13 23:37:31 -07:00
jump-table-pic-conflict.s [BOLT] Always move JTs in jump-table=move 2022-11-04 13:20:11 -07:00
jump-table-pic-order.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
jump-table-reference.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
layout-heuristic.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
line-number.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
lit.local.cfg [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
loop-inversion-pass.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
loop-nest.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
lto-name-match.s [BOLT] Handle __uniq suffix added by -funique-internal-linkage-names 2023-01-20 19:23:06 -08:00
merge-fdata-bat-mode.test [BOLT] Fix LIT tests on Windows VS2019 2022-05-31 11:45:39 -07:00
merge-fdata-output.test [BOLT] Add -o option to merge-fdata 2022-06-02 01:29:04 +08:00
no-entry-reordering.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
no-output.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
nolbr.s [BOLT] Check no-LBR samples in mayHaveProfileData 2023-01-03 14:43:36 -08:00
nop-function.s [BOLT] Fix empty function emission in non-relocation mode 2022-09-16 13:38:32 -07:00
orc_unwind.s [BOLT] Improve Linux Kernel ORC reader 2023-07-20 19:06:10 -07:00
patch-entries.test [BOLT][test] Fix patch-entries for aarch64 buildbot (#65690) 2023-09-07 17:09:45 -07:00
plt-mold.test [BOLT] Add mold-style PLT support 2022-10-25 11:03:52 -07:00
plt-sec-8-byte.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
plt-sec.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
pre-aggregated-perf.test [BOLT] Switch to using layout order in YAML 2023-07-18 14:33:41 -07:00
pseudoprobe-decoding-inline.test [BOLT] fix tests on arm64 2023-02-25 16:46:50 +00:00
pseudoprobe-decoding-noinline.test [BOLT] fix tests on arm64 2023-02-25 16:46:50 +00:00
pt_gnu_relro.s [BOLT] Set IsRelro section attribute based on PT_GNU_RELRO segment 2023-06-20 20:44:18 -07:00
reader-stale-yaml.test [BOLT] Fine-tuning hash computation for stale matching 2023-08-31 07:29:02 -07:00
reader.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
relaxed-tailcall.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
remove-unused.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
rodata-simpl-loads.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
sctc-bug2.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
sctc-bug3.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
sctc-bug4.test [BOLT][TEST] Rename tests to follow standard naming scheme 2021-11-04 13:36:15 -07:00
sctc-bug.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
section-end-sym.s [BOLT] Fix section-end-sym.s test to only run x86/Linux 2023-04-12 17:14:30 +05:00
shared_object_entry.s [BOLT] Mark option values of --split-functions deprecated 2022-06-24 17:01:13 -07:00
shared-abbrev.s [BOLT][DWARF] Implement new mechanism for DWARFRewriter 2023-07-10 14:42:03 -07:00
shorten-mov.test [BOLT][test] Fix X86 tests 2022-04-06 21:16:42 +03:00
shrinkwrapping-and-rsp.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
shrinkwrapping-critedge.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
shrinkwrapping-do-not-pessimize.s [BOLT] Increase coverage of shrink wrapping [3/5] 2022-07-11 17:30:00 -07:00
shrinkwrapping-insertcfi.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
shrinkwrapping-lea.s [BOLT] Increase coverage of shrink wrapping [5/5] 2022-07-11 17:30:13 -07:00
shrinkwrapping-mov.s [BOLT] Increase coverage of shrink wrapping [5/5] 2022-07-11 17:30:13 -07:00
shrinkwrapping-pop-order.s [BOLT] Increase coverage of shrink wrapping [1/5] 2022-07-11 17:29:22 -07:00
shrinkwrapping-popf.s [BOLT] Increase coverage of shrink wrapping [5/5] 2022-07-11 17:30:13 -07:00
shrinkwrapping-restore-position.s [BOLT] Verify externally referenced blocks against jump table targets 2022-09-16 11:44:33 -07:00
shrinkwrapping.test [BOLT] Restrict execution of tests that fail on Windows 2022-07-11 17:59:58 -07:00
split-all-lptrampoline.s [BOLT] Add test checking LP trampolines in multi-split 2022-09-08 17:10:38 -07:00
split-all.s [BOLT] Add split all blocks strategy 2022-08-18 21:55:07 -07:00
split-func-icf.s [BOLT] Process fragment siblings in lite mode, keep lite mode on 2023-02-08 19:11:27 -08:00
split-func-jump-table-fragment-bidirection.s [BOLT] Support multiple parents for split jump table 2022-07-13 23:37:31 -07:00
split-func-jump-table-fragment-noparent.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
split-func-jump-table-fragment-reverse.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
split-func-jump-table-fragment.s [BOLT] Fix jump table issue for split functions 2023-07-23 08:39:48 -07:00
split-func-jump-table-unknown.s [BOLT] Prevent unsetting unknown control flow for split jump table 2023-02-27 15:22:43 -08:00
split-landing-pad.s [BOLT] Support split landing pad 2022-07-14 18:10:22 -07:00
split-random.s [BOLT] Add randomN split strategy 2022-08-18 21:55:07 -07:00
srol-bug.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
static-exe.test [BOLT][TEST] Fix testing on macos 2022-05-13 13:03:47 -07:00
symtab-secondary-entries.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
tail-duplication-cache.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
tail-duplication-cacheline.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
tail-duplication-complex.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
tail-duplication-jt.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
tail-duplication-pass.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
tail-duplication-prop-bug.s [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
tailcall-traps.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
tailcall.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
unclaimed-jt-entries.s [BOLT] Verify externally referenced blocks against jump table targets 2022-09-16 11:44:33 -07:00
unreachable-jmp.s [BOLT] Fix creation of invalid CFG in presence of dead code 2023-04-11 17:19:39 -07:00
unreachable.test [BOLT] Remove unnecessary diagnostics 2023-06-22 14:07:00 -07:00
vararg.test [BOLT][TEST] Use double dash flags in tests 2022-06-10 16:27:33 -07:00
zero-sized-object.s [BOLT][NFC] Remove exec permission from some tests 2023-04-19 19:42:01 -04:00