summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support/runtime
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove redundant conditionals for Apple platformsLouis Dionne2019-04-231-2/+1
* Fix ABI compatibility of `<stdexcept>` with VCRuntime.Eric Fiselier2019-03-062-0/+81
* Make VCRuntime ABI configuration a first-class option.Eric Fiselier2019-03-051-2/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* [libcxx] Remove bad_array_lengthLouis Dionne2018-11-294-50/+0
* Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow2018-05-291-1/+1
* libcxx: Use vcruntime declarations for typeinfo on Windows.Peter Collingbourne2018-01-261-1/+1
* libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions with...Peter Collingbourne2018-01-181-3/+3
* libcxx: Stop using private MSVC macros in the exception implementation.Peter Collingbourne2018-01-172-43/+17
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-092-16/+95
* [libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao2017-09-192-7/+6
* typeinfo: provide a partial implementation for Win32Saleem Abdulrasool2017-09-151-0/+28
* Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier2017-07-122-9/+7
* [libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao2017-07-102-7/+9
* Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao2017-07-102-9/+7
* [libc++] Refactoring __sync_* builtins; NFCWeiming Zhao2017-07-102-7/+9
* [libc++] Refactor Windows support headers.Eric Fiselier2017-05-101-0/+1
* [libc++] Implement exception_ptr on WindowsEric Fiselier2017-05-081-0/+94
* Fix PR32183 - Wrap GCC exception implementation in missing namespace stdEric Fiselier2017-03-082-1/+5
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-109-0/+633
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-109-633/+0
* Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier2017-02-109-0/+633
OpenPOWER on IntegriCloud