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
/
memory
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Rework compressed pair constructors.
Eric Fiselier
2019-12-16
1
-66
/
+29
*
Add default initialization to compressed_pair.
Eric Fiselier
2019-12-16
1
-0
/
+7
*
[libc++] Rename __to_raw_pointer to __to_address.
Eric Fiselier
2019-11-16
1
-27
/
+38
*
[libcxx] Remove shared_ptr::make_shared
Zoe Carver
2019-10-22
1
-24
/
+21
*
[libc++] Remove C++03 variadics in shared_ptr (v2)
Zoe Carver
2019-10-07
1
-70
/
+0
*
[libcxx] Do not implicitly #include assert.h
David Zarzycki
2019-09-26
1
-1
/
+0
*
[libc++] Remove C++03 variadics in shared_ptr
Zoe Carver
2019-09-24
1
-194
/
+0
*
Recommit r370502: Make `vector` unconditionally move elements when
Eric Fiselier
2019-09-13
1
-7
/
+48
*
[libc++] Revert "Make `vector` unconditionally move elements when exceptions ...
Louis Dionne
2019-09-05
1
-19
/
+7
*
Make `vector` unconditionally move elements when exceptions are disabled.
Eric Fiselier
2019-08-30
1
-7
/
+19
*
[libc++] reverts commit a5f5aad568bb7a91ceee47641f3076ac339ef8c7.
Zoe Carver
2019-08-19
1
-110
/
+260
*
This commit removes std::shared_ptr::make_shared and std::shared_ptr::allocat...
Zoe Carver
2019-08-14
1
-260
/
+110
*
[pstl][libc++] Provide uglified header names for interface headers
Louis Dionne
2019-08-06
1
-1
/
+1
*
[libc++] Take 2: Integrate the PSTL into libc++
Louis Dionne
2019-08-05
1
-0
/
+4
*
Revert "[libc++] Integrate the PSTL into libc++"
Louis Dionne
2019-07-19
1
-4
/
+0
*
[libc++] Integrate the PSTL into libc++
Louis Dionne
2019-07-19
1
-0
/
+4
*
Use C++11 implementation of unique_ptr in C++03.
Eric Fiselier
2019-06-23
1
-157
/
+51
*
Make move and forward work in C++03.
Eric Fiselier
2019-06-21
1
-32
/
+10
*
Apply [[nodebug]] to typedefs throughout the STL.
Eric Fiselier
2019-06-12
1
-57
/
+57
*
Substantially reduce instantiations and debug size of std::function
Eric Fiselier
2019-06-08
1
-0
/
+46
*
Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).
Richard Smith
2019-04-25
1
-3
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
1
-8
/
+8
*
[libcxx] Optimize vectors construction of trivial types from an iterator rang...
Volodymyr Sapsai
2019-01-08
1
-9
/
+17
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
1
-21
/
+27
*
[libcxx] Add paranoid cast-to-void in comma operator
Louis Dionne
2018-12-07
1
-1
/
+1
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-7
/
+7
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-7
/
+7
*
[libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Louis Dionne
2018-11-13
1
-2
/
+2
*
Fix incorrect use of aligned allocation in get_temporary_buffer.
Eric Fiselier
2018-10-26
1
-1
/
+1
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-25
1
-5
/
+5
*
Temporarily Revert "Implement sized deallocation for std::allocator and frien...
Eric Christopher
2018-10-25
1
-5
/
+5
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-24
1
-5
/
+5
*
Distinguish between library and language support for aligned allocation.
Eric Fiselier
2018-10-11
1
-1
/
+1
*
Fix even more Clang warnings.
Eric Fiselier
2018-10-01
1
-2
/
+5
*
[libc++] Add deprecated attributes to many deprecated components
Louis Dionne
2018-09-23
1
-8
/
+8
*
[libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-...
Roman Lebedev
2018-09-22
1
-1
/
+1
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...
Marshall Clow
2018-08-28
1
-3
/
+3
*
libcxx: Mark __temp_value::__temp_value as _LIBCPP_NO_CFI.
Peter Collingbourne
2018-08-15
1
-2
/
+5
*
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...
Louis Dionne
2018-08-01
1
-3
/
+3
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
1
-3
/
+3
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-3
/
+3
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-3
/
+3
*
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
Marshall Clow
2018-07-02
1
-4
/
+4
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
1
-30
/
+7
*
Implement LWG3035: std::allocator's constructors should be constexpr.
Marshall Clow
2018-03-20
1
-7
/
+18
*
Implement LWG#2908 - The less-than operator for shared pointers could do more...
Marshall Clow
2018-02-12
1
-0
/
+5
*
Make std::get_temporary_buffer respect overaligned types when possible
Richard Smith
2018-02-01
1
-1
/
+48
*
libcxx: Disable CFI in function std::get_temporary_buffer.
Peter Collingbourne
2018-01-17
1
-0
/
+1
[next]