summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-12Merging r244004:release_37Hans Wennborg
2015-07-30Merging r243645:Daniel Sanders
2015-07-30Merging r243296:Daniel Sanders
2015-07-14Creating release_37 branch off revision 242221Hans Wennborg
2015-07-12Remove include directive for the unused libunwind_ext.h.Logan Chien
2015-06-03fallback_malloc: silence conversion warning (NFC)Saleem Abdulrasool
2015-06-03fallback_malloc: silence qual-cast warning (NFC)Saleem Abdulrasool
2015-06-02Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow
2015-05-29libcxx: Switch to use __gnu_unwind_frame() for libunwind.Logan Chien
2015-05-26Make sure !empty() before calling String::front().Chaoren Lin
2015-05-09LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and fin...Anton Korobeynikov
2015-05-08TyposAnton Korobeynikov
2015-05-08Fix "TODO" and provide the configure-time options to find libunwind.Anton Korobeynikov
2015-05-01Disallow conversions from function pointers to void*.Eric Fiselier
2015-04-29Fix syntax error in CMake created when a variable is not defined.Eric Fiselier
2015-04-28libc++abi: work around layering violationSaleem Abdulrasool
2015-04-28libc++abi: try harder to force the LLVM unwinder on ARMSaleem Abdulrasool
2015-04-27libc++abi: enable LLVM unwinder by default for ARMSaleem Abdulrasool
2015-04-27libc++abi: remove unused variableSaleem Abdulrasool
2015-04-27libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool
2015-04-27libc++abi: silence some warningsSaleem Abdulrasool
2015-04-25libc++abi: remove build infrastructure for unwindSaleem Abdulrasool
2015-04-24libc++abi: move tests backSaleem Abdulrasool
2015-04-24libc++abi: remove the duplicated unwind contentSaleem Abdulrasool
2015-04-15Declare __cxa_new_handler as extern "C", or it declares a new variableReid Kleckner
2015-04-06[libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...Eric Fiselier
2015-04-02[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier
2015-04-01Revert r228351 - Dont install header files.Eric Fiselier
2015-03-31Also use dl_iterate_phdr() on CloudABI.Ed Schouten
2015-03-19Don't print debugging messages to stdout.Ed Schouten
2015-03-17Let libc++'s LIT configuration setup our linker paths and env.Eric Fiselier
2015-03-17add option to tell LIT where to find the libc++ library when built out of treeEric Fiselier
2015-03-12Update copyright year to 2015.Renato Golin
2015-03-10Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofsEric Fiselier
2015-03-10[libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()Eric Fiselier
2015-03-09Unwind: define more interfaces more oftenSaleem Abdulrasool
2015-03-09Unwind: always define unwind APIsSaleem Abdulrasool
2015-03-07Unwind: remove unnecessary checkSaleem Abdulrasool
2015-03-07Unwind: tweak register handling for AArch64Saleem Abdulrasool
2015-03-05Fix build with GCC:Nick Lewycky
2015-03-03[libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier
2015-02-28Unwind: make it build on Darwin againSaleem Abdulrasool
2015-02-27Add .eh_frame_hdr search to Linux unwinder.Dan Albert
2015-02-26Add remote testing support to the lit configJonathan Roelofs
2015-02-26Unwind: clean up some GCC warningsSaleem Abdulrasool
2015-02-24Add .fpu directives to ARM unwind save & restore functions.Jonathan Roelofs
2015-02-21Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length ...Eric Fiselier
2015-02-16Do not add -fno-exceptions without -funwind-tablesSergey Dmitrouk
2015-02-14Moar post-commit review.Jonathan Roelofs
2015-02-14Address post-commit review commentsJonathan Roelofs