faf34fbbbbFix build with GCC: - GCC doesn't support #pragma mark, only Apple GCC and clang. Wrap the pragma mark's in #if 0 to make gcc ignore them but xcode still see them. - Wrap a bunch of "#pragma clang" lines in #ifdef __clang__. - Pacify gcc's -Wparenthesis in a case where it's quite reasonable.
Nick Lewycky
2015-03-05 02:56:05 +0000
d95080e9e8[libcxxabi] Build both static and shared versions of libc++abi by default.
Eric Fiselier
2015-03-03 15:59:09 +0000
0bc1a0f62eUnwind: make it build on Darwin again
Saleem Abdulrasool
2015-02-28 02:23:54 +0000
87116c1f6dAdd .eh_frame_hdr search to Linux unwinder.
Dan Albert
2015-02-27 22:21:07 +0000
60df04075aAdd remote testing support to the lit config
Jonathan Roelofs
2015-02-26 15:55:01 +0000
4cab028d31Unwind: clean up some GCC warnings
Saleem Abdulrasool
2015-02-26 04:01:37 +0000
b9bde57d02Add .fpu directives to ARM unwind save & restore functions.
Jonathan Roelofs
2015-02-24 20:09:29 +0000
75a7bf6a70Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length on OS X.
Eric Fiselier
2015-02-21 04:30:36 +0000
ae158eae0cDo not add -fno-exceptions without -funwind-tables
Sergey Dmitrouk
2015-02-16 19:51:06 +0000
1ac99047c9Moar post-commit review.
Jonathan Roelofs
2015-02-14 02:02:56 +0000
bda78420f7Address post-commit review comments
Jonathan Roelofs
2015-02-14 01:38:35 +0000
c39461015fMake the unwinder build on thumbv6-m with the integrated assembler.
Jonathan Roelofs
2015-02-14 00:21:03 +0000
343559e9d7[cmake/multilib] Teach libc++abi's CMake build to support multilib libdir suffixes like 'lib64' or 'lib32'.
Chandler Carruth
2014-12-29 12:22:04 +0000
f7d86f488fSilence warnings in libunwind.
Logan Chien
2014-12-21 14:22:00 +0000
41baec6ce1[libunwind] improve x86_64 comments in compact_unwind_encoding.h
Nick Kledzik
2014-12-20 01:22:54 +0000
96a6ac2c5c[libunwind] fix comment in compact_unwind_encoding.h
Nick Kledzik
2014-12-20 01:14:38 +0000
efa37d1c95[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.
Dan Albert
2014-12-18 00:03:57 +0000
b14b13afcfUse the newer python syntax for exceptions
Justin Bogner
2014-12-13 02:49:27 +0000
cce8ade325Fix comment on end of #endif to match #if
Eric Fiselier
2014-11-25 03:19:02 +0000
59872ce83aUse lit.util.executeCommand instead of our own version
Eric Fiselier
2014-11-25 03:06:31 +0000
d872a693db[libcxxabi] Refactor building and testing libc++abi without threads
Eric Fiselier
2014-11-24 22:42:03 +0000
30ad829825[libcxxabi] Refactor test timing logic and disable by default.
Eric Fiselier
2014-11-24 22:38:57 +0000
1b4ddb114e[libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.
Eric Fiselier
2014-11-24 18:46:37 +0000
389d697f1fEnsure llvm-sanitizer is found by the tests when using sanitizers.
Eric Fiselier
2014-11-21 02:16:19 +0000
6e50cba1b2[libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
2014-11-21 01:53:51 +0000