summaryrefslogtreecommitdiff
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* [libc++/abi] Re-remove unnecessary null pointer checks from operator deleteLouis Dionne2021-01-081-3/+1
* [libc++abi] Simplify __gxx_personality_v0Fangrui Song2021-01-071-66/+39
* [libc++abi] Remove redundant null pointer check in operator deleteFangrui Song2020-12-161-2/+1
* [libc++abi] Don't try calling __libcpp_aligned_free when aligned allocation i...Louis Dionne2020-12-011-0/+4
* [libcxxabi] Add macro for changing functions to support the relative vtables ABILeonard Chan2020-11-301-3/+29
* [libc++] Introduce an indirection to create threads in the test suiteLouis Dionne2020-11-273-8/+13
* [libc++] Replace several uses of 0 by nullptrBruce Mitchener2020-11-271-5/+5
* [libc++] Mark a few more tests as unsupported on gcc-8/9.Marek Kurdej2020-11-261-1/+1
* [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.Marek Kurdej2020-11-264-4/+10
* [libc++] Factor out common logic for calling aligned allocationLouis Dionne2020-11-252-22/+15
* [libc++] [libc++abi] Use C++20 standard.Marek Kurdej2020-11-221-4/+4
* Demangling support for class type non-type template parameter extensions.Richard Smith2020-11-202-0/+135
* [libc++abi] Reuse libc++'s refstring.h header instead of copying itLouis Dionne2020-11-112-132/+1
* [runtimes] Avoid overwriting the rpath unconditionallyLouis Dionne2020-11-091-3/+0
* Revert "Allow running back-deployment testing against libc++abi"Louis Dionne2020-11-0617-96/+23
* Allow running back-deployment testing against libc++abiLouis Dionne2020-11-0617-23/+96
* [libcxx] [libcxxabi] Set flags for visibility when statically linking libcxxa...Martin Storsjö2020-11-031-1/+8
* [libcxxabi] Build all of libcxxabi with _LIBCPP_BUILDING_LIBRARY definedMartin Storsjö2020-11-034-5/+4
* [libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilitiesLouis Dionne2020-11-021-1/+1
* [libc++abi] Get rid of warnings when running the tests with GCCLouis Dionne2020-11-0216-52/+103
* [libc++abi] Make sure we can run the tests in Standalone modeLouis Dionne2020-10-261-0/+17
* [libc++] Refactor the run-buildbot script to make it more modular, and run th...Louis Dionne2020-10-231-1/+3
* [runtimes] Revert the libc++ __config_site changeLouis Dionne2020-10-233-21/+11
* [libc++abi] Fix the standalone build after the __config_site changeLouis Dionne2020-10-223-3/+21
* [libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilersMartin Storsjö2020-10-221-1/+14
* [libc++] Fix compiler-rt build by copying libc++ headers to <build>/includeLouis Dionne2020-10-211-1/+1
* [libcxxabi] Stub out 'sleep' call when _LIBCXXABI_HAS_NO_THREADS is defined.Hafiz Abid Qadeer2020-10-211-0/+2
* [take 2] [libc++] Include <__config_site> from <__config>Louis Dionne2020-10-214-11/+3
* [libc++] Revert "Include <__config_site> from <__config>"Louis Dionne2020-10-211-2/+4
* [libc++] Include <__config_site> from <__config>Louis Dionne2020-10-211-4/+2
* [libc++] Make __shared_weak_count vtable consistent across all build configur...Eric Fiselier2020-10-201-4/+0
* [libc++] Define new/delete in libc++abi only by defaultLouis Dionne2020-10-192-7/+4
* [libcxxabi] Fix printf formats in a test.Simon Tatham2020-10-161-9/+12
* [libcxxabi,libunwind] support running tests in standalone modeDominik Montada2020-10-142-163/+17
* [libc++/abi] Clean up uses of <iostream> in the test suiteLouis Dionne2020-10-1311-191/+182
* Fix all the CMake code that can only handle -stdlib= but not --stdlib=Raphael Isemann2020-10-131-0/+2
* [runtimes] Use int main(int, char**) consistently in testsLouis Dionne2020-10-0847-52/+129
* [libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne2020-10-052-9/+0
* [libc++] Move the weak symbols list to libc++abiLouis Dionne2020-10-022-0/+9
* [libc++] Don't re-export new/delete from libc++abi when they are defined in l...Louis Dionne2020-10-011-1/+1
* [libc++] Simplify how we re-export symbols from libc++abiLouis Dionne2020-10-011-5/+13
* [libc++] Rename the -fno-rtti Lit feature to just no-rttiLouis Dionne2020-09-291-1/+1
* [libc++] Fix some test failures in unusual configurationsLouis Dionne2020-09-291-0/+1
* [libc++] Allow building without threads in standalone buildsLouis Dionne2020-09-151-0/+1
* [libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h>Louis Dionne2020-09-141-3/+3
* [libcxx] Simplify back-deployment testingLouis Dionne2020-09-101-1/+0
* Fix test for D77924.Elliott Hughes2020-08-241-1/+1
* ld128 demangle: allow space for 'L' suffix.Elliott Hughes2020-08-182-1/+13
* Add cold attribute to one time construction APIsAditya Kumar2020-08-131-6/+7
* [libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64Louis Dionne2020-08-041-1/+1