aboutsummaryrefslogtreecommitdiff
path: root/bolt/test/runtime
AgeCommit message (Expand)AuthorFilesLines
2024-08-12[NFC][bolt][test] Change '|&' to '2>&1 |' for lit internal shell support (#10...Connie1-1/+1
2024-05-31[BOLT][DWARF][NFC] Added double escape characters (#93348)Sayhaan Siddiqui1-1/+1
2024-05-20[BOLT] Ignore special symbols as function aliases in updateELFSymbolTableAmir Ayupov1-1/+2
2024-05-11[BOLT] Fix race condition in a test (#91866)Maksim Panchenko1-2/+2
2024-05-07[BOLT] Add a test for BOLT-reserved space in a binary (#91399)Maksim Panchenko1-0/+40
2024-04-24[BOLT] Detect incorrect update of dynamic relocations (#89681)Maksim Panchenko2-28/+0
2024-04-11[BOLT] Fix handling of trailing entries in jump tables (#88444)Maksim Panchenko1-0/+164
2024-02-27[BOLT] Move test under X86 target. NFCI (#83202)Maksim Panchenko1-2/+2
2024-02-26[BOLT] Fix runtime/instrument-wrong-target.s test (#82858)Alexander Yermolovich1-1/+2
2023-12-06[BOLT] Fix a wrong compiler option in test (#74420)sinan1-1/+1
2023-11-27[BOLT][test] Replace /dev/null with temp file (#73485)Amir Ayupov1-2/+2
2023-11-20[BOLT] Fix C++ exceptions when LPStart is specified (#72737)Maksim Panchenko1-0/+91
2023-11-10[BOLT][AArch64] Fix strict usage during ADR Relax (#71377)Vladislav Khmelevsky2-13/+20
2023-11-09[BOLT] Fix typos (#68121)spaette1-1/+1
2023-11-08[BOLT] Support instrumentation hook via DT_FINI_ARRAY (#67348)Job Noorman1-0/+61
2023-11-08[BOLT][AArch64] Handle IFUNCS properly (#71104)Vladislav Khmelevsky1-1/+7
2023-10-10[BOLT] Err when linking objects of different architectures (#66770)Job Noorman1-0/+26
2023-10-02[BOLT] Support input binaries that use R_X86_GOTPC64Rafael Auler2-0/+112
2023-09-08[BOLT][test] Fix cross-compilation tests after D151920Elvina Yakubova1-1/+1
2023-09-01[BOLT][test] Enable exceptions_split tests for AArch64Elvina Yakubova3-13/+7
2023-08-31[BOLT][test] Move asm-dump.c to runtime/X86Amir Ayupov1-0/+81
2023-08-28[BOLT] BL/BH are considered aliases in regreassignhezuoqiang1-0/+59
2023-08-24[BOLT][Instrumentation][test] Fix testsElvina Yakubova4-1/+70
2023-08-24[BOLT] Add test for emitting trap valueDenis Revunov1-0/+22
2023-08-23[BOLT][Instrumentation] Add test for append-pid optionDenis Revunov2-0/+216
2023-08-18[BOLT] Consider Code Fragments during regreassignhezuoqiang1-0/+64
2023-07-31[BOLT][test] Add missing stderr redirectionsAmir Ayupov2-3/+3
2023-07-31[BOLT] Fix instrumenting conditional tail callsAmir Ayupov1-1/+5
2023-06-15[BOLT] Sort BranchData in DataAggregatorAmir Ayupov1-1/+1
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta3-4/+4
2023-05-08[BOLT][test] Fix retpoline-synthetic.testAmir Aupov1-1/+0
2023-05-08[BOLT] Use MCInstPrinter in createRetpolineFunctionTagAmir Ayupov1-0/+7
2023-04-19[BOLT] Add bolt-runtime requirement to testsNathan Sidwell7-7/+7
2023-03-13[BOLT] Pass instrumentation-file arg for X86 xmm testVladislav Khmelevsky1-1/+2
2023-03-03[BOLT][Instrumentation] Preserve red zone for functions with tail calls onlyAmir Ayupov1-0/+51
2023-03-03[BOLT] Remove dependency on StringMap iteration orderMaksim Panchenko1-1/+1
2023-02-22[BOLT][AArch64] Replace NOP with adrp in AdrRelaxationPass to preserve relati...Denis Revunov1-0/+8
2023-02-19[BOLT] Attempt to fix bolt/test/runtime/AArch64/adrrelaxationpass.s after D14...Kristina Bessonova1-2/+2
2022-12-22[BOLT][TEST] Limit iterations in X86/exceptions-pic.testAmir Ayupov2-5/+10
2022-11-04adds huge pages support of PIE/no-PIE binariesAlexey Moksyakov1-0/+27
2022-10-29[llvm-objdump] Add --no-print-imm-hex to tests depending on it.Daniel Thornburgh1-1/+1
2022-10-12[BOLT] Add pass to fix ambiguous memory referencesRafael Auler2-0/+191
2022-10-07[BOLT][TEST] Fix section order testMaksim Panchenko1-2/+0
2022-10-07[BOLT] Change order of new sectionsMaksim Panchenko1-0/+12
2022-09-16[BOLT] Verify externally referenced blocks against jump table targetsAmir Ayupov2-0/+88
2022-09-14[BOLT] Preserve original LSDA type encodingrevunov.denis@huawei.com1-0/+41
2022-09-08[BOLT] Emit LSDA call sites for all fragmentsFabian Parzefall2-2/+102
2022-09-07[BOLT][TEST] Remove functions with dynamic exception specificationAmir Ayupov2-10/+2
2022-08-17[BOLT] Fix ignored LP at fragment startFabian Parzefall1-0/+167
2022-07-25[BOLT][TEST] Update fptr.testAmir Ayupov1-1/+1