| Commit message (Expand) | Author | Age |
* | Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin... | Martijn Vels | 2023-02-14 |
* | Merge pull request #1381 from trishvl:master | Copybara-Service | 2023-02-13 |
|\ |
|
| * | Solving issue with implied SSE when running ARM64EC | Trish Lam | 2023-02-06 |
|/ |
|
* | `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ... | Abseil Team | 2023-02-03 |
* | Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls | Martijn Vels | 2023-01-27 |
* | Introduce Abseil Prefetch API | Martijn Vels | 2023-01-26 |
* | Separate DLL export/import for test helpers dll, and fix typo. | Mike Kruskal | 2023-01-25 |
* | Add absl::is_constant_evaluated for pre-c++20 support | Martijn Vels | 2023-01-20 |
* | Update the Abseil minumum GCC version to GCC 7, which is | Derek Mauro | 2023-01-19 |
* | Rollback of PR #1349: direct_mmap: Use off_t on linux... | Abseil Team | 2023-01-10 |
* | Merge pull request #1349 from kraj:remove-off64_t | Copybara-Service | 2023-01-06 |
|\ |
|
* | | Remove ABSL_INTERNAL_UNREACHABLE | Derek Mauro | 2023-01-04 |
| * | direct_mmap: Use off_t on linux | Khem Raj | 2022-12-28 |
|/ |
|
* | Add a comment about the layout of the fields in ThreadIdentity | Abseil Team | 2022-12-28 |
* | Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE() | Derek Mauro | 2022-12-22 |
* | Add a NOLINT to ABSL_UNREACHABLE() to disable the clang-tidy warning | Derek Mauro | 2022-12-22 |
* | Adds ABSL_UNREACHABLE(), a public symbol to replace ABSL_INTERNAL_UNREACHABLE | Derek Mauro | 2022-12-21 |
* | Tagged most functions in absl/time/time.h as ABSL_ATTRIBUTE_CONST_FUNCTION or... | Abseil Team | 2022-12-20 |
* | Fix throw_delegate_test when using libc++ with shared libraries | Derek Mauro | 2022-11-10 |
* | Refactor the throw_delegate test into separate test cases | Derek Mauro | 2022-11-10 |
* | Enforce Visual Studio 2017 (MSVC++ 15.0) minumum | Derek Mauro | 2022-10-26 |
* | Use the `-l` form for MinGW-specific link dependencies | Russell Johnston | 2022-10-15 |
* | Configure ABSL_CACHE_ALIGNED for clang-like and MSVC toolchains. | Abseil Team | 2022-10-07 |
* | Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtins | Copybara-Service | 2022-10-06 |
|\ |
|
| * | Fix more clang deprecated builtins | Keith Smiley | 2022-10-04 |
|/ |
|
* | Removes the legacy spellings of the thread annotation macros/functions | Derek Mauro | 2022-10-03 |
* | `absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int... | Abseil Team | 2022-09-28 |
* | Split configuration related to cycle clock into separate headers | Abseil Team | 2022-09-26 |
* | Change the macro ABSL_IS_TRIVIALLY_RELOCATABLE into a type trait - absl::is_t... | Evan Brown | 2022-09-20 |
* | Fix "unsafe narrowing" warnings in absl, 8/n. | Abseil Team | 2022-09-12 |
* | Fix "unsafe narrowing" warnings in absl, 10/n. | Abseil Team | 2022-09-08 |
* | Rollback of fix "unsafe narrowing" warnings in absl, 8/n. | Derek Mauro | 2022-09-01 |
* | Fix "unsafe narrowing" warnings in absl, 8/n. | Abseil Team | 2022-09-01 |
* | Fixed header guards to match style guide conventions. | Abseil Team | 2022-08-31 |
* | spinlock.h: Clean up includes | Abseil Team | 2022-08-24 |
* | Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ... | Abseil Team | 2022-08-17 |
* | Delete #include. | Kim Hyun | 2022-08-11 |
* | - Fix deprecated header in visual studio version 17.3.0 C++20 | Hyun | 2022-08-10 |
* | Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl. | Abseil Team | 2022-08-05 |
* | Map the absl::is_trivially_* functions to their std impl | Abseil Team | 2022-08-05 |
* | Fix "unsafe narrowing" warnings in absl, 2/n. | Abseil Team | 2022-08-01 |
* | Fix "unsafe narrowing" warnings in absl, 1/n. | Abseil Team | 2022-07-28 |
* | Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for u... | Evan Brown | 2022-07-27 |
* | Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (up... | Andy Getzendanner | 2022-07-20 |
* | Move Abseil to C++14 minimum | Derek Mauro | 2022-07-06 |
* | PR #1197: absl/base/internal/direct_mmap.h: fix musl build on mips | Fabrice Fontaine | 2022-06-16 |
* | absl/base/internal/invoke: Ignore bogus warnings on GCC >= 11 | Dino Radakovic | 2022-06-16 |
* | Reformulate documentation of ABSL_LOCKS_EXCLUDED. | Abseil Team | 2022-06-10 |
* | absl/base/internal/invoke.h: Use ABSL_INTERNAL_CPLUSPLUS_LANG for language ve... | Dino Radakovic | 2022-06-09 |
* | Fix C++17 constexpr storage deprecation warnings | Derek Mauro | 2022-06-09 |