summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* __cxa_demangle: use default member initializationSaleem Abdulrasool2016-11-181-14/+7
* Rename TU names to not conflict with libc++.Eric Fiselier2016-11-184-4/+7
* __cxa_demangle: allow demangling invocation blocksSaleem Abdulrasool2016-11-142-6/+11
* __cxa_demangle: ensure that we have a mangled symbolSaleem Abdulrasool2016-11-141-1/+9
* Fix GCC libc++abi buildEric Fiselier2016-11-132-0/+5
* arm: Fix ttype encoding assertion failure.Logan Chien2016-11-136-3/+210
* [CMake] Fix libc++abi arm build w/o libunwind.Logan Chien2016-11-131-1/+1
* [CMake] Check runtimes subdir when looking for libcxx and libuwindPetr Hosek2016-11-111-4/+14
* [libc++abi] Remove the test for checking using of fallback malloc in case of ...Igor Kudrin2016-11-091-40/+0
* Revert "[CMake] Check runtimes subdir when looking for libcxx and libuwind"Petr Hosek2016-11-091-6/+1
* [CMake] Check runtimes subdir when looking for libcxx and libuwindPetr Hosek2016-11-091-1/+6
* Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the i...Mehdi Amini2016-11-071-1/+1
* Fix libcxxabi CMake detection of libcxx path to handle LLVM_EXTERNAL_LIBCXX_S...Mehdi Amini2016-11-071-2/+8
* Revert "Add some facilities to work with a git monorepo (experimental setup)"Mehdi Amini2016-11-071-2/+0
* Add some facilities to work with a git monorepo (experimental setup)Mehdi Amini2016-11-071-0/+2
* [p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith2016-11-025-1/+208
* Spell libcxxabi-no-threads correctlyEric Fiselier2016-10-311-1/+1
* Mark thread exit test as unsupported w/o threadsEric Fiselier2016-10-301-0/+1
* Get libc++abi building with LLVM_ENABLE_MODULESEric Fiselier2016-10-251-0/+6
* Fix typo in commentVitaly Buka2016-10-151-1/+1
* Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFFVitaly Buka2016-10-141-1/+1
* Mark test as unsupported without threadsEric Fiselier2016-10-142-0/+2
* [libcxxabi] Fix gcc build after r284128Asiri Rathnayake2016-10-131-0/+4
* [libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake2016-10-1310-59/+192
* Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Ba...Eric Fiselier2016-10-126-11/+175
* Fix libc++abi test config after recent libc++ changesEric Fiselier2016-10-121-0/+4
* [libc++abi] Fix bug which cased the static libunwind to always be chosenEric Fiselier2016-10-091-7/+7
* Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin2016-10-077-44/+138
* [CMake] Fix libc++abi standalone cmake build.Logan Chien2016-10-031-1/+1
* Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin2016-09-297-130/+44
* [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin2016-09-297-44/+130
* [libc++abi] Default to DLL annotations on WindowsShoaib Meenai2016-09-272-3/+16
* annotate more function visibilitySaleem Abdulrasool2016-09-232-10/+10
* [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake2016-09-219-62/+47
* Fix side effect in assertionEric Fiselier2016-09-161-1/+1
* [lit] Replace print with lit_config.note().Logan Chien2016-09-021-1/+1
* libc++abi: fix some -Wunused-function warningsSaleem Abdulrasool2016-08-311-12/+16
* Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien2016-08-311-2/+2
* [CMake] Trying to fix the bots I brokeChris Bieneman2016-08-291-1/+1
* [CMake] Use -std=c++11 if supportedChris Bieneman2016-08-291-0/+5
* [CMake] Be more consistent about naming targets and components in libc++abiEric Fiselier2016-08-283-6/+12
* [CMake] Apply r279151 cleanup to libc++abi.Eric Fiselier2016-08-284-10/+13
* test: fix test under ASAN and MSANSaleem Abdulrasool2016-08-281-0/+4
* Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIXEric Fiselier2016-08-161-1/+1
* Fix ASAN failures in the demanglerMehdi Amini2016-08-132-11/+72
* Depend directly on unwind when not building standalonePetr Hosek2016-08-091-2/+7
* Add lib directory to linker paths when using libunwindPetr Hosek2016-08-091-0/+3
* Do not depend on unwind when building standalonePetr Hosek2016-08-081-4/+3
* CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent sp...Eugene Zelenko2016-08-081-5/+4
* Attempt to bring peace to -Werror buildbots.Richard Smith2016-07-191-0/+6
OpenPOWER on IntegriCloud