summaryrefslogtreecommitdiffstats
path: root/libcxx/include/valarray
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-121-19/+7
* Remove incorrect explicit instantiation declarations for valarrayRichard Smith2019-04-251-2/+0
* Fix a number of bugs in __val_expr's subset operator[].Eric Fiselier2019-04-021-4/+19
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-20/+20
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-20/+20
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-20/+20
* fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarrayEric Fiselier2018-10-251-1/+2
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-251-33/+35
* Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher2018-10-251-35/+33
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-241-33/+35
* [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITYLouis Dionne2018-10-161-2/+2
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-20/+38
* [libcxx] Avoid spurious construction of valarray elementsMikhail Maltsev2018-02-081-21/+58
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-2/+6
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier2017-04-191-40/+28
* [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-071-2/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-18/+18
* Use _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarray to support attribut...Eric Fiselier2016-09-161-3/+3
* Mark declarations of externally instantiated functions as inline so GCC doesn...Eric Fiselier2015-12-151-2/+2
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2015-11-071-106/+204
* Handle function name conflicts in _LIBCPP_MSVCRT modeSaleem Abdulrasool2015-02-131-0/+1
* Add return statement to slice_array and mask_array assignment. Closes PR20614.Eric Fiselier2014-08-121-0/+2
* Use __builtin_operator_new/__builtin_operator_delete when available. ThisRichard Smith2014-06-041-18/+19
* G M: Make valarray a little more forgiving to compilers not quite so gifted....Howard Hinnant2013-09-131-1/+1
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-22/+22
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-20/+20
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-061-3/+3
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-6/+10
* noexcept applied to <valarray>.Howard Hinnant2012-07-211-11/+11
* Revert my _LIBCPP_INLINE_VISIBILITY changes, r157097 and r157107Douglas Gregor2012-05-191-222/+129
* valarray resize should not be _LIBCPP_INLINE_VISIBILITYDouglas Gregor2012-05-191-1/+0
* Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of memberDouglas Gregor2012-05-191-129/+223
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-4/+4
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-7/+7
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-4/+16
* Optimizing valarray::operator=(some-valarray-expression)Howard Hinnant2011-07-271-0/+17
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-9/+9
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration sweep completed.Howard Hinnant2010-09-231-290/+294
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-28/+28
* Fixing whitespace problemsHoward Hinnant2010-08-221-34/+34
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+4738
OpenPOWER on IntegriCloud