summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make reads and writes of the guard variable atomic.Eric Fiselier2019-04-081-19/+34
* Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.Eric Fiselier2019-04-051-13/+43
* Further refactor cxa_guard.cppEric Fiselier2019-04-051-144/+176
* Create RAII lock guard for global initialization lock.Eric Fiselier2019-04-041-81/+94
* Always use is_initialized and set_initialized in cxa_guard.cppEric Fiselier2019-04-041-16/+8
* llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtorsNico Weber2019-04-031-7/+10
* [libc++abi] Do not share an object library to create the static/shared librariesPetr Hosek2019-04-031-59/+39
* [libc++abi] Add LIBCXXABI_ENABLE_PIC cmake optionSam Clegg2019-04-031-1/+4
* [libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared librarySam Clegg2019-04-031-1/+3
* [libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static librarySam Clegg2019-03-291-12/+7
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-2/+2
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-2/+2
* [libc++abi] Specify unwind lib before other system libraries when linkingLouis Dionne2019-03-011-2/+2
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
* Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek2019-01-301-2/+2
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
* [libunwind] Support building hermetic static libraryPetr Hosek2019-01-291-1/+5
* [libcxxabi] Support building hermetic static libraryPetr Hosek2019-01-241-16/+44
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1928-112/+84
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [demangler] Support for block literals.Erik Pilkington2019-01-171-0/+6
* [demangler] Ignore leading underscores if presentErik Pilkington2019-01-171-2/+2
* NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington2019-01-177-36/+147
* [libcxx] Remove bad_array_lengthLouis Dionne2018-11-291-30/+0
* [Demangle] remove itaniumFindTypesInMangledNamePavel Labath2018-11-271-6/+0
* Port LLVM r346606 to libcxxabi.Nico Weber2018-11-112-3/+3
* Use C++11 fallthrough attribute syntax when available and add a breakReid Kleckner2018-11-011-0/+1
* [libc++abi] Provide __cxa_thread_atexit on FuchsiaPetr Hosek2018-10-291-1/+1
* cxa_demangle: make demangler's parsing functions overridablePavel Labath2018-10-162-303/+363
* NFC: Fix a -Wsign-conversion warningErik Pilkington2018-10-151-5/+11
* Override libcxxabi's .clang-format in the demangle directoryErik Pilkington2018-10-111-0/+2
* Use C++03 friendly version of alignofEric Fiselier2018-10-111-1/+1
* Update libc++abi's detection of aligned allocation after r344207.Eric Fiselier2018-10-112-4/+4
* [libcxxabi] Allow building with sanitizers enabledLouis Dionne2018-10-101-0/+25
* Blind attempt to fix linker errors when building libc++abit w/o exceptions.Marshall Clow2018-10-101-0/+5
* Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...Marshall Clow2018-10-105-34/+42
* Port llvm r342166 to libcxxabi demanglerPavel Labath2018-10-101-19/+16
* [NFC][unwind] Improve error message when a type has more than one RTTIsLouis Dionne2018-10-091-2/+3
* Fix incorrectly aligned exceptions in 32 bit builds.Eric Fiselier2018-09-221-0/+3
* [libc++abi] is_strcmp parameter to is_equal is unused for WIN32Pirama Arumuga Nainar2018-09-211-0/+1
* Merge Demangle change in r342330 to libcxxabi.Nico Weber2018-09-152-31/+15
* Port my recent changes from LLVM copy of the demangler:Richard Smith2018-08-241-24/+74
* Port LLVM r340203 (and r340205) to libcxxabi.Richard Smith2018-08-202-4835/+5273
* Factor Node creation out of the demangler. No functionality change intended.Richard Smith2018-08-161-72/+94
* [itanium demangler] Add llvm::itaniumFindTypesInMangledName()Erik Pilkington2018-08-131-0/+6
* Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0Martin Storsjo2018-08-111-1/+1
* [itanium demangler] Support dot suffixes on block invocation functionsErik Pilkington2018-08-021-0/+2
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-012-2/+0
* [demangler] Fix an oss-fuzz bug from r338138Erik Pilkington2018-07-281-0/+8
* [demangler] Support for reference collapsingErik Pilkington2018-07-271-45/+56
OpenPOWER on IntegriCloud