Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-19[libcxx] Improve accuracy of complex asinh and acoshMikhail Maltsev
2018-02-01Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow
2017-07-07cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith
2017-01-05[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-24Fix unused parameters and variablesEric Fiselier
2016-10-01Use __builtin_isnan/isinf/isfinite in complexHal Finkel
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-07-20Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.Eric Fiselier
2016-04-22Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2016-04-04Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need ...Marshall Clow
2013-10-06Implement literal suffixes for compledMarshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-01Implement constexpr (n3302) and fix operator *= and /=Marshall Clow
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-11-07Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant
2012-09-20Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant
2012-07-21constexpr applied to <complex>.Howard Hinnant
2012-01-10Fix http://llvm.org/bugs/show_bug.cgi?id=11734Howard Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2010-11-18LWG 1522Howard Hinnant
2010-11-17license changeHoward Hinnant
2010-09-22visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant