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
/
valarray
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Cleanup and enable multiple warnings.
Eric Fiselier
2019-12-12
1
-19
/
+7
*
Remove incorrect explicit instantiation declarations for valarray
Richard Smith
2019-04-25
1
-2
/
+0
*
Fix a number of bugs in __val_expr's subset operator[].
Eric Fiselier
2019-04-02
1
-4
/
+19
*
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
-20
/
+20
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-20
/
+20
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-20
/
+20
*
fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray
Eric Fiselier
2018-10-25
1
-1
/
+2
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-25
1
-33
/
+35
*
Temporarily Revert "Implement sized deallocation for std::allocator and frien...
Eric Christopher
2018-10-25
1
-35
/
+33
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-24
1
-33
/
+35
*
[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
Louis Dionne
2018-10-16
1
-2
/
+2
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
1
-20
/
+38
*
[libcxx] Avoid spurious construction of valarray elements
Mikhail Maltsev
2018-02-08
1
-21
/
+58
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers
Eric Fiselier
2017-04-19
1
-40
/
+28
*
[libc++] Tolerate presence of __deallocate macro
Eric Fiselier
2017-01-07
1
-2
/
+1
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-18
/
+18
*
Use _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarray to support attribut...
Eric Fiselier
2016-09-16
1
-3
/
+3
*
Mark declarations of externally instantiated functions as inline so GCC doesn...
Eric Fiselier
2015-12-15
1
-2
/
+2
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-106
/
+204
*
Handle function name conflicts in _LIBCPP_MSVCRT mode
Saleem Abdulrasool
2015-02-13
1
-0
/
+1
*
Add return statement to slice_array and mask_array assignment. Closes PR20614.
Eric Fiselier
2014-08-12
1
-0
/
+2
*
Use __builtin_operator_new/__builtin_operator_delete when available. This
Richard Smith
2014-06-04
1
-18
/
+19
*
G M: Make valarray a little more forgiving to compilers not quite so gifted....
Howard Hinnant
2013-09-13
1
-1
/
+1
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-22
/
+22
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-20
/
+20
*
Provide a way to disable use of extern templates in libc++. This is intended...
Howard Hinnant
2012-11-06
1
-3
/
+3
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-6
/
+10
*
noexcept applied to <valarray>.
Howard Hinnant
2012-07-21
1
-11
/
+11
*
Revert my _LIBCPP_INLINE_VISIBILITY changes, r157097 and r157107
Douglas Gregor
2012-05-19
1
-222
/
+129
*
valarray resize should not be _LIBCPP_INLINE_VISIBILITY
Douglas Gregor
2012-05-19
1
-1
/
+0
*
Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of member
Douglas Gregor
2012-05-19
1
-129
/
+223
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-4
/
+4
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-7
/
+7
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-4
/
+16
*
Optimizing valarray::operator=(some-valarray-expression)
Howard Hinnant
2011-07-27
1
-0
/
+17
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-9
/
+9
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration sweep completed.
Howard Hinnant
2010-09-23
1
-290
/
+294
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-28
/
+28
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-34
/
+34
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+4738