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++] Implement LWG 2510
Louis Dionne
2019-09-24
2
-4
/
+4
*
Only initialize the streams cout/wcout/cerr/wcerr etc once, rather than any t...
Marshall Clow
2019-09-13
1
-2
/
+17
*
Fix build in C++20
Eric Fiselier
2019-09-13
1
-2
/
+2
*
[libc++] Only build with -fvisibility=hidden on Clang
Louis Dionne
2019-09-04
1
-1
/
+7
*
[libc++] Fix directory_iterator compilation on Win32
Nico Weber
2019-08-31
1
-6
/
+6
*
Fix missing __muloti4 function with UBSAN
Eric Fiselier
2019-08-21
1
-1
/
+1
*
Fix thread comparison by making sure we never pass our special 'not a thread'...
Marshall Clow
2019-08-14
1
-1
/
+1
*
Rework recursive_timed_mutex so that it uses __thread_id instead of using the...
Marshall Clow
2019-08-14
1
-6
/
+6
*
[libc++] Always build with -fvisibility=hidden
Louis Dionne
2019-08-13
2
-3
/
+3
*
[libc++] Take 2: Integrate the PSTL into libc++
Louis Dionne
2019-08-05
1
-0
/
+8
*
[runtimes] Don't depend on libpthread on Android
Yi Kong
2019-07-22
10
-10
/
+10
*
Revert "[libc++] Integrate the PSTL into libc++"
Louis Dionne
2019-07-19
1
-9
/
+0
*
[libc++] Integrate the PSTL into libc++
Louis Dionne
2019-07-19
1
-0
/
+9
*
build: use multiple `install` rather than building up a list
Saleem Abdulrasool
2019-07-09
1
-12
/
+20
*
Make ~mutex and ~condition_variable trivial on Windows.
Eric Fiselier
2019-07-07
3
-4
/
+48
*
Fix PR27658 - Make ~mutex trivial when possible.
Eric Fiselier
2019-07-07
3
-4
/
+53
*
[libc++] Avoid using timespec when it might not be available
Mikhail Maltsev
2019-06-21
2
-2
/
+2
*
Fix a '>= 0' test on unsigned that I inadvertantly introduced. Now correctly ...
Marshall Clow
2019-06-17
1
-1
/
+1
*
Recommit r362649, which was reverted in r262680 because of bugs in std::to_ch...
Marshall Clow
2019-06-10
1
-103
/
+37
*
[libc++] Fix leading zeros in std::to_chars
Zhihao Yuan
2019-06-10
1
-116
/
+44
*
Revert "Speedup to_string and to_wstring for integers using stack buffer and ...
Vlad Tsyrklevich
2019-06-06
1
-37
/
+103
*
Speedup to_string and to_wstring for integers using stack buffer and SSO. Rev...
Marshall Clow
2019-06-05
1
-103
/
+37
*
No longer reject inputs when using a locale that has grouping information _an...
Marshall Clow
2019-06-04
1
-1
/
+3
*
[libcxx] Use libtool when merging archives on Apple platforms
Petr Hosek
2019-06-02
1
-0
/
+4
*
[runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all relevant files
Petr Hosek
2019-05-30
2
-2
/
+2
*
[runtimes] Check if pragma comment(lib, ...) is supported first
Petr Hosek
2019-05-30
8
-8
/
+8
*
[runtimes] Support ELF dependent libraries feature
Petr Hosek
2019-05-30
10
-0
/
+41
*
[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...
Petr Hosek
2019-05-22
1
-3
/
+3
*
Speculative fix for std stream destruction order on Windows.
Eric Fiselier
2019-05-22
1
-0
/
+21
*
[libcxx] Don't use -fvisibility-global-new-delete-hidden when not defining them
Petr Hosek
2019-05-06
1
-1
/
+6
*
[libc++][CMake] Link against libSystem on Apple platforms
Louis Dionne
2019-05-02
1
-0
/
+4
*
[WebAssembly] WASI support for libcxx
Dan Gohman
2019-05-01
2
-2
/
+4
*
[libcxx] Move CMake file to src, avoid using globs
Petr Hosek
2019-05-01
1
-0
/
+472
*
Fix r359229 which tried to fix r359159...
Chandler Carruth
2019-04-26
1
-1
/
+1
*
Remove incorrect explicit instantiation declarations for valarray
Richard Smith
2019-04-25
1
-0
/
+4
*
[libc++] Remove redundant conditionals for Apple platforms
Louis Dionne
2019-04-23
3
-8
/
+6
*
[libc++][CMake] Remove unnecessary conditional for defining new handlers
Louis Dionne
2019-04-17
1
-1
/
+1
*
[libc++] Use the no_destroy attribute to avoid destroying debug DB statics
Louis Dionne
2019-04-17
1
-2
/
+2
*
[libc++][NFC] Make size of allocation more self-documenting
Louis Dionne
2019-04-17
1
-2
/
+2
*
[libc++] Remove old workaround for buildit
Louis Dionne
2019-04-16
1
-6
/
+2
*
Fix typo that I introduced in r357413. Thanks to ensadc@mailnesia.com for the...
Marshall Clow
2019-04-02
1
-1
/
+2
*
Fix PR#41323 'Race condition in steady_clock::now for _LIBCPP_WIN32API'. than...
Marshall Clow
2019-04-01
1
-6
/
+15
*
[libc++] Fix return value of snprintf_l() on Windows when buffer is too small
Thomas Anderson
2019-03-26
1
-4
/
+5
*
[NFC][libc++] Reindent #ifdefs
Louis Dionne
2019-03-21
1
-12
/
+12
*
libc++/win: Make once_flag have the same size as a pointer.
Nico Weber
2019-03-20
1
-8
/
+8
*
[libc++] Speed up certain locale functions on Windows
Thomas Anderson
2019-03-19
1
-0
/
+6
*
Remove exception throwing debug mode handler support.
Eric Fiselier
2019-03-18
1
-50
/
+9
*
LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"
Eric Fiselier
2019-03-09
1
-10
/
+14
*
Fix ABI compatibility of `<stdexcept>` with VCRuntime.
Eric Fiselier
2019-03-06
3
-81
/
+85
*
Fix -fsanitize=vptr badness in <__debug>
Eric Fiselier
2019-03-05
1
-9
/
+6
[next]