summaryrefslogtreecommitdiff
path: root/bolt/lib/Core/BinaryBasicBlock.cpp
AgeCommit message (Expand)Author
2025-11-07[BOLT] Remove redundant declarations (NFC) (#166893)Kazu Hirata
2025-10-08Reapply "[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries...Gergely Bálint
2025-10-07Revert "[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries ...Gergely Bálint
2025-10-07[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries with pac...Gergely Bálint
2025-08-25[BOLT] Fix handling of ambiguous jump table entries (#155291)Maksim Panchenko
2025-04-20[BOLT] Use llvm::unique (NFC) (#136513)Kazu Hirata
2024-07-02[BOLT] Drop macro-fusion alignment (#97358)Amir Ayupov
2024-05-14[BOLT][NFC] Simplify successor check (#91980)Nathan Sidwell
2024-02-12[BOLT][NFC] Log through JournalingStreams (#81524)Amir Ayupov
2023-08-28[BOLT] Calculate output values using BOLTLinkerJob Noorman
2023-08-21[BOLT] Calculate input to output address map using BOLTLinkerJob Noorman
2023-03-14[BOLT][NFC] Remove BB::getBranchInfo accepting MCSymbol ptrAmir Ayupov
2023-01-03[BOLT][NFC] Use llvm::reverseAmir Ayupov
2022-11-21[bolt] Use llvm::sys::RWMutex instead of std::shared_timed_mutexNico Weber
2022-08-24[BOLT] Towards FunctionLayout const-correctnessFabian Parzefall
2022-08-24Revert "[BOLT] Towards FunctionLayout const-correctness"Fabian Parzefall
2022-08-24[BOLT] Towards FunctionLayout const-correctnessFabian Parzefall
2022-08-18[BOLT] Make exception handling fragment awareFabian Parzefall
2022-06-23[BOLT][NFC] Use range-based STL wrappersAmir Ayupov
2022-06-16[BOLT][NFCI] Refactor interface for adding basic blocksMaksim Panchenko
2022-06-13[BOLT][NFC] Pass Function to BC.printInstructions in BinaryBasicBlock::dumpAmir Ayupov
2022-05-17[BOLT][NFC] Suppress unused variable warningsAmir Ayupov
2022-02-14[BOLT] Make order of jump table successors deterministicMaksim Panchenko
2021-09-07[BOLT] removeAllSuccessors: handle multiple edges between basic blocksAmir Ayupov
2021-12-20[BOLTCore] [NFC] Fix braces usages according to LLVMRafael Auler
2021-12-21[BOLT][NFC] Fix file-description commentsMaksim Panchenko
2021-12-14[BOLT][NFC] Reformat with clang-formatMaksim Panchenko
2021-12-08[BOLT] Use more ADT data structures for BinaryFunctionMaksim Panchenko
2021-11-11[BOLT] Fix Windows buildRafael Auler
2021-10-08Rebase: [NFC] Refactor sources to be buildable in shared modeRafael Auler