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 (Collapse)Author
2013-10-06Implement literal suffixes for compledMarshall Clow
llvm-svn: 192048
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as ↵Howard Hinnant
explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>. llvm-svn: 188192
2013-08-01Implement constexpr (n3302) and fix operator *= and /=Marshall Clow
llvm-svn: 187529
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into ↵Howard Hinnant
two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute. llvm-svn: 176593
2012-11-07Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant
llvm-svn: 167493
2012-09-20Add overflow check to tanh(complex) and reduce to finite answer. Fixes ↵Howard Hinnant
http://llvm.org/bugs/show_bug.cgi?id=13874 llvm-svn: 164266
2012-07-21constexpr applied to <complex>.Howard Hinnant
llvm-svn: 160585
2012-01-10Fix http://llvm.org/bugs/show_bug.cgi?id=11734Howard Hinnant
llvm-svn: 147853
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
llvm-svn: 142235
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
llvm-svn: 134190
2010-11-18LWG 1522Howard Hinnant
llvm-svn: 119710
2010-11-17license changeHoward Hinnant
llvm-svn: 119395
2010-09-22visibility-decoration.Howard Hinnant
llvm-svn: 114486
2010-08-22Fixing whitespace problemsHoward Hinnant
llvm-svn: 111750
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
llvm-svn: 103516
2010-05-11libcxx initial importHoward Hinnant
llvm-svn: 103490