summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* Make sure !empty() before calling String::front().Chaoren Lin2015-05-261-4/+7
* LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and fin...Anton Korobeynikov2015-05-091-2/+3
* TyposAnton Korobeynikov2015-05-081-2/+2
* Fix "TODO" and provide the configure-time options to find libunwind.Anton Korobeynikov2015-05-081-5/+30
* Disallow conversions from function pointers to void*.Eric Fiselier2015-05-012-3/+23
* Fix syntax error in CMake created when a variable is not defined.Eric Fiselier2015-04-291-2/+2
* libc++abi: work around layering violationSaleem Abdulrasool2015-04-282-1/+5
* libc++abi: try harder to force the LLVM unwinder on ARMSaleem Abdulrasool2015-04-281-8/+3
* libc++abi: enable LLVM unwinder by default for ARMSaleem Abdulrasool2015-04-271-1/+6
* 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 build infrastructure for unwindSaleem Abdulrasool2015-04-251-5/+3
* libc++abi: move tests backSaleem Abdulrasool2015-04-246-0/+771
* libc++abi: remove the duplicated unwind contentSaleem Abdulrasool2015-04-2432-12473/+2
* 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-064-17/+118
* [libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier2015-04-025-4/+395
* Revert r228351 - Dont install header files.Eric Fiselier2015-04-011-7/+0
* 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
* Let libc++'s LIT configuration setup our linker paths and env.Eric Fiselier2015-03-172-18/+2
* add option to tell LIT where to find the libc++ library when built out of treeEric Fiselier2015-03-173-2/+9
* Update copyright year to 2015.Renato Golin2015-03-121-1/+1
* 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-033-25/+50
* 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
* Add remote testing support to the lit configJonathan Roelofs2015-02-262-0/+6
* 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
* Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length ...Eric Fiselier2015-02-211-0/+9
* 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-132-6/+6
* 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-122-66/+73
* 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
OpenPOWER on IntegriCloud