Sign in
android
/
toolchain
/
libcxx
Clone this repo:
Branches
main
llvm-r316199
llvm-r353983
master
upstream-master
Tags
llvm-svn.349610
llvm-svn.344140
llvm-svn.339409
llvm-svn.328903
llvm-svn.326829
68d17cf
Merge 712d476de for LLVM update to 353983
by Yi Kong
· 6 years ago
llvm-r353983
main
master
712d476
[libcxx] Do not assume the number of elements in a moved-from associative container
by Louis Dionne
· 6 years ago
af15bb4
[libc++] Avoid UB in the no-exceptions mode in a few places
by Louis Dionne
· 6 years ago
f759756
[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt
by Petr Hosek
· 6 years ago
e88eb48
Don't declare fenv.h functions when they're a macro.
by Eric Fiselier
· 6 years ago
199f01c
Make the sym_diff utilities more useful.
by Eric Fiselier
· 6 years ago
ecc2c08
Add fenv.h header
by Eric Fiselier
· 6 years ago
fc1ec36
[libcxx] Preserve order, avoid duplicates when merging static archives
by Petr Hosek
· 6 years ago
c882476
The new file header didn't get carried over when these files were
by Chandler Carruth
· 6 years ago
b20da37
Update some newly added files that mistakenly used the old file header
by Chandler Carruth
· 6 years ago
d47c19a
fix -Wextra-semi warnings
by Eric Fiselier
· 6 years ago
bc41582
Make LIBCXX_STANDARD_VER configurable
by Eric Fiselier
· 6 years ago
b9a4d07
Format sym_extract.py output to minimize diff output.
by Eric Fiselier
· 6 years ago
25c089e
Add missing symbols to Apple v2 abi list.
by Eric Fiselier
· 6 years ago
e8be871
Add ABI list directories for 8.0
by Eric Fiselier
· 6 years ago
e4dbc70
Mark another test as flaky
by Kamil Rytarowski
· 6 years ago
1603203
[libcxx] Support runtimes and monorepo locations for tests
by Petr Hosek
· 6 years ago
b72412d
Add static_asserts to tuple's comparison operators to enforce the requirement that the tuples be the same size. See PR39183 for an example where we give unexpected results for this bad input case. With this change, we will reject it at compile-time
by Marshall Clow
· 6 years ago
0c92250
Add UBSAN annotation to __hash_table::rehash; we don't do anything wrong, but UBSAN's checker flags it as suspicious. See PR38606. NFC
by Marshall Clow
· 6 years ago
11b7c52
Revert "[libc++] Only add dylib-related features when using the system's libc++"
by Louis Dionne
· 6 years ago
More »