Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
include
/
valarray
9d25ada
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. "
by Eric Fiselier
· 7 years ago
8a486da
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
by Eric Fiselier
· 7 years ago
8622e86
fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray
by Eric Fiselier
· 7 years ago
f25b75b
Implement sized deallocation for std::allocator and friends.
by Eric Fiselier
· 7 years ago
9bbee38
Temporarily Revert "Implement sized deallocation for std::allocator and friends."
by Eric Christopher
· 7 years ago
7e6448b
Implement sized deallocation for std::allocator and friends.
by Eric Fiselier
· 7 years ago
7833b88
[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
by Louis Dionne
· 7 years ago
f2918d1
Fix PR22634 - std::allocator doesn't respect over-aligned types.
by Eric Fiselier
· 8 years ago
2b20304
[libcxx] Avoid spurious construction of valarray elements
by Mikhail Maltsev
· 8 years ago
a016efb
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
by Eric Fiselier
· 8 years ago
69154d6
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers
by Eric Fiselier
· 8 years ago
cd71f44
[libc++] Tolerate presence of __deallocate macro
by Eric Fiselier
· 9 years ago
e2f2d1e
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
by Eric Fiselier
· 9 years ago
1fbaf53
Use _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarray to support attribute((internal_linkage)).
by Eric Fiselier
· 9 years ago
fd10d98
Mark declarations of externally instantiated functions as inline so GCC doesn't complain.
by Eric Fiselier
· 10 years ago
906c872
Cleanup: move visibility/linkage attributes to the first declaration.
by Evgeniy Stepanov
· 10 years ago
8e5ce33
Handle function name conflicts in _LIBCPP_MSVCRT mode
by Saleem Abdulrasool
· 11 years ago
981a64c
Add return statement to slice_array and mask_array assignment. Closes PR20614.
by Eric Fiselier
· 11 years ago
ff0aff3
Use __builtin_operator_new/__builtin_operator_delete when available. This
by Richard Smith
· 11 years ago
f35fc7a
G M: Make valarray a little more forgiving to compilers not quite so gifted. This has no impact on clang.
by Howard Hinnant
· 12 years ago
f0544c2
Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>.
by Howard Hinnant
· 12 years ago
6e41256
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
by Howard Hinnant
· 13 years ago
cd47cbc
Provide a way to disable use of extern templates in libc++. This is intended for the clients of libc++, not the libc++ build. The dylib should always contain the extern templates. To disable the client needs to put -D'_LIBCPP_EXTERN_TEMPLATE(...)=' on the command line.
by Howard Hinnant
· 13 years ago
aeb8568
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
by Howard Hinnant
· 13 years ago
bf88203
noexcept applied to <valarray>.
by Howard Hinnant
· 13 years ago
a336f5e
Revert my _LIBCPP_INLINE_VISIBILITY changes, r157097 and r157107
by Douglas Gregor
· 13 years ago
a1b6937
valarray resize should not be _LIBCPP_INLINE_VISIBILITY
by Douglas Gregor
· 13 years ago
8f69b1a
Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of member
by Douglas Gregor
· 13 years ago
c206366
Quash a whole bunch of warnings
by Howard Hinnant
· 14 years ago
c003db1
Further macro protection by replacing _[A-Z] with _[A-Z]p
by Howard Hinnant
· 14 years ago
ab4f438
Add protection from min/max macros
by Howard Hinnant
· 14 years ago
073458b
Windows support by Ruben Van Boxem.
by Howard Hinnant
· 14 years ago
54976f2
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
by Howard Hinnant
· 14 years ago
f4a797e
Optimizing valarray::operator=(some-valarray-expression)
by Howard Hinnant
· 14 years ago
ce48a11
_STD -> _VSTD to avoid macro clash on windows
by Howard Hinnant
· 14 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
789847d
visibility-decoration sweep completed.
by Howard Hinnant
· 15 years ago
7609c9b
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 15 years ago
b3371f6
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago