aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)Author
2020-12-01[libc++abi] Don't try calling __libcpp_aligned_free when aligned allocation i...Louis Dionne
2020-11-30[libcxxabi] Add macro for changing functions to support the relative vtables ABILeonard Chan
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener
2020-11-26[libc++] Mark a few more tests as unsupported on gcc-8/9.Marek Kurdej
2020-11-26[libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.Marek Kurdej
2020-11-25[libc++] Factor out common logic for calling aligned allocationLouis Dionne
2020-11-22[libc++] [libc++abi] Use C++20 standard.Marek Kurdej
2020-11-20Demangling support for class type non-type template parameter extensions.Richard Smith
2020-11-11[libc++abi] Reuse libc++'s refstring.h header instead of copying itLouis Dionne
2020-11-09[runtimes] Avoid overwriting the rpath unconditionallyLouis Dionne
2020-11-06Revert "Allow running back-deployment testing against libc++abi"Louis Dionne
2020-11-06Allow running back-deployment testing against libc++abiLouis Dionne
2020-11-03[libcxx] [libcxxabi] Set flags for visibility when statically linking libcxxa...Martin Storsjö
2020-11-03[libcxxabi] Build all of libcxxabi with _LIBCPP_BUILDING_LIBRARY definedMartin Storsjö
2020-11-02[libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilitiesLouis Dionne
2020-11-02[libc++abi] Get rid of warnings when running the tests with GCCLouis Dionne
2020-10-26[libc++abi] Make sure we can run the tests in Standalone modeLouis Dionne
2020-10-23[libc++] Refactor the run-buildbot script to make it more modular, and run th...Louis Dionne
2020-10-23[runtimes] Revert the libc++ __config_site changeLouis Dionne
2020-10-22[libc++abi] Fix the standalone build after the __config_site changeLouis Dionne
2020-10-22[libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilersMartin Storsjö
2020-10-21[libc++] Fix compiler-rt build by copying libc++ headers to <build>/includeLouis Dionne
2020-10-21[libcxxabi] Stub out 'sleep' call when _LIBCXXABI_HAS_NO_THREADS is defined.Hafiz Abid Qadeer
2020-10-21[take 2] [libc++] Include <__config_site> from <__config>Louis Dionne
2020-10-21[libc++] Revert "Include <__config_site> from <__config>"Louis Dionne
2020-10-21[libc++] Include <__config_site> from <__config>Louis Dionne
2020-10-20[libc++] Make __shared_weak_count vtable consistent across all build configur...Eric Fiselier
2020-10-19[libc++] Define new/delete in libc++abi only by defaultLouis Dionne
2020-10-16[libcxxabi] Fix printf formats in a test.Simon Tatham
2020-10-14[libcxxabi,libunwind] support running tests in standalone modeDominik Montada
2020-10-13[libc++/abi] Clean up uses of <iostream> in the test suiteLouis Dionne
2020-10-13Fix all the CMake code that can only handle -stdlib= but not --stdlib=Raphael Isemann
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis Dionne
2020-10-05[libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne
2020-10-02[libc++] Move the weak symbols list to libc++abiLouis Dionne
2020-10-01[libc++] Don't re-export new/delete from libc++abi when they are defined in l...Louis Dionne
2020-10-01[libc++] Simplify how we re-export symbols from libc++abiLouis Dionne
2020-09-29[libc++] Rename the -fno-rtti Lit feature to just no-rttiLouis Dionne
2020-09-29[libc++] Fix some test failures in unusual configurationsLouis Dionne
2020-09-15[libc++] Allow building without threads in standalone buildsLouis Dionne
2020-09-14[libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h>Louis Dionne
2020-09-10[libcxx] Simplify back-deployment testingLouis Dionne
2020-08-24Fix test for D77924.Elliott Hughes
2020-08-18ld128 demangle: allow space for 'L' suffix.Elliott Hughes
2020-08-13Add cold attribute to one time construction APIsAditya Kumar
2020-08-04[libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64Louis Dionne
2020-07-23[libc++abi] Also build the static archive with C++17Louis Dionne
2020-07-23[libc++abi] Build the dylib with C++17, like for libc++Louis Dionne
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith