Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bolt/test
AgeCommit message (Expand)Author
2022-03-12[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
2022-03-09[BOLT] Move some of the tests to common directoryVladislav Khmelevsky
2022-03-09[BOLT] Handle ifuncs trampolines for aarch64Vladislav Khmelevsky
2022-03-08[BOLT] CMOVConversion passAmir Ayupov
2022-03-02[BOLT] Enable PLT analysis for aarch64Vladislav Khmelevsky
2022-03-02[BOLT][test] Fix function size in test caseMaksim Panchenko
2022-03-01[BOLT] Fix X86MCPlusBuilder::replaceRegWithImmAmir Ayupov
2022-02-25[BOLT][DWARF] Fix how DW_AT_high_pc [DW_FORM_udata] is handledAlexander Yermolovich
2022-02-24[BOLT] Support PC-relative relocations with addendsMaksim Panchenko
2022-02-16[BOLT] Update dynamic relocations from section relocationsVladislav Khmelevsky
2022-02-16[BOLT][DWARF] Add ability to insert new entries in to DIEAlexander Yermolovich
2022-02-15[BOLT] Fix aarch64 dwarf testVladislav Khmelevsky
2022-02-14[BOLT] Make order of jump table successors deterministicMaksim Panchenko
2022-02-14[BOLT] Skip warning message if no functions were ignoredMaksim Panchenko
2022-02-09[BOLT][DWARF] Remove caching of ranges/abbrevsAlexander Yermolovich
2022-02-08[BOLT][TEST] Add .so instrumentation testAmir Ayupov
2022-02-08[BOLT] Add ld.lld substitutionAmir Ayupov
2022-02-08[BOLT] Add aarch64 support for peephole passesVladislav Khmelevsky
2022-02-07[BOLT] Refactor heatmap to be standalone toolVladislav Khmelevsky
2022-02-04[BOLT][TEST] Add section flags for .gcc_except_tableAmir Ayupov
2022-02-03[BOLT][TEST] Add heatmap.testAmir Ayupov
2022-01-31[BOLT][DWARF] Handle shared abbrev sectionAlexander Yermolovich
2022-01-31[BOLT][TEST] Fix building some tests with clang-14 by passing -no-pieAmir Ayupov
2022-01-27[BOLT][DWARF] Fix gdb index sectionAlexander Yermolovich
2022-01-27[BOLT][TEST] Adjust tests for BOLT_CLANG_EXE=clang-{6..9}Amir Ayupov
2022-01-27[BOLT] Fix DWARFv5 for aarch64Vladislav Khmelevsky
2022-01-27[BOLT] Prepare BOLT for unit-testingVladislav Khmelevsky
2022-01-25DWARFv5 default: Switch bolt tests to use DWARFv4 since Bolt doesn't support ...David Blaikie
2022-01-19[BOLT] Remove unreachable uncond branch after returnVladislav Khmelevsky
2022-01-19[BOLT][CMAKE] Use BOLT_CLANG_EXE and BOLT_LLD_EXE as isAmir Ayupov
2022-01-18updateDWARFObjectAddressRanges: nullify low pcVladislav Khmelevsky
2022-01-18[BOLT][TEST] Update exceptions-instrumentation.testAmir Aupov
2022-01-15[BOLT][CMAKE] Accept BOLT_CLANG_EXE and BOLT_LLD_EXEAmir Ayupov
2022-01-12[BOLT][TEST] Move exceptions-instrumentation.test to X86Amir Ayupov
2021-12-23Re-enable Windows build and fix issuesRafael Auler
2021-12-21[BOLT] Don't use ld.lld in testsRafael Auler
2021-12-19[BOLT] Move disassemble optimizations to optimization passesVladislav Khmelevsky
2021-12-16Fix frameopt crash when processing POPFRafael Auler
2021-12-08[PR] Fix update-debug-sections for AArch64Elvina Yakubova
2021-12-02[BOLT] Split functions: support fragments with multiple parentsAmir Ayupov
2021-12-07[BOLT][DWARF] Force allocation of debug_line in RuntimeDyldMaksim Panchenko
2021-12-02[BOLT] Add pass to normalize CFGMaksim Panchenko
2021-12-04[BOLT][TESTS] Move debugTypesBug.s test into binary testsAmir Ayupov
2021-12-02[BOLT] Tail duplication: disable const/copy propagation by default as a worka...Amir Ayupov
2021-11-25[BOLT] Tail Duplication: fix jump table checkAmir Ayupov
2021-11-25[BOLT] Tail Duplication: skip unreachable blocksAmir Ayupov
2021-11-24[BOLT][TEST] Fix runtime/X86/retpoline-synthetic.testAmir Ayupov
2021-11-14[PR] Fix ShrinkWrapping pop orderVladislav Khmelevsky
2021-11-18[BOLT] Fix tailcall-traps and basic-instr tests on ubuntuRafael Auler
2021-11-16[BOLT][TEST] Add llvm-boltdiff to build/test requirementsAmir Ayupov