Sign in
llvm
/
llvm-project
/
libcxxabi
/
HEAD
11c27b6
[libc++abi] Add builtins to dynamic library link
by Patrick Oppenlander
· 7 days ago
main
master
a91c817
[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building c++ libraries
by Zbigniew Sarbinowski
· 9 days ago
e15a6a6
[libc++abi] Fix forced_unwind tests failures on ARM/EHABI targets.
by Vladimir Vereschaka
· 12 days ago
530f0f8
[libc++abi] Disable _Unwind_ForcedUnwind + exception tests for ARM EHABI
by Fangrui Song
· 3 weeks ago
4067025
[test] Add basic _Unwind_ForcedUnwind + exception tests
by Fangrui Song
· 3 weeks ago
3110153
[Branch-Rename] Fix some links
by xgupta
· 3 weeks ago
415432d
Itanium Mangling: Mangle `__alignof__` differently than `alignof`.
by James Y Knight
· 3 months ago
633b45e
[libc++] Set CMAKE_FOLDER. NFC.
by Marek Kurdej
· 4 weeks ago
56a6e4c
[libc++abi] Simplify scan_eh_tab
by Fangrui Song
· 5 weeks ago
24878cf
[libc++abi] Add an option to avoid demangling in terminate.
by Dan Albert
· 5 weeks ago
d94a1e9
[CMake] Remove dead code setting policies to NEW
by Raul Tambre
· 7 weeks ago
1f7643d
[libc++/abi] Re-remove unnecessary null pointer checks from operator delete
by Louis Dionne
· 10 weeks ago
aaa7833
[libc++abi] Simplify __gxx_personality_v0
by Fangrui Song
· 7 weeks ago
23aa896
[libc++abi] Remove redundant null pointer check in operator delete
by Fangrui Song
· 2 months ago
2e717b4
[libc++abi] Don't try calling __libcpp_aligned_free when aligned allocation is disabled
by Louis Dionne
· 3 months ago
aca0be2
[libcxxabi] Add macro for changing functions to support the relative vtables ABI
by Leonard Chan
· 11 months ago
895a459
[libc++] Introduce an indirection to create threads in the test suite
by Louis Dionne
· 3 months ago
d285d78
[libc++] Replace several uses of 0 by nullptr
by Bruce Mitchener
· 3 months ago
40f2c8a
[libc++] Mark a few more tests as unsupported on gcc-8/9.
by Marek Kurdej
· 3 months ago
e89664d
[libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.
by Marek Kurdej
· 3 months ago
6df72d8
[libc++] Factor out common logic for calling aligned allocation
by Louis Dionne
· 3 months ago
bae79e9
[libc++] [libc++abi] Use C++20 standard.
by Marek Kurdej
· 3 months ago
2b38a69
Demangling support for class type non-type template parameter extensions.
by Richard Smith
· 4 months ago
2a18ecc
[libc++abi] Reuse libc++'s refstring.h header instead of copying it
by Louis Dionne
· 4 months ago
ff41ac4
[runtimes] Avoid overwriting the rpath unconditionally
by Louis Dionne
· 4 months ago
f0fffb7
Revert "Allow running back-deployment testing against libc++abi"
by Louis Dionne
· 4 months ago
9d02cc5
Allow running back-deployment testing against libc++abi
by Louis Dionne
· 8 months ago
61d7426
[libcxx] [libcxxabi] Set flags for visibility when statically linking libcxxabi into libcxx for windows
by Martin Storsjö
· 4 months ago
1943242
[libcxxabi] Build all of libcxxabi with _LIBCPP_BUILDING_LIBRARY defined
by Martin Storsjö
· 4 months ago
9dc4119
[libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilities
by Louis Dionne
· 4 months ago
83a7521
[libc++abi] Get rid of warnings when running the tests with GCC
by Louis Dionne
· 4 months ago
9f31573
[libc++abi] Make sure we can run the tests in Standalone mode
by Louis Dionne
· 4 months ago
3302a1e
[libc++] Refactor the run-buildbot script to make it more modular, and run the benchmarks
by Louis Dionne
· 4 months ago
95a2c2c
[runtimes] Revert the libc++ __config_site change
by Louis Dionne
· 4 months ago
4aa6792
[libc++abi] Fix the standalone build after the __config_site change
by Louis Dionne
· 4 months ago
fd73169
[libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilers
by Martin Storsjö
· 4 months ago
60bef0f
[libc++] Fix compiler-rt build by copying libc++ headers to <build>/include
by Louis Dionne
· 4 months ago
2bee19c
[libcxxabi] Stub out 'sleep' call when _LIBCXXABI_HAS_NO_THREADS is defined.
by Hafiz Abid Qadeer
· 4 months ago
9783612
[take 2] [libc++] Include <__config_site> from <__config>
by Louis Dionne
· 8 months ago
984207c
[libc++] Revert "Include <__config_site> from <__config>"
by Louis Dionne
· 4 months ago
abf3733
[libc++] Include <__config_site> from <__config>
by Louis Dionne
· 8 months ago
c81840c
[libc++] Make __shared_weak_count vtable consistent across all build configurations
by Eric Fiselier
· 4 months ago
b5d7cca
[libc++] Define new/delete in libc++abi only by default
by Louis Dionne
· 1 year, 5 months ago
fc4cc89
[libcxxabi] Fix printf formats in a test.
by Simon Tatham
· 4 months ago
8732f2a
[libcxxabi,libunwind] support running tests in standalone mode
by Dominik Montada
· 6 months ago
a7cb12f
[libc++/abi] Clean up uses of <iostream> in the test suite
by Louis Dionne
· 4 months ago
ca8789b
Fix all the CMake code that can only handle -stdlib= but not --stdlib=
by Raphael Isemann
· 4 months ago
a33d6aa
[runtimes] Use int main(int, char**) consistently in tests
by Louis Dionne
· 5 months ago
1bad55a
[libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"
by Louis Dionne
· 5 months ago
50fe14d
[libc++] Move the weak symbols list to libc++abi
by Louis Dionne
· 5 months ago
a3c03bb
[libc++] Don't re-export new/delete from libc++abi when they are defined in libc++
by Louis Dionne
· 5 months ago
f8674f9
[libc++] Simplify how we re-export symbols from libc++abi
by Louis Dionne
· 5 months ago
2b785f0
[libc++] Rename the -fno-rtti Lit feature to just no-rtti
by Louis Dionne
· 5 months ago
d8a356b
[libc++] Fix some test failures in unusual configurations
by Louis Dionne
· 5 months ago
53f83a8
[libc++] Allow building without threads in standalone builds
by Louis Dionne
· 5 months ago
0efce74
[libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h>
by Louis Dionne
· 5 months ago
f1b5dd5
[libcxx] Simplify back-deployment testing
by Louis Dionne
· 6 months ago
74d4a8b
Fix test for D77924.
by Elliott Hughes
· 6 months ago
d77a634
ld128 demangle: allow space for 'L' suffix.
by Elliott Hughes
· 11 months ago
d396db5
Add cold attribute to one time construction APIs
by Aditya Kumar
· 7 months ago
7a34f18
[libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64
by Louis Dionne
· 7 months ago
a018f33
[libc++abi] Also build the static archive with C++17
by Louis Dionne
· 7 months ago
2c3c812
[libc++abi] Build the dylib with C++17, like for libc++
by Louis Dionne
· 7 months ago
f924085
Reapply "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories."
by Logan Smith
· 7 months ago
674a892
Revert "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories."
by Logan Smith
· 7 months ago
374a840
Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories.
by Logan Smith
· 7 months ago
ae7762e
[libc++] Add static_assert to make sure rate limiter doesn't use locks
by Louis Dionne
· 10 months ago
a038580
[CMake] Bump CMake minimum version to 3.13.4
by Louis Dionne
· 10 months ago
e999dba
Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.
by Hans Wennborg
· 7 months ago
c18314f
Enable -Wsuggest-override in the LLVM build
by Logan Smith
· 7 months ago
74c00c6
[gn build] Make sync_source_lists_from_cmake handle one-line sources lines
by Nico Weber
· 7 months ago
eaf60a1
[libc++abi] Temporarily disable test on Apple to fix the CI
by Louis Dionne
· 7 months ago
ebe6b38
[runtimes] Move the enable_rtti Lit parameter to the DSL
by Louis Dionne
· 7 months ago
080230c
[libc++abi] NFC: Fix indentation
by Louis Dionne
· 7 months ago
b28832b
[runtimes][NFC] Remove unused or unnecessary CMake variables
by Louis Dionne
· 7 months ago
252bc9b
[demangler] More properly save and restore the template parameter state
by Richard Smith
· 8 months ago
95ed96b
[demangler] Don't allow the template parameters from the <encoding> in a
by Richard Smith
· 8 months ago
16dd9a5
[runtimes] Allow passing Lit parameters through CMake
by Louis Dionne
· 8 months ago
834812a
[libc++/libc++abi] Automatically detect whether exceptions are enabled
by Louis Dionne
· 8 months ago
5b10c0a
[libc++abi] Remove unused include of <sys/types.h>
by Louis Dionne
· 8 months ago
969a489
[libc++abi] Remove empty source file cxa_unexpected.cpp
by Louis Dionne
· 8 months ago
642303b
[runtimes] Rename newformat to just format, now that the old format has been removed
by Louis Dionne
· 8 months ago
6a82860
[runtimes] Remove the ability to select the old libc++ testing format
by Louis Dionne
· 8 months ago
197b60e
[libc++abi] Fix build failure in abort_message.cpp when vasprintf isn't provided
by Louis Dionne
· 8 months ago
ea038d0
[libc++abi] NFCI: Minor refactoring of abort_message()
by Louis Dionne
· 8 months ago
8b9ef2a
[libc++abi] Allow specifying custom Lit config files
by Louis Dionne
· 8 months ago
a33b3b8
[libc++abi] Allow code-signing executables when running the tests
by Louis Dionne
· 8 months ago
5175a97
[libc++abi] Ensure custom libc++ header paths are honoured during libc++abi build
by Louis Dionne
· 8 months ago
5072335
[libc++] Allow specifying arbitrary custom executors with the new format
by Louis Dionne
· 9 months ago
800b9fc
[libc++abi] Simplify the logic for finding libc++ from libc++abi
by Louis Dionne
· 9 months ago
cf3e9ef
[libc++] Consider everything inside %T to be a dependency of each test
by Louis Dionne
· 9 months ago
5e3e3e3
[libc++abi] Replace LIBCXXABI_HAS_NO_EXCEPTIONS by TEST_HAS_NO_EXCEPTIONS
by Louis Dionne
· 9 months ago
204ae40
[libc++abi][libunwind] Don't override libc++'s handling of exception features
by Louis Dionne
· 9 months ago
474b268
[NFCI] Clean up exceptions related CMake and Lit options in libc++abi and libunwind
by Louis Dionne
· 9 months ago
32824b9
[libc++abi] Properly fix XFAILs for exception alignment
by Louis Dionne
· 9 months ago
9ff5659
[libc++abi] Fix incorrect XFAILs for mis-aligned _Unwind_Exception on Apple
by Louis Dionne
· 9 months ago
63a3542
[libc++] Remove the c++98 Lit feature from the test suite
by Louis Dionne
· 9 months ago
cdc56e3
[libc++abi] Make sure we link in CrashReporterClient.a when it's present
by Louis Dionne
· 9 months ago
dc9d5ff
[demangler] Support for 'this' expressions
by Erik Pilkington
· 10 months ago
27011a8
[demangler] Fix demangling of enumerators with negative values
by Erik Pilkington
· 10 months ago
Next »