summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix libcxxabi's library and object root for tests.Eric Fiselier2015-02-113-9/+14
* unwind: improve compilation on Linux with gccSaleem Abdulrasool2015-02-101-23/+24
* unwind: clean up some stray semicolonsSaleem Abdulrasool2015-02-102-2/+2
* unwind: clean up -Wundef warningsSaleem Abdulrasool2015-02-102-14/+14
* unwind: fix -Wformat warnings from gccSaleem Abdulrasool2015-02-103-95/+98
* Unwind: hoist placement delete into base classSaleem Abdulrasool2015-02-061-2/+4
* Unwind: replace pure virtual functions with abortsSaleem Abdulrasool2015-02-061-17/+33
* unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool2015-02-062-1/+9
* Fix build for apple machines.Matthias Braun2015-02-061-2/+2
* Fix build.Dan Albert2015-02-061-2/+0
* Revert "indicate tag type in C"Saleem Abdulrasool2015-02-052-9/+9
* [libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert2015-02-058-39/+37
* Formatting fixes.Dan Albert2015-02-053-36/+34
* Fix compilation of unwind on Darwin-x86_64Saleem Abdulrasool2015-02-051-0/+4
* Silence some -Wundef warningsSaleem Abdulrasool2015-02-052-4/+4
* Silence warning about loss of precisionSaleem Abdulrasool2015-02-051-1/+1
* indicate tag type in CSaleem Abdulrasool2015-02-052-9/+9
* Install header filesGreg Fitzgerald2015-02-051-0/+7
* Some more -Wundef issues.Dan Albert2015-02-053-8/+8
* Enable -Wundef.Dan Albert2015-02-0516-62/+71
* Whitespace cleanup.Dan Albert2015-02-042-63/+55
* Make test require 'linux' instead of 'linux2'Eric Fiselier2015-02-031-1/+1
* Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default.Eric Fiselier2015-01-261-0/+4
* [libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...Eric Fiselier2015-01-226-48/+114
* Enable backtrace_test for ARM.Logan Chien2015-01-221-1/+0
* Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien2015-01-222-0/+6
* Force unwind frame with user-defined personality.Logan Chien2015-01-224-69/+109
* Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien2015-01-222-0/+14
* Allow libc++abi to be built without unwinder.Logan Chien2015-01-222-34/+46
* Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.Logan Chien2015-01-222-22/+26
* Merge libc++abi's lit configuration with libc++'sJonathan Roelofs2015-01-216-288/+133
* Rename all of the tests in preparation for merging lit configs with libcxxJonathan Roelofs2015-01-2140-1/+1
* Fix abort_message.cpp for the NDK.Dan Albert2015-01-161-3/+15
* LIBCXXABI_TARGET_TRIPLE won't always be set.Dan Albert2015-01-161-1/+2
* [libc++abi] Add support for cross compiling.Dan Albert2015-01-161-0/+7
* Update PACKAGE_VERSION to 3.7.0svnHans Wennborg2015-01-141-1/+1
* Fix some formatting I messed up in r225187.Dan Albert2015-01-051-1/+1
* Make the Unwinder -Werror clean.Dan Albert2015-01-055-95/+110
* Typo.Joerg Sonnenberger2015-01-041-1/+1
* [cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth2014-12-295-24/+30
* Silence warnings in libunwind.Logan Chien2014-12-212-6/+9
* [libunwind] improve x86_64 comments in compact_unwind_encoding.hNick Kledzik2014-12-201-3/+7
* [libunwind] fix comment in compact_unwind_encoding.hNick Kledzik2014-12-201-1/+1
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-186-0/+79
* Use the newer python syntax for exceptionsJustin Bogner2014-12-131-1/+1
* Fix comment on end of #endif to match #ifEric Fiselier2014-11-251-1/+1
* Use lit.util.executeCommand instead of our own versionEric Fiselier2014-11-251-20/+2
OpenPOWER on IntegriCloud