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++] Move the linker script generation step to CMake
Louis Dionne
2019-10-08
1
-28
/
+4
*
[libc++] Make sure we link all system libraries into the benchmarks
Louis Dionne
2019-10-08
1
-63
/
+2
*
[libc++] TAKE 2: Make system libraries PRIVATE dependencies of libc++
Louis Dionne
2019-10-08
1
-14
/
+14
*
[libc++] Guard cxx_experimental settings behind LIBCXX_ENABLE_EXPERIMENTAL_LI...
Alex Langford
2019-10-04
1
-6
/
+6
*
[libc++] Localize common build flags into a single CMake function
Louis Dionne
2019-10-04
1
-20
/
+10
*
[libc++] Move more CMake flags to per-target definitions
Louis Dionne
2019-10-04
1
-0
/
+6
*
[libc++] Add a per-target flag to include the generated config_site
Louis Dionne
2019-10-03
1
-0
/
+2
*
[libc++] Use functions instead of global variables to set libc++ build flags
Louis Dionne
2019-10-02
1
-29
/
+4
*
[libc++] Use a function to set warning flags per target
Louis Dionne
2019-10-02
1
-0
/
+2
*
[libc++] Revert to using PUBLIC instead of PRIVATE when linking system libs
Louis Dionne
2019-10-02
1
-14
/
+14
*
[libc++] Use PRIVATE instead of PUBLIC when linking against system libs
Louis Dionne
2019-10-02
1
-14
/
+14
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
2
-4
/
+4
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
2
-4
/
+4
*
[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
[next]