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
/
new
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
1
-2
/
+2
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
1
-2
/
+2
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
1
-2
/
+2
*
P0722R3: Implement library support for destroying delete
Eric Fiselier
2019-05-23
1
-0
/
+15
*
Make VCRuntime ABI configuration a first-class option.
Eric Fiselier
2019-03-05
1
-6
/
+6
*
[libc++] Rename _NOALIAS macro to _LIBCPP_NOALIAS
Louis Dionne
2019-02-26
1
-4
/
+4
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libcxx] Remove bad_array_length
Louis Dionne
2018-11-29
1
-35
/
+0
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-25
1
-13
/
+88
*
Temporarily Revert "Implement sized deallocation for std::allocator and frien...
Eric Christopher
2018-10-25
1
-88
/
+13
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-24
1
-13
/
+88
*
Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETE
Eric Fiselier
2018-10-11
1
-1
/
+1
*
Distinguish between library and language support for aligned allocation.
Eric Fiselier
2018-10-11
1
-21
/
+18
*
Attempt to fix aligned allocation configuration under clang-cl
Eric Fiselier
2018-10-01
1
-0
/
+4
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
[libc++] Enable aligned allocation based on feature test macro, irrespective ...
Louis Dionne
2018-08-10
1
-7
/
+0
*
[NFC][libc++] Consistently use spaces to indent
Louis Dionne
2018-08-03
1
-2
/
+2
*
[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
-1
/
+1
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-1
/
+1
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-1
/
+1
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
1
-4
/
+45
*
Fix libcxx MSVC C++17 redefinition of 'align_val_t'
Eric Fiselier
2018-02-11
1
-0
/
+2
*
Implement more of P0600: '[[nodiscard]] in the library' for C++2a
Marshall Clow
2017-12-04
1
-20
/
+20
*
Add [[nodiscard]] to std::async as part of P0600.
Marshall Clow
2017-11-23
1
-1
/
+1
*
Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144
Marshall Clow
2017-11-22
1
-0
/
+25
*
[libc++] Support Microsoft ABI without vcruntime headers
Shoaib Meenai
2017-10-09
1
-5
/
+5
*
Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"
Akira Hatanaka
2017-06-30
1
-10
/
+10
*
[libcxx] Annotate c++17 aligned new/delete operators with availability
Akira Hatanaka
2017-06-26
1
-10
/
+10
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-7
/
+9
*
Recommit "Split exception.cpp and new.cpp implementation into different files...
Eric Fiselier
2017-02-10
1
-7
/
+19
*
Revert "Split exception.cpp and new.cpp implementation into different files f...
Eric Fiselier
2017-02-10
1
-18
/
+6
*
Split exception.cpp and new.cpp implementation into different files for diffe...
Eric Fiselier
2017-02-10
1
-6
/
+18
*
Revert accidentally changes which reverted r292582
Eric Fiselier
2017-01-21
1
-1
/
+1
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-1
/
+1
*
Still expose std::align_val_t in C++17 even if we don't have aligned new/delete.
Eric Fiselier
2017-01-20
1
-1
/
+1
*
Disable aligned new/delete on Apple platforms without posix_memalign
Eric Fiselier
2017-01-20
1
-2
/
+3
*
[libc++] Tolerate presence of __deallocate macro
Eric Fiselier
2017-01-07
1
-3
/
+1
*
Fix use of throw(...) spec with GCC in C++17
Eric Fiselier
2017-01-02
1
-1
/
+1
*
[libc++] Fix preprocessor guard for overload declaration
Shoaib Meenai
2016-11-18
1
-1
/
+1
*
[libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Shoaib Meenai
2016-11-16
1
-26
/
+20
*
Implement P0035R4 -- Add C++17 aligned allocation functions
Eric Fiselier
2016-10-14
1
-14
/
+65
*
[libc++] Correct explanation of _LIBCPP_NEW_DELETE_VIS
Shoaib Meenai
2016-10-12
1
-1
/
+1
*
[libc++] Clarify _LIBCPP_NEW_DELETE_VIS for Windows
Shoaib Meenai
2016-09-28
1
-2
/
+2
*
Try 2 - Remove <cstdlib> include from `<exception>`
Eric Fiselier
2016-09-06
1
-0
/
+3
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-2
/
+14
*
[libcxx] Rework sized delete.
Eric Fiselier
2015-05-19
1
-2
/
+4
*
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
Marshall Clow
2015-05-18
1
-6
/
+0
*
More on adding sized deallocation functions in libc++: Continuing from r22928...
Larisse Voufo
2015-02-20
1
-2
/
+6
*
Implement C++14's sized deallocation functions, since there are no longer imp...
Larisse Voufo
2015-02-15
1
-0
/
+10
[next]