aboutsummaryrefslogtreecommitdiff
path: root/bolt/lib/Core/BinarySection.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-08[BOLT][AArch64] Patch functions targeted by optional relocs (#138750)Maksim Panchenko1-10/+0
2025-04-04[BOLT] Skip out-of-range pending relocations (#116964)Paschalis Mpeis1-1/+26
2024-11-19[BOLT] Overwrite .eh_frame and .gcc_except_table (#116755)Maksim Panchenko1-0/+9
2024-02-21[BOLT] Fix memory leak in BinarySection (#82520)Maksim Panchenko1-12/+1
2024-02-12[BOLT][NFC] Propagate BOLTErrors from Core, RewriteInstance, and passes (2/2)...Amir Ayupov1-1/+1
2024-02-06[BOLT] Use new contents when emitting sections with relocations (#80782)Maksim Panchenko1-1/+2
2023-11-09[BOLT] Fix typos (#68121)spaette1-1/+1
2023-06-19[BOLT] Fix a warning in release buildsKazu Hirata1-0/+2
2023-06-19[BOLT] Implement composed relocationsJob Noorman1-17/+36
2023-05-11[BOLT] Fix flush pending relocsRafael Auler1-1/+1
2023-03-24[BOLT] Don't use section relocations when computing hash for data from other ...Denis Revunov1-4/+7
2023-02-22[BOLT] Fix data reoder for aarch64Vladislav Khmelevsky1-1/+1
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet1-1/+1
2022-10-13[BOLT] Section-handling refactoring/overhaulMaksim Panchenko1-2/+2
2022-10-07[BOLT] Change order of new sectionsMaksim Panchenko1-0/+2
2022-09-16[BOLT] Change base class of ExecutableFileMemoryManagerMaksim Panchenko1-1/+1
2022-08-18Revert "[BOLT][NFC] Simplify addRelocation"Amir Ayupov1-14/+0
2022-08-17[BOLT][NFC] Simplify addRelocationAmir Ayupov1-0/+14
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-1/+1
2021-12-20[BOLTCore] [NFC] Fix braces usages according to LLVMRafael Auler1-14/+7
2021-12-21[BOLT][NFC] Fix file-description commentsMaksim Panchenko1-1/+3
2021-12-08[PR] Fix update-debug-sections for AArch64Elvina Yakubova1-28/+8
2021-12-14[BOLT][NFC] Reformat with clang-formatMaksim Panchenko1-35/+20
2021-10-08Rebase: [NFC] Refactor sources to be buildable in shared modeRafael Auler1-0/+319