Sign in
llvm
/
libcxxabi
/
HEAD
ce3db12
P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invocable that would internally conjure up a deprecated function type.
by Richard Smith
· 5 years ago
master
d843755
[libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION option
by Louis Dionne
· 5 years ago
9de3fb5
[libc++abi] Do not define -Dcxxabi_shared_EXPORTS when building libc++abi
by Louis Dionne
· 5 years ago
639f74d
[libc++abi] Remove redundant link flags on Apple platforms
by Louis Dionne
· 5 years ago
4e3fd55
[libc++abi] Link against libSystem on Apple platforms
by Louis Dionne
· 5 years ago
2933bf8
[libc++abi] Do not export some implementation-detail functions
by Louis Dionne
· 5 years ago
6f2865e
[NFC][libc++abi] Convert stray tabs to spaces
by Louis Dionne
· 5 years ago
953e27b
[libc++abi] Remove uses of C++ headers when possible
by Louis Dionne
· 5 years ago
70a7cf9
[NFC][libc++abi] Remove trailing whitespace from sources
by Louis Dionne
· 5 years ago
06a5a82
[libc++] Update link to Itanium C++ ABI documentation
by Louis Dionne
· 5 years ago
12a68cc
[libc++abi] Remove redundant #include of <string.h>
by Louis Dionne
· 5 years ago
3ed912b
[Testing] unbreak after r372963
by David Zarzycki
· 5 years ago
d2f56de
[libcxxabi] Fix arm build failer with libgcc
by Adhemerval Zanella
· 5 years ago
61bb6c0
Update XFAIL list for new GCC versions
by Eric Fiselier
· 5 years ago
c0e3e24
Fix incorrect demangling of call operator of lambda with explicit
by Richard Smith
· 5 years ago
2daf732
Simplify demangler rule for lambda-expressions to match discussion on
by Richard Smith
· 5 years ago
950f33f
Synchronize LLVM's copy of libc++abi's demangler with the libc++abi
by Richard Smith
· 5 years ago
72483dd
Implement demangling support for C++20 lambda expression extensions.
by Richard Smith
· 5 years ago
a03db0b
Provide a meaningful diagnostic when LLVM_PATH doesn't point to a directory
by Louis Dionne
· 5 years ago
ab4302d
[libcxxabi] __cxa_guard_require: test guard byte with != 0 instead of == 1
by Fangrui Song
· 5 years ago
f3b4aeb
[libcxxabi] Define _LIBCXXABI_GUARD_ABI_ARM on WebAssembly
by Sam Clegg
· 5 years ago
bb31674
small follow-up to r368604
by Nico Weber
· 5 years ago
d8218e6
libcxxabi: Rename .hpp files to .h
by Nico Weber
· 5 years ago
71e8e8d
Remove outdated comment about clang not populating src2dst_offset
by Benjamin Kramer
· 5 years ago
45961e1
[libc++abi] Fix tests when pstl is enabled
by Louis Dionne
· 5 years ago
e79aec6
[libc++] Take 2: Integrate the PSTL into libc++
by Louis Dionne
· 5 years ago
d7954f2
[runtimes] Don't depend on libpthread on Android
by Yi Kong
· 5 years ago
b4b1d85
Revert "[libc++] Integrate the PSTL into libc++"
by Louis Dionne
· 5 years ago
aeeb883
[libc++] Integrate the PSTL into libc++
by Louis Dionne
· 5 years ago
74d1e60
[libcxxabi] Don't process exceptions in cxa_handlers when they're disabled
by Petr Hosek
· 5 years ago
f0a491a
[demangle] Support for C++2a char8_t
by Erik Pilkington
· 5 years ago
29ae484
[libcxxabi] Use an explicit list to export symbols from the dylib
by Louis Dionne
· 5 years ago
c9a6d09
[demangle] Special case clang's creative mangling of __uuidof expressions.
by Erik Pilkington
· 5 years ago
c793cc6
[libcxxabi] Remove the unused buildit script
by Louis Dionne
· 5 years ago
931ee9e
[demangle] Vendor extended types shouldn't be considered substitution candidates
by Erik Pilkington
· 5 years ago
c0565cd
[libcxx] Use libtool when merging archives on Apple platforms
by Petr Hosek
· 5 years ago
5f34ace
[libcxx][libcxxabi] Remove the unused CMake checks
by Petr Hosek
· 5 years ago
522edee
[runtimes] Use -Wunknown-pragmas for the pragma check
by Petr Hosek
· 5 years ago
4290ad2
[runtimes] Check if pragma comment(lib, ...) is supported first
by Petr Hosek
· 5 years ago
30a98b0
[runtimes] Support ELF dependent libraries feature
by Petr Hosek
· 5 years ago
ad883fe
Update private_typeinfo's `is_equal` implementation after r361913
by Eric Fiselier
· 5 years ago
7addb75
[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and include/c++
by Petr Hosek
· 5 years ago
2ad0761
[libcxxabi] Add a test for invalid assumptions on the alignment of exceptions
by Louis Dionne
· 5 years ago
b2f4615
XFAIL test for new GCC version
by Eric Fiselier
· 5 years ago
7846258
minor cmake formatting style fix
by Nico Weber
· 5 years ago
ed0c5ed
[libcxxabi] Don't use -fvisibility-global-new-delete-hidden when not defining them
by Petr Hosek
· 5 years ago
e89608f
[gn] Support for building libcxxabi
by Petr Hosek
· 5 years ago
49d3557
Attempt to fix flaky tests.
by Eric Fiselier
· 5 years ago
5b813d6
Update DemangleConfig.h to better mangle LLVM's version.
by Eric Fiselier
· 5 years ago
0fc26b6
Remove XFail for new GCC. They fixed it
by Eric Fiselier
· 5 years ago
f98261d
Fix compilation error with -DLIBCXXABI_ENABLE_THREADS=OFF
by Michael Platings
· 5 years ago
11fe87d
Cleanup new cxa guard implementation.
by Eric Fiselier
· 5 years ago
6cc8ebb
Work around GCC test failure.
by Eric Fiselier
· 5 years ago
57e82af
Rewrite cxa guard implementation.
by Eric Fiselier
· 5 years ago
022ca07
[libc++abi] Don't use a .sh.cpp test for uncaught_exception
by Louis Dionne
· 5 years ago
82bd110
[libc++] Make sure we re-export some missing libc++abi symbols from libc++
by Louis Dionne
· 5 years ago
eb42f88
Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.
by Eric Fiselier
· 5 years ago
41f1158
[NFC] Correct outdated links to the Itanium C++ ABI documentation
by Louis Dionne
· 5 years ago
1dc2c61
[libc++abi] Create a macro for the 32 bit guard setting on ARM platforms
by Louis Dionne
· 5 years ago
f3694db
Revert "Make reads and writes of the guard variable atomic."
by Eric Fiselier
· 5 years ago
cb31f3d
Fix incorrect change during refactoring.
by Eric Fiselier
· 5 years ago
70134bf
Remove unneeded write in __cxa_guard_release.
by Eric Fiselier
· 5 years ago
59d1223
Make reads and writes of the guard variable atomic.
by Eric Fiselier
· 5 years ago
582b1e3
Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.
by Eric Fiselier
· 5 years ago
45dccfe
Further refactor cxa_guard.cpp
by Eric Fiselier
· 5 years ago
43cb674
Create RAII lock guard for global initialization lock.
by Eric Fiselier
· 5 years ago
40b41ca
Always use is_initialized and set_initialized in cxa_guard.cpp
by Eric Fiselier
· 5 years ago
e2eea8e
llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtors
by Nico Weber
· 5 years ago
1ede335
[libc++abi] Do not share an object library to create the static/shared libraries
by Petr Hosek
· 5 years ago
14ee09c
[libc++abi] Add LIBCXXABI_ENABLE_PIC cmake option
by Sam Clegg
· 5 years ago
d0fdf28
[libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared library
by Sam Clegg
· 5 years ago
b4acd52
[libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static library
by Sam Clegg
· 5 years ago
d56efcc
Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"
by Matthew Voss
· 6 years ago
9c99bae
[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/
by Petr Hosek
· 6 years ago
f7a8925
[libc++abi] Specify unwind lib before other system libraries when linking
by Louis Dionne
· 6 years ago
0d52966
[libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM include
by Petr Hosek
· 6 years ago
8d607b0
[compiler-rt] Build custom libcxx with libcxxabi
by Jonas Hahnfeld
· 6 years ago
6f10573
[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt
by Petr Hosek
· 6 years ago
f241cd6
[CMake] Support compiler-rt builtins library in tests
by Petr Hosek
· 6 years ago
a167dfc
[CMake] Update lit test configuration
by Petr Hosek
· 6 years ago
7f11588
[CMake] Support CMake variables for setting target, sysroot and toolchain
by Petr Hosek
· 6 years ago
d052426
[CMake] Use correct visibility for linked libraries in CMake
by Petr Hosek
· 6 years ago
505bf9b
Revert "[CMake] Use correct visibility for linked libraries in CMake"
by Petr Hosek
· 6 years ago
baf28c6
[CMake] Use correct visibility for linked libraries in CMake
by Petr Hosek
· 6 years ago
04af72d
[libunwind] Support building hermetic static library
by Petr Hosek
· 6 years ago
3692ea9
Adjust documentation for git migration.
by James Y Knight
· 6 years ago
d3b53a9
Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library"
by Petr Hosek
· 6 years ago
a450097
[cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT always
by Michal Gorny
· 6 years ago
6a7c61d
[CMake] Use __libc_start_main rather than fopen when checking for C library
by Petr Hosek
· 6 years ago
97ad975
[libcxxabi] Support building hermetic static library
by Petr Hosek
· 6 years ago
cac80b2
Enable LLVM_ENABLE_WARNINGS when building standalone out of tree
by Martin Storsjo
· 6 years ago
6f0ac61
Fix typos throughout the license files that somehow I and my reviewers
by Chandler Carruth
· 6 years ago
40f51b3
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
f5f3a9d
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
b302e96
Remove unnecesasry comment markers.
by Chandler Carruth
· 6 years ago
28f0521
Install new LLVM license structure and new developer policy.
by Chandler Carruth
· 6 years ago
43b8b58
[demangler] Support for block literals.
by Erik Pilkington
· 6 years ago
394048e
[demangler] Ignore leading underscores if present
by Erik Pilkington
· 6 years ago
5057ba8
NFC: Make the copies of the demangler byte-for-byte identical
by Erik Pilkington
· 6 years ago
3b156bf
Found another version number to increase from 8 to 9
by Hans Wennborg
· 6 years ago
Next »