summaryrefslogtreecommitdiff
path: root/bolt/unittests/Core
Commit message (Expand)AuthorAgeFilesLines
* [BOLT] Add BOLT_TARGETS_TO_BUILDNathan Sidwell2023-04-211-15/+6
* [BOLT] Fix broken unittestsAmir Ayupov2022-12-111-1/+1
* [BOLT][NFC] Use std::optional in MCPlusBuilderAmir Ayupov2022-12-061-1/+1
* [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ONserge-sans-paille2022-09-231-0/+2
* Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson2022-08-251-2/+2
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-08-241-2/+2
* Use value instead of getValue (NFC)Kazu Hirata2022-08-061-1/+1
* Replace Optional::hasValue with has_value or operator bool. NFCFangrui Song2022-07-292-3/+3
* [BOLT] Fix getDynoStats to handle BCs with no functionsAmir Ayupov2022-06-302-0/+25
* [BOLT][NFCI] Refactor interface for adding basic blocksMaksim Panchenko2022-06-161-1/+1
* [BOLT][CMAKE] Fix DYLIB buildAmir Ayupov2022-05-131-2/+6
* [BOLT][perf2bolt] Fix base address calculation for shared objectsMaksim Panchenko2022-04-142-0/+86
* [BOLT] Fix X86MCPlusBuilder::replaceRegWithImmAmir Ayupov2022-02-281-0/+19
* [BOLT][NFC] Fix undefined behavior in encodeAnnotationImmAmir Ayupov2022-02-232-0/+27
* [BOLT][NFC] Report errors from createBinaryContext and RewriteInstance ctorAmir Ayupov2022-02-171-2/+2
* [BOLT-UnitTests] Fix shared libraries buildAmir Ayupov2022-02-041-6/+8
* [BOLT] Fix AARCH64 registers aliasingVladislav Khmelevsky2022-01-282-0/+139