eb3e8cf1bfFix ASAN failures in the demangler
Mehdi Amini
2016-08-13 00:02:33 +0000
e1b2d05755Depend directly on unwind when not building standalone
Petr Hosek
2016-08-09 21:28:52 +0000
3f7e85b1c3Add lib directory to linker paths when using libunwind
Petr Hosek
2016-08-09 00:27:19 +0000
fff85c801aDo not depend on unwind when building standalone
Petr Hosek
2016-08-08 22:09:54 +0000
03b9b3dddeMerging r278030 with version number adjusted: ------------------------------------------------------------------------ r278030 | eugenezelenko | 2016-08-08 10:59:02 -0700 (Mon, 08 Aug 2016) | 4 lines
Hans Wennborg
2016-08-08 20:06:27 +0000
9987410774CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent spacing.
Eugene Zelenko
2016-08-08 17:59:02 +0000
eace9ece8aAttempt to bring peace to -Werror buildbots.
Richard Smith
2016-07-19 20:35:09 +0000
081ea86d80[libcxxabi] When catching an exception of type nullptr_t with a handler of pointer-to-member type, produce a null value of the right type.
Richard Smith
2016-07-19 20:19:37 +0000
82bb4c8973Creating release_39 branch off revision 275826
Hans Wennborg
2016-07-18 17:52:59 +0000
e8b3ec33ccFix arc config to use https
Eric Fiselier
2016-07-18 02:05:52 +0000
f0a26203e7libc++abi: add a top level option for using CompilerRT
Saleem Abdulrasool
2016-07-15 00:49:42 +0000
5328c6b635Fix [libcxxabi] Fix warning about uninitialized const member.
Eric Fiselier
2016-06-15 19:59:16 +0000
58c480dfc7Fix warning about uninitialized const member. NFC
Eric Fiselier
2016-06-15 19:48:26 +0000
ef83bd1689[libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wreorder
Eric Fiselier
2016-06-15 19:33:01 +0000
df448d87f1Suppress warnings about the operations currently under test.
Eric Fiselier
2016-06-15 19:07:19 +0000
6fd0d958b5Partially revert r270816: build with -fvisibility=hidden.
Eric Fiselier
2016-06-02 08:14:28 +0000
046d2fc303[libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier
2016-06-02 02:18:31 +0000
4c91e387a7c++abi: use __builtin_offsetof instead of offsetof
Saleem Abdulrasool
2015-11-18 05:33:38 +0000
fd8bd75f4eFix LIBCXXABI_HAS_NO_THREADS configuration.
Eric Fiselier
2015-10-14 19:21:38 +0000
ae1b07283eConfigure for config site header
Eric Fiselier
2015-10-14 19:01:47 +0000
45b69546feAdd config.project_obj_root to the libc++abi testsuite
Eric Fiselier
2015-10-14 18:20:48 +0000
fdccce6f42Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to Jason King for the report and suggested fix
Marshall Clow
2015-10-12 20:45:05 +0000
6c6d9cb283Fix incorrect parsing of arguments for nested functions. Reviewed as http://reviews.llvm.org/D13192. Thanks to Anseny Kapoulkine for the patch.
Marshall Clow
2015-10-08 03:02:09 +0000
b4c998b049Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL.
Nico Weber
2015-09-20 18:10:46 +0000
5013d7c4d0Implement uncaught_exceptions() to get a count, rather than a bool. Update the libc++abi version. Reviewed as http://reviews.llvm.org/D10067
Marshall Clow
2015-06-02 13:03:17 +0000
088a71b420libcxx: Switch to use __gnu_unwind_frame() for libunwind.
Logan Chien
2015-05-29 15:34:24 +0000
3b8762ae16Make sure !empty() before calling String::front().
Chaoren Lin
2015-05-26 23:14:26 +0000
f662666814LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. So cmake will throw error "include_directories given empty-string as include directory". Use other variable name for the include path and do not find the default libunwind.h in the system path.
Anton Korobeynikov
2015-05-09 21:03:01 +0000
f273775fb2Typos
Anton Korobeynikov
2015-05-08 18:14:14 +0000
c50966088eFix "TODO" and provide the configure-time options to find libunwind. This is done the same way as we're looking for libc++
Anton Korobeynikov
2015-05-08 16:10:11 +0000
e4916e1b5eFix merge conflict that resulted in bad preprocessor block
release_36
Eric Fiselier
2015-05-08 16:00:50 +0000