summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-22Merging r258277:release_38Eric Fiselier
2016-01-22Merging r258249:Eric Fiselier
2016-01-22Merging r258201:Eric Fiselier
2016-01-19Merging r257896:Hans Wennborg
2016-01-13Creating release_38 branch off revision 257626Hans Wennborg
2016-01-13[WebAssembly] Accomodate wasm's 128-bit long double.Dan Gohman
2015-12-23Add new tests for throwing incomplete pointer typesEric Fiselier
2015-12-23Fix PR25898 - Check for incomplete pointers types in can_catch(...)Eric Fiselier
2015-12-22Fix ARM __cxa_end_cleanup() and gc-sections.Logan Chien
2015-12-14[libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov
2015-12-04.gitignore: ignore vim swap filesSaleem Abdulrasool
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-11-18c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool
2015-10-14Fix LIBCXXABI_HAS_NO_THREADS configuration.Eric Fiselier
2015-10-14Configure for config site headerEric Fiselier
2015-10-14Add config.project_obj_root to the libc++abi testsuiteEric Fiselier
2015-10-12Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...Marshall Clow
2015-10-08Fix incorrect parsing of arguments for nested functions. Reviewed as http://r...Marshall Clow
2015-09-20Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL.Nico Weber
2015-09-20EH: fix register usage for SjLjSaleem Abdulrasool
2015-09-01Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS.Eric Fiselier
2015-08-20Fix or disable C++11 tests in C++03 modeEric Fiselier
2015-08-19[libcxxabi] Add "install-libcxxabi" target.Eric Fiselier
2015-08-19[AArch64] Quick fix for cxa demanglerRenato Golin
2015-08-18Revert r243752, it broke running tests on OS X (PR24491).Nico Weber
2015-08-05Update to new lists.llvm.orgTanya Lattner
2015-07-31[libc++abi] Allow use just compiled clang++ for testsRenato Golin
2015-07-30[libcxxabi][mips] Correct float_data::mangled_size for all ABI's.Daniel Sanders
2015-07-27[libcxxabi] Add -funwind-tables to the test compilation options.Daniel Sanders
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