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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR35637: suboptimal codegen for `vector<unsigned char>`.
Eric Fiselier
2019-07-28
3
-95
/
+86
*
Fix a bug in std::chrono::abs where it would fail when the duration's period ...
Marshall Clow
2019-07-26
2
-1
/
+7
*
[NFC][libcxx] Add comments about making mutex/condition_variable trivial on A...
Louis Dionne
2019-07-25
1
-3
/
+13
*
Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...
Marshall Clow
2019-07-25
20
-66
/
+162
*
[AIX][lit] Don't depend on psutil on AIX
David Tenty
2019-07-24
1
-16
/
+19
*
[RISCV] Implement benchmark::cycleclock::Now
Roger Ferrer Ibanez
2019-07-24
2
-0
/
+21
*
Implement most of P1612R1: Relocate endian. Moves the std::endian functional...
Marshall Clow
2019-07-23
3
-16
/
+23
*
[NFC][libc++] Add missing EXPLICIT to pair and tuple synopsis
Louis Dionne
2019-07-22
2
-16
/
+16
*
[runtimes] Don't depend on libpthread on Android
Yi Kong
2019-07-22
10
-10
/
+10
*
[libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose fails
Petr Hosek
2019-07-22
2
-3
/
+58
*
[libc++] Do not infer support for C++17 in GCC < 7
Louis Dionne
2019-07-22
1
-0
/
+1
*
Update c++2a status page with post-Cologne information
Marshall Clow
2019-07-22
1
-1
/
+57
*
[libc++] Mark libcpp_deallocate.sh.cpp as UNSUPPORTED instead of XFAIL on App...
Louis Dionne
2019-07-19
1
-1
/
+1
*
Revert "[libc++] Integrate the PSTL into libc++"
Louis Dionne
2019-07-19
14
-59
/
+0
*
[libc++] Allow passing additional CMake arguments in macOS trunk CI script
Louis Dionne
2019-07-19
1
-1
/
+9
*
[libc++] Use _EnableIf instead of std::enable_if in deduction guides for map ...
Louis Dionne
2019-07-19
2
-24
/
+24
*
[libc++] Integrate the PSTL into libc++
Louis Dionne
2019-07-19
14
-0
/
+59
*
[libc++] Add missing %link_flags to .sh.cpp test
Louis Dionne
2019-07-19
1
-1
/
+1
*
[libc++] Fix link error with _LIBCPP_HIDE_FROM_ABI_PER_TU and std::string
Louis Dionne
2019-07-19
2
-10
/
+21
*
[libc++] Add C++17 deduction guides for std::function
Louis Dionne
2019-07-18
4
-0
/
+337
*
Bump the trunk version to 10.0.0svn
Hans Wennborg
2019-07-18
5
-12
/
+12
*
[libc++] XFAIL a test that does not behave properly on older Clang
Louis Dionne
2019-07-17
1
-0
/
+4
*
[libcxx] Rejigger test for destroying delete feature-test macros
Louis Dionne
2019-07-16
1
-4
/
+13
*
[libc++] Add missing UNSUPPORTED for CTAD tests
Louis Dionne
2019-07-16
2
-0
/
+2
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
9
-6
/
+263
*
[libc++] Implement P0433: deduction guides for <unordered_map>
Louis Dionne
2019-07-15
8
-7
/
+1106
*
Constrain workaround to avoid affecting other buildbots
Eric Fiselier
2019-07-15
1
-2
/
+4
*
Improve compile time of variant.
Eric Fiselier
2019-07-14
2
-31
/
+154
*
Add test for variant construction with duplicate types.
Eric Fiselier
2019-07-14
1
-0
/
+12
*
Cleanup whitespace in <variant>. NFC.
Eric Fiselier
2019-07-14
1
-11
/
+7
*
Harden variant test added in r366022
Eric Fiselier
2019-07-14
1
-3
/
+3
*
Avoid eager template instantiation caused by the variant narrowing checks.
Eric Fiselier
2019-07-14
2
-9
/
+41
*
Fix non-conformance it `std::tuple`.
Eric Fiselier
2019-07-12
2
-20
/
+47
*
Add option to disable variant narrowing conversion changes.
Eric Fiselier
2019-07-12
8
-93
/
+105
*
[libc++] Add XFAILs for CTAD tests on older compilers
Louis Dionne
2019-07-12
2
-0
/
+2
*
Mark destroying delete test as UNSUPPORTED with clang 7
Eric Fiselier
2019-07-12
1
-1
/
+1
*
Tolerate import errors in "not.py" implementation
Eric Fiselier
2019-07-12
1
-4
/
+12
*
Reorganize the 'bit' header to make most of the facilities available for inte...
Marshall Clow
2019-07-12
5
-117
/
+263
*
Add another buildbot username to the workaround list
Eric Fiselier
2019-07-12
1
-1
/
+1
*
Attempt to override broken buildbot config for libc++abi.
Eric Fiselier
2019-07-12
1
-0
/
+8
*
Fix memory leak in set and map.
Eric Fiselier
2019-07-11
3
-128
/
+129
*
[libc++] Implement deduction guides for <unordered_set>
Louis Dionne
2019-07-11
5
-6
/
+702
*
build: use multiple `install` rather than building up a list
Saleem Abdulrasool
2019-07-09
1
-12
/
+20
*
Revert "[libc++] Take 2: Do not cleverly link against libc++abi just because ...
Vitaly Buka
2019-07-08
2
-1
/
+14
*
[libc++] Take 2: Do not cleverly link against libc++abi just because it happe...
Louis Dionne
2019-07-08
2
-14
/
+1
*
Make forward_list::remove/remove_if/unique all return void before C++20; undo...
Marshall Clow
2019-07-08
6
-82
/
+152
*
Make ~mutex and ~condition_variable trivial on Windows.
Eric Fiselier
2019-07-07
5
-19
/
+66
*
Fix PR27658 - Make ~mutex trivial when possible.
Eric Fiselier
2019-07-07
6
-20
/
+73
*
Make list::remove/remove_if/unique all return void before C++20; undoes that ...
Marshall Clow
2019-07-06
5
-33
/
+103
*
This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...
Zoe Carver
2019-07-05
6
-4
/
+70
[next]