summaryrefslogtreecommitdiff
path: root/llvm/lib/CAS
AgeCommit message (Expand)Author
2025-11-19[llvm] Use llvm::size (NFC) (#168675)Kazu Hirata
2025-11-16[CAS] Remove a redundant cast (NFC) (#168240)Kazu Hirata
2025-11-13Add missing `LLVM_ABI` annotations (#167718)Fabrice de Gans
2025-11-11[CAS] Fix AIX build (#159647)Steven Wu
2025-11-08[llvm] Remove unused local variables (NFC) (#167106)Kazu Hirata
2025-11-07[CAS] Fix msan error in ObjectStore::importObject() (#167051)Steven Wu
2025-11-07[CAS] Fix wrong usage of `llvm::sort()` in UnifiedOnDiskCache (#166963)Steven Wu
2025-11-03[CAS] Add UnifiedOnDiskCache and OnDiskCAS (#114103)Steven Wu
2025-10-21[CAS] OnDiskGraphDB - fix MSVC "not all control paths return a value" warning...Simon Pilgrim
2025-10-20[CAS] Add OnDiskGraphDB and OnDiskKeyValueDB (#114102)Steven Wu
2025-10-15[llvm] Remove redundant control flow statements (NFC) (#163509)Kazu Hirata
2025-10-06Re-land #161264: [CAS] Add OnDiskDataAllocator (#162112)Steven Wu
2025-10-06[CAS] Fix #161548 for broken build (#162116)Steven Wu
2025-10-06[CAS] Rename OnDiskTrieRawHashMap::pointer -> OnDiskPtr. NFC (#161548)Steven Wu
2025-10-06Revert "[CAS] Add OnDiskDataAllocator (#161264)"Nico Weber
2025-10-06[CAS] Add OnDiskDataAllocator (#161264)Steven Wu
2025-10-01Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NF...Simon Pilgrim
2025-09-29[CAS][CMake] Fix rhel bots missing symbol failure from #114100 (#161283)Steven Wu
2025-09-29[CAS] Fix a build failure on 32 bit system from #114100 (#161268)Steven Wu
2025-09-29[CAS] Add OnDiskTrieRawHashMap (#114100)Steven Wu
2025-09-29[LLVM][NFC] Fix Rule of Three/Five issues. (#160851)Marcos Maronas
2025-09-16[CAS] Fix alignment error from MappedFileRegionArena (#159128)Steven Wu
2025-09-16[CAS] Fix build for older macOS SDK (before 13.0) (#159133)Steven Wu
2025-09-15[CAS] Fix build failure from #114099 using gcc (#158697)Steven Wu
2025-09-15[CAS] Add MappedFileRegionArena (#114099)Steven Wu
2025-08-20[CAS] Add ActionCache to LLVMCAS Library (#114097)Steven Wu
2025-08-12[CAS] Fix a bug in CAS storeFromOpenFileImpl (#153315)Steven Wu
2025-08-12[CAS] Fix a link error introduced by CAS (#153235)Shilei Tian
2025-08-12[CAS] Add LLVMCAS library with InMemoryCAS implementation (#114096)Steven Wu