aboutsummaryrefslogtreecommitdiff
path: root/bolt/test
AgeCommit message (Expand)AuthorFilesLines
2022-12-23[BOLT][AArch64] Handle adrp+ld64 linker relaxationsVladislav Khmelevsky2-0/+211
2022-12-14[BOLT][DWARF] Fix for Handle zero size DW_TAG_inlined_subroutineAlexander Yermolovich1-138/+218
2022-12-07[BOLT] Handle access errors while reading profileMaksim Panchenko1-0/+13
2022-12-07[BOLT][DWARF] Don't create extra .debug_str_offsets contributionsAlexander Yermolovich1-0/+304
2022-11-22[bolt] Stop setting config.llvm_plugin_ext in lit.site.cfg.py.inNico Weber1-1/+0
2022-11-22[BOLT][DWARF] Re-enable DWARF5 for asm-func-debug testsAlexander Yermolovich2-8/+8
2022-11-18[bolt] Pass %cflags in test/X86/is-strip.sNico Weber1-1/+1
2022-11-18[bolt] Make test/X86/end-symbol.test not use "tac"Nico Weber1-1/+1
2022-11-18[bolt] Clean up lit site cfg files a bitNico Weber2-5/+1
2022-11-04[BOLT] Always move JTs in jump-table=moveRafael Auler2-0/+142
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 Thornburgh2-2/+2
2022-10-25[BOLT][TEST] Add pseudoprobe-decoding testsAmir Ayupov2-0/+191
2022-10-25[BOLT] Add mold-style PLT supportMaksim Panchenko2-0/+405
2022-10-19[BOLT][DWARF] Add support for DW_FORM_addr for DW_AT_call_return_pcAlexander Yermolovich2-0/+576
2022-10-18[BOLT] Fix instruction encoding validationMaksim Panchenko1-0/+31
2022-10-13[BOLT] Section-handling refactoring/overhaulMaksim Panchenko1-2/+0
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] Testcase to repro dyn reloc bugRafael Auler2-0/+88
2022-10-07[BOLT] Change order of new sectionsMaksim Panchenko1-0/+12
2022-10-07[BOLT] Fix writing out unmarked .eh_frame sectionMaksim Panchenko1-0/+27
2022-10-07[BOLT] Properly set _end symbolMaksim Panchenko1-0/+9
2022-09-19[BOLT] Control aggregation mode output profile file formatAmir Ayupov1-1/+19
2022-09-16[BOLT] Fix empty function emission in non-relocation modeMaksim Panchenko1-0/+30
2022-09-16[BOLT] Verify externally referenced blocks against jump table targetsAmir Ayupov4-1/+156
2022-09-14[BOLT] Preserve original LSDA type encodingrevunov.denis@huawei.com1-0/+41
2022-09-08[BOLT] Add test checking LP trampolines in multi-splitFabian Parzefall1-0/+191
2022-09-08[BOLT] Emit LSDA call sites for all fragmentsFabian Parzefall3-2/+220
2022-09-07[BOLT][TEST] Remove functions with dynamic exception specificationAmir Ayupov2-10/+2
2022-08-25[BOLT][DWARF] Fix updating CU that has no entry in .debug_addrAlexander Yermolovich3-0/+358
2022-08-25[BOLT][AArch64] Handle references to the middle of Constant IslandsDenis Revunov1-0/+39
2022-08-24[bolt] Fix a test affected by D131589.Simon Tatham1-3/+3
2022-08-19[DWARF][BOLT] Fix handling of converting range accesss from ofset to index.Alexander Yermolovich1-0/+5
2022-08-18[BOLT] Add randomN split strategyFabian Parzefall1-2/+7
2022-08-18[BOLT] Add split all blocks strategyFabian Parzefall2-2/+86
2022-08-18[BOLT][AArch64] Ignore functions with islandsInfo during VeneerEliminarion an...Denis Revunov1-0/+34
2022-08-17[BOLT][DWARF] Handle zero size DW_TAG_inlined_subroutineAlexander Yermolovich1-0/+364
2022-08-17[BOLT] Fix ignored LP at fragment startFabian Parzefall1-0/+167
2022-08-17[DWARF][BOLT] Handle getBinaryFunctionContainingAddress returning nullptr for...Alexander Yermolovich3-0/+604
2022-08-01[BOLT][DWARF] Fix handling of multiple DW_OP_addrx in an expressionAlexander Yermolovich1-0/+445
2022-07-30Revert "[BOLT] Ignore functions accessing false positive jump tables"Amir Ayupov1-49/+0
2022-07-29Add BAT testing frameworkRafael Auler4-0/+200
2022-07-28[BOLT] Ignore functions accessing false positive jump tablesHuan Nguyen1-0/+49
2022-07-28[BOLT] Add BinaryContext::IsStrippedHuan Nguyen1-0/+10
2022-07-26[bolt,AArch64] Fix one more test failure from D130358.Simon Tatham1-9/+5
2022-07-25[BOLT][TEST] Update fptr.testAmir Ayupov1-1/+1
2022-07-22[BOLT] Handle broken .dynsym in stripped binariesHuan Nguyen2-0/+41
2022-07-22[BOLT][DWARF] Fix bolt/test/X86/shared-abbrev.szr331-4/+2
2022-07-18[BOLT][DWARF] Fix incorrect DW_AT_type offset for unittestzr334-22/+22