summaryrefslogtreecommitdiff
path: root/libc/src/__support/HashTable
AgeCommit message (Expand)Author
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-18[libc] Internal getrandom implementation (#144427)sribee8
2025-06-16[libc] Removed public function calls in table.h (#144168)sribee8
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-05-13[libc] Add proxy header for ENTRY type. (#139746)lntue
2024-11-18[libc] avoid type-punning with inactive union member (#116685)Schrodinger ZHU Yifan
2024-11-13[libc] Rename libc/src/__support/endian.h to endian_internal.h (#115950)Daniel Thornburgh
2024-07-20[libc] Added static casts to fix implicit conversion warnings in 32-bit systemsMikhail R. Gadelha
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-02[libc] add hashtable fuzzing (#87949)Schrodinger ZHU Yifan
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2024-01-27[libc] change PREFER_GENERIC to EXPLICIT_SIMD_OPT (#79486)Schrodinger ZHU Yifan
2024-01-24[libc][NFC] mark hashtable as resizable (#79354)Schrodinger ZHU Yifan
2024-01-08[libc] fix more -Wmissing-brace (#77382)Nick Desaulniers
2024-01-08[libc] fix -Wmissing-braces (#77345)Nick Desaulniers
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet
2023-12-04[libc] fix HashTable warnings and build problems (#74371)Schrodinger ZHU Yifan
2023-11-29[libc] Fix the GPU build for the hashing support (#73799)Joseph Huber
2023-11-28[libc] add PREFER_GENERIC flag (#73744)Schrodinger ZHU Yifan
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan