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-09-30Unittest to skip padding between buildid and filenames.Sriraman Tallam
2022-09-30[BOLT] Fixed some typosGabriel Ravier
2022-09-29[BOLT] Report BB reordering %-age vs profiled and total number of functionsAmir Ayupov
2022-09-29[PERF2BOLT] Fix unittest failureRafael Auler
2022-09-29[PERF2BOLT] Do not issue parsing error on weird build idsRafael Auler
2022-09-28[BOLT] Disable -lite when split function is presentHuan Nguyen
2022-09-23[BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ONserge-sans-paille
2022-09-22[BOLT] Fix (part of) dylib compatibilityserge-sans-paille
2022-09-22Revert "[bolt] Fix (part of) dylib compatibility"serge-sans-paille
2022-09-22[bolt] Fix (part of) dylib compatibilityserge-sans-paille
2022-09-19[BOLT] Control aggregation mode output profile file formatAmir Ayupov
2022-09-19Fix unused variable warnings:Kazu Hirata
2022-09-19[BOLT] Unifying implementations of ext-tspspupyrev
2022-09-19[BOLT] Remove duplicate types (NFC)Kazu Hirata
2022-09-18[BOLT] Use x.empty() instead of llvm::empty(x) (NFC)Kazu Hirata
2022-09-17[BOLT][NFC] Remove unreachable assertionMaksim Panchenko
2022-09-16[BOLT] Change base class of ExecutableFileMemoryManagerMaksim Panchenko
2022-09-16[BOLT] Fix empty function emission in non-relocation modeMaksim Panchenko
2022-09-16[BOLT] Verify externally referenced blocks against jump table targetsAmir Ayupov
2022-09-14[BOLT] Preserve original LSDA type encodingrevunov.denis@huawei.com
2022-09-14[BOLT] Stop using std::iterator (NFC)Kazu Hirata
2022-09-09[BOLT] Add test checking LP trampolines in multi-splitFabian Parzefall
2022-09-09[BOLT] Emit LSDA call sites for all fragmentsFabian Parzefall
2022-09-09[BOLT] Fragment all blocks (not just outlineable blocks)Fabian Parzefall
2022-09-09[BOLT] Restrict ICP for functions with unknown control flowAmir Ayupov
2022-09-09[BOLT] Change reorder-blocks deprecated option warning outputAmir Ayupov
2022-09-09[BOLT] Introduce SplitStrategy ABCFabian Parzefall
2022-09-08[BOLT][TEST] Remove functions with dynamic exception specificationAmir Ayupov
2022-09-08[BOLT] Distinguish sections in heatmapFabian Parzefall
2022-09-03Drop empty string literals from static_assert (NFC)Kazu Hirata
2022-09-03Use llvm::lower_bound (NFC)Kazu Hirata
2022-09-03[BOLT] Use range-based for loops (NFC)Kazu Hirata
2022-08-29Use StringRef::contains (NFC)Kazu Hirata
2022-08-28[BOLT][NFC] Use llvm::any_ofAmir Ayupov
2022-08-27[BOLT][UTILS] Stash including untracked in nfc-check-setupAmir Ayupov
2022-08-26[BOLT][DWARF] Fix updating CU that has no entry in .debug_addrAlexander Yermolovich
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson
2022-08-25[BOLT][AArch64] Handle references to the middle of Constant IslandsDenis Revunov
2022-08-25[BOLT] Track fragment info for all split fragmentsFabian Parzefall
2022-08-25[BOLT] Allocate FunctionFragment on heapFabian Parzefall
2022-08-25[BOLT] Towards FunctionLayout const-correctnessFabian Parzefall
2022-08-24Revert "[BOLT] Towards FunctionLayout const-correctness"Fabian Parzefall
2022-08-24Revert "[BOLT] Allocate FunctionFragment on heap"Fabian Parzefall
2022-08-24Revert "[BOLT] Track fragment info for all split fragments"Fabian Parzefall
2022-08-24[BOLT] Track fragment info for all split fragmentsFabian Parzefall
2022-08-24[BOLT] Allocate FunctionFragment on heapFabian Parzefall
2022-08-24[BOLT] Towards FunctionLayout const-correctnessFabian Parzefall
2022-08-24[bolt] Fix a test affected by D131589.Simon Tatham
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson
2022-08-24[BOLT][NFC] Move out handleAArch64IndirectCallAmir Ayupov