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
AgeCommit message (Expand)Author
2022-05-19[BOLT] Testcase to repro R_X86_64_REX_GOTPCRELX bugRafael Auler
2022-05-18[BOLT][NFC] Suppress unused variable warningsAmir Ayupov
2022-05-18[BOLT][NFC] Move BinaryDominatorTree out of BinaryLoop headerAmir Ayupov
2022-05-14[BOLT] Fix merge-fdata handling of BAT profilesRafael Auler
2022-05-13[BOLT][CMAKE] Fix DYLIB buildAmir Ayupov
2022-05-13[BOLT][TEST] Fix testing on macosAmir Ayupov
2022-05-13[BOLT][NFC] Use refs for loop variables to avoid copiesAmir Ayupov
2022-05-13[BOLT][NFC] Suppress unused variable warningsAmir Ayupov
2022-05-13[BOLT][CMAKE] Add missing clauses to bolt/runtime/CMakeLists.txtAmir Ayupov
2022-05-12[BOLT][NFC] Use BitVector::set_bitsAmir Ayupov
2022-05-11[BOLT][NFC] Add MCPlus::primeOperands iterator_rangeAmir Ayupov
2022-05-11[BOLT][TEST] Remove -gdwarf-4 override from %cflagsAmir Ayupov
2022-05-11[BOLT] Add icp-inline optionAmir Ayupov
2022-05-09[BOLT][DWARF] Fix assert for split dwarf.Alexander Yermolovich
2022-05-06[BOLT][DWARF] Add version 5 split dwarf supportAlexander Yermolovich
2022-05-05[BOLT] Report per-section hotness in bolt-heatmap.Rahman Lavaee
2022-05-05[BOLT][CMAKE] Check build target architecture for runtime libsAmir Ayupov
2022-05-05[BOLT][NFC] Move getInliningInfo out of Inliner classAmir Ayupov
2022-05-05[BOLT][NFC] Minor cleanup in ICP getCallTargets and canPromoteCallsiteAmir Ayupov
2022-05-04[BOLT][NFC] Fix MCPlusBuilder::getAliases caching behaviorAmir Ayupov
2022-05-04[BOLT] Fix ICPJumpTablesTopN option useAmir Ayupov
2022-05-04[BOLT][NFC] Make ICP options naming uniformAmir Ayupov
2022-05-04[BOLT][NFC] ICP: simplify findTargetsIndexAmir Ayupov
2022-05-04[BOLT][NFC] Refactor ICP::findCallTargetSymbolsAmir Ayupov
2022-05-04[BOLT][CMAKE] Fix llvm-bolt-fuzzer buildAmir Ayupov
2022-05-04[BOLT][TEST] Fix test failures on AArch64 builderAmir Ayupov
2022-05-03Revert "[BOLT][TEST] Fix test failures on AArch64 builder"Amir Ayupov
2022-05-03[BOLT][TEST] Fix test failures on AArch64 builderAmir Ayupov
2022-05-03[BOLT] [NFC] Remove unused variablePaul Kirth
2022-04-30[BOLT][NFC] Reduce Target/{AArch64,X86} dependenciesAmir Ayupov
2022-04-28[BOLT] Fix r_aarch64_prelxx testAlexey Moksyakov
2022-04-27[BOLT][NFC] Fix warning for unqualified call to std::movePaul Kirth
2022-04-25[BOLT] Refactor DataAggregator::printLBRHeatMap.Rahman Lavaee
2022-04-23[BOLT][CMAKE] Simplify Clang/LLD identificationAmir Ayupov
2022-04-22[BOLT][DWARF] Implement monolithic DWARF5Alexander Yermolovich
2022-04-21[BOLT] Add R_AARCH64_PREL16/32/64 relocations supportAlexey Moksyakov
2022-04-21[BOLT] Fix build with GCC 7.3.0Vladislav Khmelevsky
2022-04-21[BOLT] Add fuzzy function name matching for LLVM LTOMaksim Panchenko
2022-04-21[BOLT][DWARF] Handle Error returned by visitLocationListAlexander Yermolovich
2022-04-20Speculatively fix build botsAaron Ballman
2022-04-20Speculatively fix build botsAaron Ballman
2022-04-15[BOLT] Check if LLVM_REVISION is definedAmir Ayupov
2022-04-15[BOLT][NFC] Use LLVM_REVISION instead of BOLT_VERSION_STRINGAmir Ayupov
2022-04-14[BOLT][perf2bolt] Fix base address calculation for shared objectsMaksim Panchenko
2022-04-13[BOLT] Update skipRelocation for aarch64Vladislav Khmelevsky
2022-04-13[BOLT][TEST] Add -no-pie to two testsAmir Ayupov
2022-04-13[BOLT][TEST] Remove -no-pie from cflags/cxxflagsAmir Ayupov
2022-04-13[BOLT] Ignore PC-relative relocations from data to dataMaksim Panchenko
2022-04-13[BOLT] Fix data race in shortenInstructionsAmir Ayupov
2022-04-13[BOLT] Fix two aarch64 testsVladislav Khmelevsky