summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src
Commit message (Expand)AuthorAgeFilesLines
* Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL.Nico Weber2015-09-201-0/+24
* EH: fix register usage for SjLjSaleem Abdulrasool2015-09-201-5/+8
* [libcxxabi] Add "install-libcxxabi" target.Eric Fiselier2015-08-191-2/+10
* [AArch64] Quick fix for cxa demanglerRenato Golin2015-08-191-1/+1
* [libcxxabi][mips] Correct float_data::mangled_size for all ABI's.Daniel Sanders2015-07-301-1/+3
* Remove include directive for the unused libunwind_ext.h.Logan Chien2015-07-121-4/+0
* fallback_malloc: silence conversion warning (NFC)Saleem Abdulrasool2015-06-031-4/+4
* fallback_malloc: silence qual-cast warning (NFC)Saleem Abdulrasool2015-06-031-1/+1
* Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow2015-06-021-3/+6
* libcxx: Switch to use __gnu_unwind_frame() for libunwind.Logan Chien2015-05-291-32/+2
* Make sure !empty() before calling String::front().Chaoren Lin2015-05-261-4/+7
* Disallow conversions from function pointers to void*.Eric Fiselier2015-05-011-3/+7
* libc++abi: work around layering violationSaleem Abdulrasool2015-04-281-1/+1
* libc++abi: remove unused variableSaleem Abdulrasool2015-04-271-2/+1
* libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool2015-04-272-3/+2
* libc++abi: silence some warningsSaleem Abdulrasool2015-04-271-1/+1
* libc++abi: remove the duplicated unwind contentSaleem Abdulrasool2015-04-2422-10394/+0
* Declare __cxa_new_handler as extern "C", or it declares a new variableReid Kleckner2015-04-151-1/+1
* [libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...Eric Fiselier2015-04-061-5/+3
* [libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier2015-04-022-0/+98
* Also use dl_iterate_phdr() on CloudABI.Ed Schouten2015-03-311-1/+1
* Don't print debugging messages to stdout.Ed Schouten2015-03-191-18/+18
* Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofsEric Fiselier2015-03-101-1/+1
* [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()Eric Fiselier2015-03-101-12/+20
* Unwind: define more interfaces more oftenSaleem Abdulrasool2015-03-091-40/+36
* Unwind: always define unwind APIsSaleem Abdulrasool2015-03-091-4/+0
* Unwind: remove unnecessary checkSaleem Abdulrasool2015-03-071-1/+0
* Unwind: tweak register handling for AArch64Saleem Abdulrasool2015-03-072-22/+22
* Fix build with GCC:Nick Lewycky2015-03-053-1/+17
* [libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier2015-03-031-24/+44
* Unwind: make it build on Darwin againSaleem Abdulrasool2015-02-281-2/+5
* Add .eh_frame_hdr search to Linux unwinder.Dan Albert2015-02-274-10/+242
* Unwind: clean up some GCC warningsSaleem Abdulrasool2015-02-262-8/+9
* Add .fpu directives to ARM unwind save & restore functions.Jonathan Roelofs2015-02-242-36/+6
* Do not add -fno-exceptions without -funwind-tablesSergey Dmitrouk2015-02-161-2/+9
* Moar post-commit review.Jonathan Roelofs2015-02-141-1/+1
* Address post-commit review commentsJonathan Roelofs2015-02-141-0/+3
* Make the unwinder build on thumbv6-m with the integrated assembler.Jonathan Roelofs2015-02-141-0/+4
* unwind: always export unw_local_addr_spaceSaleem Abdulrasool2015-02-131-5/+4
* unwind: use sizeof() instead of hardcoded sizesSaleem Abdulrasool2015-02-132-10/+15
* Don't use bzero() and strcpy().Ed Schouten2015-02-133-16/+21
* unwind: use explicit memcpy for register savingSaleem Abdulrasool2015-02-121-6/+19
* unwind: move exported APIs out of headerSaleem Abdulrasool2015-02-121-41/+72
* unwind: tweak inclusion ordering to work around GCCSaleem Abdulrasool2015-02-112-0/+5
* unwind: clean up some -Werror=return-type warningsSaleem Abdulrasool2015-02-111-17/+16
* unwind: clean up more -Wformat warningsSaleem Abdulrasool2015-02-112-46/+56
* unwind: clean up straggling -Wundef warningSaleem Abdulrasool2015-02-111-0/+4
* unwind: silence -Wconversion warningsSaleem Abdulrasool2015-02-112-6/+8
* unwind: improve compilation on Linux with gccSaleem Abdulrasool2015-02-101-23/+24
* unwind: clean up some stray semicolonsSaleem Abdulrasool2015-02-102-2/+2
OpenPOWER on IntegriCloud