index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Add option to disable new/delete overloads when libc++abi provides t...
Eric Fiselier
2017-03-02
1
-2
/
+3
*
[libcxx] Support threads on Fuchsia
Petr Hosek
2017-03-01
1
-2
/
+2
*
Remove a now unneeded __CloudABI__ check.
Ed Schouten
2017-02-11
1
-2
/
+0
*
Fix the build of thread.cpp on CloudABI.
Ed Schouten
2017-02-11
1
-2
/
+2
*
Fix yet another Apple buildit bug
Eric Fiselier
2017-02-10
1
-1
/
+3
*
Attempt to fix Apple buildit bots
Eric Fiselier
2017-02-10
1
-1
/
+5
*
Recommit "Split exception.cpp and new.cpp implementation into different files...
Eric Fiselier
2017-02-10
12
-498
/
+687
*
Revert "Split exception.cpp and new.cpp implementation into different files f...
Eric Fiselier
2017-02-10
12
-686
/
+498
*
Split exception.cpp and new.cpp implementation into different files for diffe...
Eric Fiselier
2017-02-10
12
-498
/
+686
*
Threading support: externalize sleep_for() function.
Asiri Rathnayake
2017-02-09
1
-26
/
+2
*
Fix bugs in filesystem detected by _LIBCPP_ASSERT.
Eric Fiselier
2017-02-07
2
-7
/
+16
*
filesystem: return the constructed object
Saleem Abdulrasool
2017-02-07
1
-5
/
+2
*
Refer to _LIBCPP_MSVC macro where applicable
Saleem Abdulrasool
2017-02-06
3
-8
/
+8
*
Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noe...
Marshall Clow
2017-02-05
1
-2
/
+2
*
Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...
Marshall Clow
2017-02-05
1
-2
/
+6
*
filesystem: fix n4100 conformance for `temp_directory_path`
Saleem Abdulrasool
2017-02-05
1
-14
/
+19
*
Recommit [libcxx] Never use <cassert> within libc++
Eric Fiselier
2017-02-04
4
-11
/
+5
*
experimental: avoid using raw _WIN32 in filesystem
Saleem Abdulrasool
2017-01-30
1
-5
/
+6
*
experimental: port directory_iterator to Windows
Saleem Abdulrasool
2017-01-30
1
-0
/
+72
*
experimental: add missing file header
Saleem Abdulrasool
2017-01-30
1
-0
/
+9
*
experimental: inline single use of a typedef
Saleem Abdulrasool
2017-01-30
1
-4
/
+1
*
experimental: tolerate the existence of a `__deref` macro
Saleem Abdulrasool
2017-01-30
1
-2
/
+2
*
experimental: remove dead function
Saleem Abdulrasool
2017-01-29
1
-13
/
+0
*
Revert "[libcxx] Never use <cassert> within libc++"
Eric Fiselier
2017-01-24
4
-5
/
+11
*
[libcxx] Never use <cassert> within libc++
Eric Fiselier
2017-01-24
4
-11
/
+5
*
Disable aligned new/delete on Apple platforms without posix_memalign
Eric Fiselier
2017-01-20
1
-0
/
+4
*
[NFC] Group aligned new/delete definitions together in new.cpp
Eric Fiselier
2017-01-20
1
-85
/
+85
*
Add ABI option to remove recently inlined __shared_count functions from the l...
Eric Fiselier
2017-01-17
2
-1
/
+4
*
[Test patch] Inline hot functions in libcxx shared_ptr
Kevin Hu
2017-01-17
1
-30
/
+8
*
Improve CMake and LIT support for Windows
Eric Fiselier
2017-01-16
1
-1
/
+2
*
[libcxx] Follow-up to r292107
Asiri Rathnayake
2017-01-16
1
-5
/
+5
*
Fix Windows try_lock implementation
Eric Fiselier
2017-01-14
1
-2
/
+2
*
[libc++] Pair _aligned_malloc with _aligned_free
Shoaib Meenai
2017-01-12
1
-0
/
+4
*
[Chrono][Darwin] Include header for gettimeofday
Bruno Cardoso Lopes
2017-01-10
1
-1
/
+1
*
[Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAW
Bruno Cardoso Lopes
2017-01-09
1
-3
/
+45
*
[libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Win...
Eric Fiselier
2017-01-07
1
-6
/
+28
*
Ensure Sleep(...) isn't passed the value 0 on Windows
Eric Fiselier
2017-01-07
1
-1
/
+1
*
Explicitly specify MSVC mangling of iostream globals. Patch from Dave Lee
Eric Fiselier
2017-01-07
1
-10
/
+42
*
system_error: correct ELAST emulation on Windows
Saleem Abdulrasool
2017-01-07
1
-1
/
+1
*
[libc++] Tolerate presence of __deallocate macro
Eric Fiselier
2017-01-07
1
-1
/
+1
*
thread: implement sleep_for on Windows
Saleem Abdulrasool
2017-01-07
1
-0
/
+7
*
Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.
Eric Fiselier
2017-01-06
1
-1
/
+1
*
config_elast: fix typo (NFC)
Saleem Abdulrasool
2017-01-05
1
-1
/
+1
*
thread_support: split out {,non-}recursive mutex
Saleem Abdulrasool
2017-01-05
1
-4
/
+4
*
Fix std::pointer_safety type in ABI v2
Eric Fiselier
2017-01-05
1
-2
/
+3
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-3
/
+3
*
fix elast configuration on Windows targets
Saleem Abdulrasool
2017-01-04
1
-1
/
+3
*
clean up use of _WIN32
Saleem Abdulrasool
2017-01-03
6
-18
/
+19
*
system_error: provide a thread safe stringification for Windows
Saleem Abdulrasool
2017-01-03
1
-2
/
+10
*
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-03
4
-8
/
+19
[next]