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
/
include
/
experimental
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
3
-48
/
+48
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
1
-1
/
+0
*
[libcxx] Do not implicitly #include assert.h
David Zarzycki
2019-09-26
1
-1
/
+0
*
[libcxx] Slightly improved policy for handling experimental features
Louis Dionne
2019-06-11
9
-161
/
+7
*
Implement LWG 2960: nonesuch is insufficiently useless
Marshall Clow
2019-04-30
1
-5
/
+5
*
Fix visibility for coroutine types on Windows
Eric Fiselier
2019-04-17
1
-3
/
+3
*
Revert "[coroutines] Add std::experimental::task<T> type"
Brian Gesiak
2019-03-26
3
-510
/
+8
*
[coroutines] Add std::experimental::task<T> type
Brian Gesiak
2019-03-26
3
-8
/
+510
*
[libc++] Remove visibility-related warnings with Clang 8
Louis Dionne
2019-02-27
1
-6
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
27
-108
/
+81
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
2
-7
/
+7
*
Fix PR39749 - Headers containing just #error harm __has_include.
Eric Fiselier
2019-01-06
8
-19
/
+99
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-3
/
+3
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-3
/
+3
*
[libcxx] Remove dynarray
Louis Dionne
2018-11-28
1
-305
/
+0
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-25
1
-3
/
+3
*
Revert "Fix use of __libcpp_deallocate in dynarray"
Eric Christopher
2018-10-25
1
-1
/
+1
*
Fix use of __libcpp_deallocate in dynarray
Eric Fiselier
2018-10-25
1
-1
/
+1
*
Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...
Tim Shen
2018-07-30
2
-48
/
+340
*
Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...
Tim Shen
2018-07-30
2
-336
/
+48
*
[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...
Tim Shen
2018-07-30
2
-48
/
+336
*
Implement <filesystem>
Eric Fiselier
2018-07-27
2
-2464
/
+2
*
[libc++] Use __int128_t to represent file_time_type.
Eric Fiselier
2018-07-25
1
-1
/
+31
*
Make <experimental/filesystem> explicitly require C++11.
Eric Fiselier
2018-07-25
1
-161
/
+165
*
Ensure path::iterator and PathParser share the same enumeration values.
Eric Fiselier
2018-07-25
1
-9
/
+18
*
Recommit "Use possibly cached directory entry values when performing recursiv...
Eric Fiselier
2018-07-23
1
-2
/
+10
*
Implement filesystem_error::what() and improve reporting.
Eric Fiselier
2018-07-23
1
-25
/
+36
*
Fix two test failures in <experimental/filesystem>
Eric Fiselier
2018-07-20
1
-0
/
+5
*
Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...
Eric Fiselier
2018-07-20
1
-0
/
+8
*
[libc++] Implement Directory Entry Caching -- Sort of.
Eric Fiselier
2018-07-20
1
-11
/
+382
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
2
-7
/
+7
*
[libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-10
1
-0
/
+1
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
2
-7
/
+7
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
2
-7
/
+7
*
Remove unused code from __functional_base. NFC.
Eric Fiselier
2018-06-06
1
-2
/
+2
*
LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"
Eric Fiselier
2018-05-29
1
-11
/
+11
*
Allow copy elision in path concatenation
David Bolvansky
2018-05-09
1
-1
/
+3
*
Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based ...
Tim Shen
2018-04-23
2
-0
/
+1297
*
Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."
Tim Shen
2018-04-23
2
-1297
/
+0
*
[libcxx] implement <experimental/simd> declarations based on P0214R7.
Tim Shen
2018-04-23
2
-0
/
+1297
*
[coroutines] libcxx, noop_coroutine, make bots even more happy
Gor Nishanov
2018-04-05
1
-3
/
+3
*
[coroutines] Allow compilation under c++03
Gor Nishanov
2018-04-04
1
-1
/
+1
*
[coroutines] Add noop_coroutine to <experimental/coroutine>
Gor Nishanov
2018-04-04
1
-29
/
+68
*
Implement P0430R2 - File system library on non-POSIX systems.
Eric Fiselier
2018-04-02
1
-5
/
+14
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
1
-46
/
+122
*
Implement filesystem::perm_options specified in NB comments.
Eric Fiselier
2018-03-26
1
-11
/
+53
*
Fix dynarray test failures after changing __libcpp_allocate/deallocate
Eric Fiselier
2018-03-22
1
-7
/
+8
*
Implement LWG#2518 - Non-member swap for propagate_const should call member swap
Marshall Clow
2018-03-08
1
-2
/
+1
*
While implementing P0777 - preventing unnecessary decay, I found some non-pub...
Marshall Clow
2018-02-12
1
-4
/
+4
[next]