aboutsummaryrefslogtreecommitdiff
path: root/bolt/lib/Core/BinaryBasicBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-20[BOLT] Use llvm::unique (NFC) (#136513)Kazu Hirata1-2/+1
2024-07-02[BOLT] Drop macro-fusion alignment (#97358)Amir Ayupov1-39/+0
2024-05-14[BOLT][NFC] Simplify successor check (#91980)Nathan Sidwell1-5/+4
2024-02-12[BOLT][NFC] Log through JournalingStreams (#81524)Amir Ayupov1-18/+18
2023-08-28[BOLT] Calculate output values using BOLTLinkerJob Noorman1-1/+0
2023-08-21[BOLT] Calculate input to output address map using BOLTLinkerJob Noorman1-22/+0
2023-03-14[BOLT][NFC] Remove BB::getBranchInfo accepting MCSymbol ptrAmir Ayupov1-13/+0
2023-01-03[BOLT][NFC] Use llvm::reverseAmir Ayupov1-5/+4
2022-11-21[bolt] Use llvm::sys::RWMutex instead of std::shared_timed_mutexNico Weber1-1/+1
2022-08-24[BOLT] Towards FunctionLayout const-correctnessFabian Parzefall1-8/+10
2022-08-24Revert "[BOLT] Towards FunctionLayout const-correctness"Fabian Parzefall1-10/+8
2022-08-24[BOLT] Towards FunctionLayout const-correctnessFabian Parzefall1-8/+10
2022-08-18[BOLT] Make exception handling fragment awareFabian Parzefall1-1/+1
2022-06-23[BOLT][NFC] Use range-based STL wrappersAmir Ayupov1-1/+1
2022-06-16[BOLT][NFCI] Refactor interface for adding basic blocksMaksim Panchenko1-1/+1
2022-06-13[BOLT][NFC] Pass Function to BC.printInstructions in BinaryBasicBlock::dumpAmir Ayupov1-1/+1
2022-05-17[BOLT][NFC] Suppress unused variable warningsAmir Ayupov1-0/+1
2022-02-14[BOLT] Make order of jump table successors deterministicMaksim Panchenko1-2/+32
2021-09-07[BOLT] removeAllSuccessors: handle multiple edges between basic blocksAmir Ayupov1-1/+3
2021-12-20[BOLTCore] [NFC] Fix braces usages according to LLVMRafael Auler1-11/+7
2021-12-21[BOLT][NFC] Fix file-description commentsMaksim Panchenko1-1/+3
2021-12-14[BOLT][NFC] Reformat with clang-formatMaksim Panchenko1-40/+30
2021-12-08[BOLT] Use more ADT data structures for BinaryFunctionMaksim Panchenko1-1/+1
2021-11-11[BOLT] Fix Windows buildRafael Auler1-2/+3
2021-10-08Rebase: [NFC] Refactor sources to be buildable in shared modeRafael Auler1-0/+629