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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_poi...
Eric Fiselier
2015-08-23
1
-0
/
+27
*
Refactor shared_timed_mutex tests.
Eric Fiselier
2015-08-22
21
-146
/
+119
*
Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao
Eric Fiselier
2015-08-20
2
-2
/
+2
*
Cleanup unique_ptr failure tests and convert them to Clang verify
Eric Fiselier
2015-08-20
8
-217
/
+98
*
Fix one last dynarray test
Eric Fiselier
2015-08-20
1
-20
/
+25
*
Fix more uses of uninitialized values in dynarray
Eric Fiselier
2015-08-20
1
-20
/
+21
*
Cleanup failing dynarray tests
Eric Fiselier
2015-08-19
2
-24
/
+52
*
Add files that got missed in r245512.
Eric Fiselier
2015-08-19
4
-179
/
+89
*
More unique_ptr test cleanup. Fixes in <memory> to come later.
Eric Fiselier
2015-08-19
5
-132
/
+114
*
Remove test_atomic.h header
Eric Fiselier
2015-08-19
4
-119
/
+10
*
Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback()
Alexey Samsonov
2015-08-19
1
-2
/
+7
*
[libcxx] Allow use of <atomic> in C++03. Try 3.
Eric Fiselier
2015-08-19
31
-675
/
+270
*
Use TestAtomic instead of std::atomic so the test can run in C++03
Eric Fiselier
2015-08-19
1
-2
/
+3
*
Mark std::packaged_task tests as unsupported in C++03.
Eric Fiselier
2015-08-19
18
-61
/
+45
*
[libcxx] Add Atomic test helper and fix TSAN failures.
Eric Fiselier
2015-08-18
8
-136
/
+257
*
[libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...
Eric Fiselier
2015-08-18
1
-0
/
+247
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
3
-4
/
+137
*
Fix failing unique_ptr tests.
Eric Fiselier
2015-07-31
2
-38
/
+7
*
Start cleanup of unique_ptr tests.
Eric Fiselier
2015-07-31
28
-1575
/
+894
*
[libcxx] Add <experimental/any> v2.
Eric Fiselier
2015-07-31
26
-0
/
+2260
*
Reapply working parts of CMake cleanup.
Eric Fiselier
2015-07-30
2
-80
/
+43
*
Change some #ifdefs to #if - thanks to Dexon for thge catch.
Marshall Clow
2015-07-30
2
-4
/
+4
*
Revert recent CMake changes again due to failing compiler-rt builds
Eric Fiselier
2015-07-29
2
-42
/
+80
*
Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
Eric Fiselier
2015-07-29
2
-80
/
+42
*
Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
Hans Wennborg
2015-07-29
2
-42
/
+80
*
Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report ...
Marshall Clow
2015-07-29
2
-10
/
+69
*
[libcxx] Cleanup CMake configuration and integrate with LLVM
Eric Fiselier
2015-07-29
2
-80
/
+42
*
Remove sanitizer XFAILs on a test.
Eric Fiselier
2015-07-28
1
-7
/
+0
*
Mark async tests as UNSUPPORTED in C++03 because it requires variadics
Eric Fiselier
2015-07-28
2
-0
/
+2
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
8
-35
/
+35
*
Checking more __invoke tests.
Eric Fiselier
2015-07-28
4
-0
/
+1126
*
Detect and throw on a class of bad regexes that we mistakenly accepted before...
Marshall Clow
2015-07-23
2
-1
/
+43
*
Mark this test as XFAIL with older compilers, since they hit PR18097
Justin Bogner
2015-07-22
1
-0
/
+4
*
Cleanup <__functional_03>
Eric Fiselier
2015-07-22
9
-0
/
+55
*
[libcxx] Add support for sanitizers on OS X.
Eric Fiselier
2015-07-22
2
-0
/
+7
*
Mark new tests as unsupported before C++11
Marshall Clow
2015-07-20
4
-1
/
+9
*
Implement the default searcher for std::experimental::search.
Marshall Clow
2015-07-20
7
-0
/
+405
*
Implement the plugin-based version of std::search. There are no searchers yet...
Marshall Clow
2015-07-20
1
-0
/
+43
*
Fix warnings in unordered_map
Eric Fiselier
2015-07-19
29
-85
/
+44
*
Fix warnings in forwardlist
Eric Fiselier
2015-07-19
3
-6
/
+6
*
Fix warnings in deque tests
Eric Fiselier
2015-07-19
10
-57
/
+24
*
Commit file missing from r242629
Eric Fiselier
2015-07-19
1
-0
/
+8
*
Fix warnings in array and assoc containers
Eric Fiselier
2015-07-18
21
-25
/
+92
*
Cleanup warnings in test/std/depr
Eric Fiselier
2015-07-18
12
-15
/
+32
*
Fix warnings in test/std/algorithms
Eric Fiselier
2015-07-18
6
-18
/
+20
*
Fix unused variable warnings in atomic tests
Eric Fiselier
2015-07-18
5
-5
/
+7
*
Fix warnings in test/std/language.support
Eric Fiselier
2015-07-18
10
-9
/
+44
*
Fix up typos in a couple of tests; due to agressive short-circuiting, they ne...
Marshall Clow
2015-07-18
2
-2
/
+10
*
Add missing instrumentation in vector::insert - Patch from Anna Zaks
Eric Fiselier
2015-07-18
2
-4
/
+18
*
[libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
2015-07-18
3
-38
/
+73
[prev]
[next]