Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 32 | -1910/+0 |
| | | | | llvm-svn: 224658 | ||||
* | libc++: integral types trap on PNaCl | JF Bastien | 2014-11-26 | 1 | -1/+1 |
| | | | | | | | | | | Reviewers: dschuff, danalbert Subscribers: jfb, cfe-commits Differential Revision: http://reviews.llvm.org/D6411 llvm-svn: 222842 | ||||
* | Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were ↵ | Marshall Clow | 2014-07-31 | 1 | -8/+8 |
| | | | | | | reporting true, for all arithmetic types, which is incorrect. Fix the tests which were wrong, too. This fixes PR#20158. llvm-svn: 214371 | ||||
* | [libc++] Teach is_integral, is_[un]signed and make_[un]signed about ↵ | Stephan Tolksdorf | 2014-03-26 | 32 | -0/+138 |
| | | | | | | | | | | __[u]int128_t This commit also adds tests for std::numeric_limits<__[u]int128_t>. Reviewed in http://llvm-reviews.chandlerc.com/D2917 llvm-svn: 204849 | ||||
* | Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. ↵ | Marshall Clow | 2014-02-03 | 1 | -14/+20 |
| | | | | | | Fixes bug #18468 llvm-svn: 200724 | ||||
* | Removed extra line that I left in when committing 199694. Thanks to Jared ↵ | Marshall Clow | 2014-01-26 | 1 | -1/+0 |
| | | | | | | Grubb for the catch. llvm-svn: 200108 | ||||
* | Removed extra space; thanks to thakis_'s eagle eye | Marshall Clow | 2014-01-21 | 1 | -1/+1 |
| | | | | llvm-svn: 199695 | ||||
* | Fixed test failure in is_iec559.pass.cpp on darwin-ppc32. Thanks to David ↵ | Marshall Clow | 2014-01-20 | 1 | -0/+5 |
| | | | | | | Fang for the report (and suggested fix) llvm-svn: 199694 | ||||
* | Remove executable permissions on a text file | Sylvestre Ledru | 2013-12-01 | 1 | -0/+0 |
| | | | | llvm-svn: 196041 | ||||
* | A few fixes to tests for Windows port. | Howard Hinnant | 2013-07-15 | 2 | -2/+2 |
| | | | | llvm-svn: 186334 | ||||
* | Zhang Xiongpang: Add definitions for const data members. Fixes ↵ | Howard Hinnant | 2012-12-12 | 1 | -0/+185 |
| | | | | | | http://llvm.org/bugs/show_bug.cgi?id=14585. llvm-svn: 170026 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 31 | -62/+62 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 31 | -31/+31 |
| | | | | llvm-svn: 111760 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 31 | -31/+31 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 31 | -0/+1577 |
llvm-svn: 103490 |