index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
utilities
/
memory
/
default.allocator
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
2
-2
/
+2
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
5
-0
/
+10
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
1
-1
/
+0
*
[libc++] Mark several tests as XFAIL on macosx10.7
Louis Dionne
2019-02-27
1
-0
/
+5
*
[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef
Louis Dionne
2019-02-05
1
-6
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
11
-12
/
+34
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
11
-44
/
+33
*
[libcxx] Add missing <cstddef> includes in tests
Louis Dionne
2018-11-19
1
-0
/
+1
*
avoid new/delete ellision in construct.pass.cpp
Eric Fiselier
2018-03-25
1
-0
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-03-22
1
-1
/
+1
*
Use DoNotOptimize to prevent new/delete elision.
Eric Fiselier
2018-03-22
1
-1
/
+5
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
1
-22
/
+76
*
Implement LWG3035: std::allocator's constructors should be constexpr.
Marshall Clow
2018-03-20
1
-0
/
+50
*
More of P0600; marking allocation routines as [[nodiscard]]
Marshall Clow
2017-11-26
1
-0
/
+28
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-1
/
+1
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
1
-1
/
+1
*
Fix test failure to to new/delete ellisions
Eric Fiselier
2017-07-09
1
-2
/
+3
*
[libcxx] [test] D26813: allocator<const T> is non-Standard.
Stephan T. Lavavej
2016-11-18
2
-18
/
+18
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
1
-1
/
+1
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-1
/
+3
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-3
/
+3
*
Change allocator<T>::allocate to throw length_error, not bad_alloc
Eric Fiselier
2016-05-07
1
-3
/
+5
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
1
-2
/
+8
*
Mark exception-throwing test as XFAIL when exceptions are disabled
Marshall Clow
2016-03-14
1
-0
/
+1
*
Fix for PR26812: possible overflow issue in std::allocator::allocate
Marshall Clow
2016-03-03
1
-0
/
+46
*
Fixed a possible overflow in a test of allocator::max_size().
Marshall Clow
2015-10-05
1
-2
/
+2
*
Suppress clang warnings in some tests
Eric Fiselier
2015-08-30
1
-2
/
+4
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
1
-13
/
+8
*
Noticed that std::allocator<const T> was missing the definition for is_always...
Marshall Clow
2015-07-01
1
-0
/
+5
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
1
-0
/
+1
*
[libcxx] Consolidate new/delete replacement in tests and disable it when usin...
Eric Fiselier
2014-12-22
2
-59
/
+33
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
8
-0
/
+518