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
AgeCommit message (Expand)Author
2022-11-02Honor LLVM_LIBDIR_SUFFIXserge-sans-paille
2022-08-08[BOLT] Upgrade to C++17Kazu Hirata
2022-05-05[BOLT][CMAKE] Check build target architecture for runtime libsAmir Ayupov
2022-04-23[BOLT][CMAKE] Simplify Clang/LLD identificationAmir Ayupov
2022-04-15[BOLT][NFC] Use LLVM_REVISION instead of BOLT_VERSION_STRINGAmir Ayupov
2022-04-05[BOLT] Fix plt relocations symbol matchVladislav Khmelevsky
2022-03-07Revert "Add CMake option not to build BOLT tests"Yi Kong
2022-03-07Add CMake option not to build BOLT testsYi Kong
2022-01-27[BOLT] Prepare BOLT for unit-testingVladislav Khmelevsky
2022-01-15[BOLT][CMAKE] Accept BOLT_CLANG_EXE and BOLT_LLD_EXEAmir Ayupov
2022-01-15[BOLT][CMAKE] Use IN_LIST checkAmir Ayupov
2021-12-24[BOLT][DOCS] Build doxygen documentationAmir Ayupov
2021-12-23Re-enable Windows build and fix issuesRafael Auler
2021-12-16Fix install-bolt_rt dependenciesRafael Auler
2021-12-15Add bolt target to cmakeRafael Auler
2021-12-11Disable Windows buildRafael Auler
2021-11-12[BOLT] Fix Windows buildRafael Auler
2021-10-26[BOLT] Improve cmake configs for opensourceRafael Auler
2021-10-08Rebase: [NFC] Refactor sources to be buildable in shared modeRafael Auler
2019-07-25[BOLT] Support instrumentation via runtime libraryRafael Auler
2019-06-05Compile Bolt using std 14.laith sakka
2018-06-22[BOLT] Add initial bolt-only test infraRafael Auler
2018-05-04[BOLT] Getting open-source readyMaksim Panchenko
2018-03-09[BOLT] Introduce MCPlus layerMaksim Panchenko
2017-12-08[BOLTDIFF] Add a tool to audit performance differencesRafael Auler
2017-11-15[BOLT] Refactor global symbol handling code.Bill Nell
2018-02-07[BOLT rebase] Rebase fixes on top of LLVM Feb2018Rafael Auler
2018-01-24[BOLT] Refactoring - add BinarySection classBill Nell
2017-12-14[BOLT] New profile formatMaksim Panchenko
2017-11-28[BOLT] Major overhaul of profiling in BOLTMaksim Panchenko
2017-10-17updating cache metricsspupyrev
2017-09-02[BOLT] Integrate perf2bolt into llvm-boltRafael Auler
2017-06-14[BOLT] Call Distance MetricBohan Ren
2017-05-25Add .bolt_info notes section containing BOLT revision and command line args.Bill Nell
2017-03-03[BOLT] Detect and handle __builtin_unreachable().Maksim Panchenko
2017-02-17[BOLT] Move BOLT passes under Passes subdirectory (NFC).Maksim Panchenko
2016-12-05Add a frame optimization passRafael Auler
2016-06-01Move debug-handling code into DWARFRewriter (NFC).Maksim Panchenko
2016-06-17Refactoring of the reordering algorithmsTheodoros Kasampalis
2016-04-16Optimize calls to functions that are a single unconditional jumpGabriel Poesia
2016-04-08Tool to merge .fdata files.Maksim Panchenko
2016-04-08Group debugging info representation and serialization code.Gabriel Poesia
2016-04-01Update DWARF location lists after optimization.Gabriel Poesia
2016-03-29Update DWARF lexical blocks address ranges.Gabriel Poesia
2016-03-17Update subroutine address ranges in binary.Gabriel Poesia
2016-03-11Write updated .debug_aranges section after optimizations.Gabriel Poesia
2016-02-26BOLT: Read and tie .debug_line info to IR.Gabriel Poesia
2016-02-06Rename binary optimizer to BOLT.Maksim Panchenko
2015-11-24Refactoring llvm-flo.cpp into a new class RewriteInstance, NFC.Rafael Auler
2015-11-06Teach llvm-flo how to read .eh_frame information from binariesRafael Auler