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-04[BOLT] Always move JTs in jump-table=moveRafael Auler
2022-10-14[BOLT] Section-handling refactoring/overhaulMaksim Panchenko
2022-10-13[BOLT] Add pass to fix ambiguous memory referencesRafael Auler
2022-10-07[BOLT] Properly set _end symbolMaksim Panchenko
2022-09-18[BOLT] Use x.empty() instead of llvm::empty(x) (NFC)Kazu Hirata
2022-09-16[BOLT] Fix empty function emission in non-relocation modeMaksim Panchenko
2022-09-14[BOLT] Preserve original LSDA type encodingrevunov.denis@huawei.com
2022-09-09[BOLT] Emit LSDA call sites for all fragmentsFabian Parzefall
2022-08-25[BOLT] Allocate FunctionFragment on heapFabian Parzefall
2022-08-24Revert "[BOLT] Allocate FunctionFragment on heap"Fabian Parzefall
2022-08-24[BOLT] Allocate FunctionFragment on heapFabian Parzefall
2022-08-19[BOLT] Generate sections for multiple fragmentsFabian Parzefall
2022-08-19[BOLT] Make exception handling fragment awareFabian Parzefall
2022-08-19[BOLT] Support passing fragments to code emissionFabian Parzefall
2022-08-18[BOLT] Fix ignored LP at fragment startFabian Parzefall
2022-08-18[BOLT] Add main fragment to function layoutFabian Parzefall
2022-07-17[BOLT] Add function layout classFabian Parzefall
2022-07-11Revert "Rebase: [Facebook] [MC] Introduce NeverAlign fragment type"spupyrev
2022-07-11Rebase: [Facebook] [MC] Introduce NeverAlign fragment typeRafael Auler
2022-06-24[BOLT][NFC] Use range-based STL wrappersAmir Ayupov
2022-06-20[BOLT] Split functions with exceptions in shared objects and PIEsMaksim Panchenko
2022-06-11[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-06-05[bolt] Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-06-02[BOLT][NFC] Fix braces in BinaryEmitterMaksim Panchenko
2022-03-31[BOLT] AArch64: Emit text objectsVladislav Khmelevsky
2022-03-27[BOLT] Align constant islands to 8 bytesVladislav Khmelevsky
2022-03-15[BOLT] Set cold sections alignment explicitlyVladislav Khmelevsky
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2022-01-19[BOLT][NFC] Move Offset annotation to Group 1Amir 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-15[BOLT][NFC] Reformat with clang-formatMaksim Panchenko
2021-12-09[BOLT] Use more ADT data structures for BinaryFunctionMaksim Panchenko
2021-10-08Rebase: [NFC] Refactor sources to be buildable in shared modeRafael Auler