llvm-capstone/libcxxabi/src
Daniel Sanders f8e6f4496b [libcxxabi][mips] Correct float_data::mangled_size for all ABI's.
Summary:
Patch by Nitesh Jain and Jaydeep Patil with a small revision to use ABIs rather
than Architecture Revisions (which currently imply particular ABIs).

Fixes test_demangle.pass.cpp (PR24149).

Subscribers: mclow.lists, jaydeep, nitesh.jain, hans, cfe-commits

Differential Revision: http://reviews.llvm.org/D11483

llvm-svn: 243645
2015-07-30 16:11:04 +00:00
..
abort_message.cpp Fix build for apple machines. 2015-02-06 01:25:08 +00:00
abort_message.h
CMakeLists.txt [libcxxabi] Build both static and shared versions of libc++abi by default. 2015-03-03 15:59:09 +00:00
config.h s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx 2014-09-05 17:46:40 +00:00
cxa_aux_runtime.cpp Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
cxa_default_handlers.cpp Use __atomic_exchange_n instead of Clang's __sync_swap 2014-10-03 20:03:47 +00:00
cxa_demangle.cpp [libcxxabi][mips] Correct float_data::mangled_size for all ABI's. 2015-07-30 16:11:04 +00:00
cxa_exception_storage.cpp s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx 2014-09-05 17:46:40 +00:00
cxa_exception.cpp Implement uncaught_exceptions() to get a count, rather than a bool. Update the libc++abi version. Reviewed as http://reviews.llvm.org/D10067 2015-06-02 13:03:17 +00:00
cxa_exception.hpp Formatting fixes. 2015-02-05 23:48:06 +00:00
cxa_guard.cpp Enable -Wundef. 2015-02-05 01:33:15 +00:00
cxa_handlers.cpp Declare __cxa_new_handler as extern "C", or it declares a new variable 2015-04-15 15:35:56 +00:00
cxa_handlers.hpp
cxa_new_delete.cpp
cxa_personality.cpp Remove include directive for the unused libunwind_ext.h. 2015-07-12 14:47:53 +00:00
cxa_thread_atexit.cpp [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux. 2014-12-18 00:03:57 +00:00
cxa_unexpected.cpp
cxa_vector.cpp Fix build with GCC: 2015-03-05 02:56:05 +00:00
cxa_virtual.cpp
exception.cpp
fallback_malloc.ipp fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
private_typeinfo.cpp Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
private_typeinfo.h [libcxxabi] Fix multi-level pointer conversions and pointer to member conversion detection. 2015-04-02 23:26:37 +00:00
stdexcept.cpp Make libc++abi use the implementation of __numstr from libc++. No functionality change, just removal of duplicated code. 2014-05-07 20:17:41 +00:00
typeinfo.cpp