summaryrefslogtreecommitdiff
path: root/bolt/test/runtime
AgeCommit message (Expand)Author
2025-11-05[BOLT][NFC] Rename funtions with _negative suffix to _unknown when th… (#16...Elvina Yakubova
2025-11-05[BOLT][AArch64] Fix search to proceed upwards from memcpy call (#166182)Elvina Yakubova
2025-10-14[bolt] Fix typos discovered by codespell (#124726)Christian Clauss
2025-10-08Reapply "[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries...Gergely Bálint
2025-10-07Revert "[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries ...Gergely Bálint
2025-10-07[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries with pac...Gergely Bálint
2025-09-09[BOLT][AArch64] Inlining of Memcpy (#154929)YafetBeyene
2025-09-02[BOLT] Port additional test to internal shell (#156487)Aiden Grossman
2025-08-29[BOLT] Fix tests that were unresolved when using lit's internal shellAiden Grossman
2025-06-03[BOLT][AArch64] Fix error message for failed ADR relaxation (#142533)Maksim Panchenko
2025-05-09MC: Support quoted symbol namesFangrui Song
2025-04-16[BOLT][Instrumentation] Initial instrumentation support for RISCV64 (#133882)wangjue
2025-04-15[BOLT] Enable hugify for AArch64 (#117158)alekuz01
2025-04-14[BOLT] Support relative vtable (#135449)YongKang Zhu
2025-02-05[BOLT,test] Link against a shared object to test PLT (#125625)Fangrui Song
2025-01-24[BOLT][AArch64] Fix PLT optimization (#124192)Maksim Panchenko
2024-11-27[BOLT][test] enable GNU extensions, use C++ compiler, remove unnecessary targ...Raul Tambre
2024-11-21[BOLT] Avoid EH trampolines for PIEs/DSOs (#117106)Maksim Panchenko
2024-08-12[NFC][bolt][test] Change '|&' to '2>&1 |' for lit internal shell support (#10...Connie
2024-05-31[BOLT][DWARF][NFC] Added double escape characters (#93348)Sayhaan Siddiqui
2024-05-20[BOLT] Ignore special symbols as function aliases in updateELFSymbolTableAmir Ayupov
2024-05-11[BOLT] Fix race condition in a test (#91866)Maksim Panchenko
2024-05-07[BOLT] Add a test for BOLT-reserved space in a binary (#91399)Maksim Panchenko
2024-04-24[BOLT] Detect incorrect update of dynamic relocations (#89681)Maksim Panchenko
2024-04-11[BOLT] Fix handling of trailing entries in jump tables (#88444)Maksim Panchenko
2024-02-27[BOLT] Move test under X86 target. NFCI (#83202)Maksim Panchenko
2024-02-26[BOLT] Fix runtime/instrument-wrong-target.s test (#82858)Alexander Yermolovich
2023-12-06[BOLT] Fix a wrong compiler option in test (#74420)sinan
2023-11-27[BOLT][test] Replace /dev/null with temp file (#73485)Amir Ayupov
2023-11-20[BOLT] Fix C++ exceptions when LPStart is specified (#72737)Maksim Panchenko
2023-11-10[BOLT][AArch64] Fix strict usage during ADR Relax (#71377)Vladislav Khmelevsky
2023-11-09[BOLT] Fix typos (#68121)spaette
2023-11-08[BOLT] Support instrumentation hook via DT_FINI_ARRAY (#67348)Job Noorman
2023-11-08[BOLT][AArch64] Handle IFUNCS properly (#71104)Vladislav Khmelevsky
2023-10-10[BOLT] Err when linking objects of different architectures (#66770)Job Noorman
2023-10-02[BOLT] Support input binaries that use R_X86_GOTPC64Rafael Auler
2023-09-08[BOLT][test] Fix cross-compilation tests after D151920Elvina Yakubova
2023-09-01[BOLT][test] Enable exceptions_split tests for AArch64Elvina Yakubova
2023-08-31[BOLT][test] Move asm-dump.c to runtime/X86Amir Ayupov
2023-08-28[BOLT] BL/BH are considered aliases in regreassignhezuoqiang
2023-08-24[BOLT][Instrumentation][test] Fix testsElvina Yakubova
2023-08-24[BOLT] Add test for emitting trap valueDenis Revunov
2023-08-23[BOLT][Instrumentation] Add test for append-pid optionDenis Revunov
2023-08-18[BOLT] Consider Code Fragments during regreassignhezuoqiang
2023-07-31[BOLT][test] Add missing stderr redirectionsAmir Ayupov
2023-07-31[BOLT] Fix instrumenting conditional tail callsAmir Ayupov
2023-06-15[BOLT] Sort BranchData in DataAggregatorAmir Ayupov
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta
2023-05-08[BOLT][test] Fix retpoline-synthetic.testAmir Aupov
2023-05-08[BOLT] Use MCInstPrinter in createRetpolineFunctionTagAmir Ayupov