| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libc++] Remove redundant conditionals for Apple platforms | Louis Dionne | 2019-04-23 | 1 | -2/+1 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [libc++] Replace __sync_* functions with __libcpp_atomic_* functions | Weiming Zhao | 2017-09-19 | 1 | -0/+1 |
| * | [libc++] Implement exception_ptr on Windows | Eric Fiselier | 2017-05-08 | 1 | -1/+1 |
| * | Recommit "Split exception.cpp and new.cpp implementation into different files... | Eric Fiselier | 2017-02-10 | 1 | -312/+15 |
| * | Revert "Split exception.cpp and new.cpp implementation into different files f... | Eric Fiselier | 2017-02-10 | 1 | -14/+312 |
| * | Split exception.cpp and new.cpp implementation into different files for diffe... | Eric Fiselier | 2017-02-10 | 1 | -312/+14 |
| * | Refer to _LIBCPP_MSVC macro where applicable | Saleem Abdulrasool | 2017-02-06 | 1 | -6/+6 |
| * | [libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Win... | Eric Fiselier | 2017-01-07 | 1 | -6/+28 |
| * | Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. | Eric Fiselier | 2017-01-03 | 1 | -2/+4 |
| * | Revert r290839 - Fix configuring and building libc++ w/o an ABI library | Eric Fiselier | 2017-01-02 | 1 | -4/+2 |
| * | Fix configuring and building libc++ w/o an ABI library. | Eric Fiselier | 2017-01-02 | 1 | -2/+4 |
| * | Mark libc++ internal globals with _LIBCPP_SAFE_STATIC. | Eric Fiselier | 2016-09-28 | 1 | -2/+2 |
| * | Remove a long-standing __has_include hack. | Benjamin Kramer | 2015-10-16 | 1 | -7/+3 |
| * | Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc... | Marshall Clow | 2015-06-02 | 1 | -1/+1 |
| * | Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe... | Marshall Clow | 2015-06-02 | 1 | -5/+11 |
| * | Fix building and testing libc++ with GCC. | Eric Fiselier | 2015-05-20 | 1 | -1/+1 |
| * | Print log/error messages on stderr, not stdout | Ed Schouten | 2015-03-10 | 1 | -8/+8 |
| * | Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom. | Eric Fiselier | 2014-11-01 | 1 | -1/+1 |
| * | Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN... | Marshall Clow | 2013-11-19 | 1 | -3/+3 |
| * | Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha... | Marshall Clow | 2013-11-11 | 1 | -1/+1 |
| * | Silence the unused function warning in exception.cpp. | Peter Collingbourne | 2013-10-06 | 1 | -17/+16 |
| * | Implement std::exception_ptr under libsupc++. | Peter Collingbourne | 2013-10-06 | 1 | -12/+51 |
| * | Eliminate more symbols multiply defined between libsupc++ and libc++. | Peter Collingbourne | 2013-10-06 | 1 | -0/+4 |
| * | G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that... | Howard Hinnant | 2013-10-04 | 1 | -22/+52 |
| * | Add some friendly messages to libcxx calls to abort(). | Howard Hinnant | 2013-07-23 | 1 | -0/+9 |
| * | Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu... | Howard Hinnant | 2013-03-29 | 1 | -1/+3 |
| * | Removed raw references to __APPLE__; now just check to see if it is defined. | Marshall Clow | 2013-03-18 | 1 | -2/+2 |
| * | Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ... | Howard Hinnant | 2013-01-22 | 1 | -1/+1 |
| * | [CMake] Add support for selecting which c++ abi library to use. | Michael J. Spencer | 2012-11-30 | 1 | -3/+3 |
| * | libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with a | Richard Smith | 2012-07-26 | 1 | -4/+4 |
| * | Teach libc++ to check for libc++abi and use its features if they're available. | Richard Smith | 2012-07-11 | 1 | -8/+11 |
| * | Undo some overzealous #ifdefs for LIBCXXRT. | David Chisnall | 2012-03-14 | 1 | -5/+9 |
| * | I'm reverting one of the changes made to exception.cpp in r151717. I'm unsur... | Howard Hinnant | 2012-02-29 | 1 | -0/+4 |
| * | Some libcxxrt-compatibility cleanups (avoid defining things twice). | David Chisnall | 2012-02-29 | 1 | -27/+25 |
| * | Make attributes on definition consistent with those on declaration. | Howard Hinnant | 2012-02-03 | 1 | -0/+1 |
| * | Prepare for running on top of new libc++abi. | Howard Hinnant | 2012-02-02 | 1 | -9/+17 |
| * | Correct change to exception.cpp from r140245 | Howard Hinnant | 2011-09-21 | 1 | -1/+1 |
| * | Fixes for FreeBSD, including some fairly obvious copy-and-paste errors. | David Chisnall | 2011-09-21 | 1 | -14/+23 |
| * | Configure to get along with 2.9 clang | Howard Hinnant | 2011-07-29 | 1 | -0/+1 |
| * | Applied noexcept to everything in [language.support] (Chapter 18) | Howard Hinnant | 2011-05-26 | 1 | -15/+15 |
| * | Added [[noreturn]] attribute everywhere it should be | Howard Hinnant | 2011-05-26 | 1 | -2/+4 |
| * | Add a couple more std-qualifers. | Howard Hinnant | 2010-12-06 | 1 | -2/+2 |
| * | Fix up uses of new/terminate/unexpected handlers to use the new getters. | Howard Hinnant | 2010-12-04 | 1 | -2/+2 |
| * | N3189 Observers for the three handler functions | Howard Hinnant | 2010-12-02 | 1 | -6/+14 |
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| * | Remove tabs | Howard Hinnant | 2010-08-22 | 1 | -21/+21 |
| * | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -35/+25 |
| * | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -2/+8 |
| * | [except.nested] | Howard Hinnant | 2010-05-27 | 1 | -0/+17 |