summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* Fix LIBCXXABI_HAS_NO_THREADS configuration.Eric Fiselier2015-10-141-8/+4
* Configure for config site headerEric Fiselier2015-10-141-0/+1
* Add config.project_obj_root to the libc++abi testsuiteEric Fiselier2015-10-141-0/+1
* Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...Marshall Clow2015-10-122-1/+3
* Fix incorrect parsing of arguments for nested functions. Reviewed as http://r...Marshall Clow2015-10-082-2/+4
* 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
* Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS.Eric Fiselier2015-09-012-2/+2
* Fix or disable C++11 tests in C++03 modeEric Fiselier2015-08-204-22/+14
* [libcxxabi] Add "install-libcxxabi" target.Eric Fiselier2015-08-191-2/+10
* [AArch64] Quick fix for cxa demanglerRenato Golin2015-08-191-1/+1
* Revert r243752, it broke running tests on OS X (PR24491).Nico Weber2015-08-181-5/+0
* Update to new lists.llvm.orgTanya Lattner2015-08-052-4/+4
* [libc++abi] Allow use just compiled clang++ for testsRenato Golin2015-07-311-0/+5
* [libcxxabi][mips] Correct float_data::mangled_size for all ABI's.Daniel Sanders2015-07-301-1/+3
* [libcxxabi] Add -funwind-tables to the test compilation options.Daniel Sanders2015-07-271-0/+1
* 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-023-6/+46
* 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
* 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
OpenPOWER on IntegriCloud