llvm-project/libcxx/utils
Louis Dionne ddb2baf9fb [libc++] Make sure we don't cache DSL functions too aggressively
To make sure we don't store a mutable object (which could be modified by
outside code without us noticing) as the cache key, we pickle the cache
key to get a byte stream. If two keys are unequal, we know for sure they
will not have the same pickling. And if they are equal, there's a large
chance they will have the same pickling. If they don't, we might end up
not reusing a cached entry when we could have, but at least the behavior
we'll have is semantically correct.
2020-10-09 10:22:46 -04:00
..
ci [libc++] Use the existing CMake caches when running build bots 2020-10-07 09:30:11 -04:00
docker [libc++] Use LLVM 11 instead of trunk on build bots 2020-09-14 15:12:13 -04:00
gdb/libcxx Desugar class type for iterator lookup. 2020-07-14 11:37:03 -07:00
google-benchmark [M680x0] Add google/benchmark's CycleTimer support for M68K 2020-10-07 14:58:36 -07:00
libcxx [libc++] Make sure we don't cache DSL functions too aggressively 2020-10-09 10:22:46 -04:00
symcheck-blacklists
cat_files.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
generate_feature_test_macro_components.py [libc++] NFC: Reindent the feature test macro generation script 2020-09-22 17:40:14 -04:00
graph_header_deps.py [libc++] Add utility to generate and display libc++'s header dependency 2020-02-15 18:47:17 -05:00
merge_archives.py [libcxx] Don't pass -s to libtool 2020-09-28 14:50:09 -07:00
run.py [libcxx][lit] Simplify parsing of trailing executor arguments 2020-07-21 09:03:45 +01:00
ssh.py [libcxx][lit] Add support for custom ssh/scp flags in ssh.py 2020-10-06 11:38:52 +01:00
sym_diff.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
sym_extract.py Make the sym_diff utilities more useful. 2019-02-12 00:00:43 +00:00
sym_match.py [libcxx] As part of using inclusive language within the llvm 2020-06-19 21:37:11 -07:00