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
*
[libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...
Eric Fiselier
2015-02-21
1
-0
/
+17
*
[libcxx] Move to using libc++abi2.exp as the default symbol list for libc++
Eric Fiselier
2015-02-21
1
-1
/
+4
*
More on adding sized deallocation functions in libc++: Continuing from r22928...
Larisse Voufo
2015-02-20
8
-0
/
+736
*
Fix incorrect locale mapping in config.py on OSX
Eric Fiselier
2015-02-19
1
-1
/
+1
*
Move to using -fdiagnostics-color=always on both GCC and Clang
Eric Fiselier
2015-02-19
1
-9
/
+1
*
Mark more tuple tests as unsupported in C++98 && C++03
Eric Fiselier
2015-02-19
2
-0
/
+4
*
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
Eric Fiselier
2015-02-19
52
-12
/
+103
*
[libcxx] Tired of colorless compile errors? Enable color diagnostics today!
Eric Fiselier
2015-02-18
1
-0
/
+20
*
Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view.
Eric Fiselier
2015-02-18
1
-0
/
+10
*
[libc++] Fix PR20084 - std::is_function<void() const> failed.
Eric Fiselier
2015-02-18
1
-13
/
+49
*
[libcxx] Add <experimental/ratio>
Eric Fiselier
2015-02-17
10
-0
/
+404
*
Rooting out more undefined behavior in char_traits.
Marshall Clow
2015-02-13
16
-0
/
+24
*
Appease buildbots
Jonathan Roelofs
2015-02-13
1
-2
/
+2
*
Modularize TargetInfo discovery in the lit config
Jonathan Roelofs
2015-02-13
4
-29
/
+98
*
Fix error checking in get_temp_file_name().
Dan Albert
2015-02-13
1
-4
/
+7
*
Move the test for zero-length into the char_traits (from string_view). Add te...
Marshall Clow
2015-02-12
4
-0
/
+4
*
Remove undefined behavior from test; specifically, compare(NULL, XXX, 0)
Marshall Clow
2015-02-12
1
-1
/
+1
*
Remove undefined behavior from test; specifically, compare(NULL, XXX, 0). Tha...
Marshall Clow
2015-02-12
1
-2
/
+1
*
Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03
Marshall Clow
2015-02-11
1
-0
/
+2
*
Fix PR 22541: When values are equal, minmax should return the rightmost one i...
Marshall Clow
2015-02-11
1
-0
/
+35
*
Update double_include.sh.cpp for new headers.
Eric Fiselier
2015-02-11
1
-0
/
+2
*
libc++ tests: wait_until.pass test sporadically fails (bug 21998)
Eric Fiselier
2015-02-11
2
-194
/
+258
*
Make convert_to_integral.pass.cpp more platform generic.
Eric Fiselier
2015-02-11
1
-3
/
+5
*
Remove default definition for libcxx_obj_dir because it doesn't make sense
Eric Fiselier
2015-02-11
1
-6
/
+6
*
Add pragma system header to some experimental headers and add newlines to files.
Eric Fiselier
2015-02-10
2
-2
/
+2
*
Fix more issues exposed by -pedantic-errors in c++03 mode
Eric Fiselier
2015-02-10
27
-26
/
+28
*
Remove use of zero length arrays in tests. Get tests passing with -pedantic-e...
Eric Fiselier
2015-02-10
8
-228
/
+58
*
[libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...
Eric Fiselier
2015-02-10
4
-0
/
+81
*
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
Eric Fiselier
2015-02-10
7
-11
/
+163
*
Fix use of C++11 extensions in C++03 code.
Eric Fiselier
2015-02-10
3
-10
/
+12
*
Remove use of _[A-Z] identifiers and poison them to detect usage
Eric Fiselier
2015-02-05
2
-2
/
+35
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
24
-16
/
+66
*
Test commit: remove whitespace at EOL.
Dimitry Andric
2015-02-05
1
-1
/
+1
*
add platform to LIT's available features
Eric Fiselier
2015-02-03
1
-0
/
+8
*
Fix alignment in tests for readability.
Eric Fiselier
2015-02-03
2
-4
/
+4
*
Don't assume LIT_EXECUTABLE points to a Python script, take 2
Greg Fitzgerald
2015-02-03
1
-14
/
+20
*
Revert "Don't assume LIT_EXECUTABLE points to a Python script"
Greg Fitzgerald
2015-02-03
1
-20
/
+14
*
Don't assume LIT_EXECUTABLE points to a Python script
Greg Fitzgerald
2015-02-03
1
-14
/
+20
*
[libcxx] Add <experimental/system_error>
Eric Fiselier
2015-02-03
5
-0
/
+138
*
[libcxx] Add <experimental/chrono>
Eric Fiselier
2015-02-02
4
-0
/
+110
*
Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ...
Marshall Clow
2015-02-02
1
-5
/
+24
*
Fix PR#22427. The implementation of inplace_merge had a \'small data set\' op...
Marshall Clow
2015-02-02
2
-3
/
+12
*
Fix for PR22061 by K-ballo
Marshall Clow
2015-01-28
1
-3
/
+6
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
157
-205
/
+155
*
Removed some tabs that snuck into the test suite. No functionality change
Marshall Clow
2015-01-28
5
-29
/
+29
*
Fix PR22366. When move-constructing an associative container and explicitly p...
Marshall Clow
2015-01-28
5
-0
/
+241
*
Fix flag order of -xc++ in CXXCompiler.
Eric Fiselier
2015-01-28
1
-4
/
+6
*
Fix definition of __has_feature in r227263
Eric Fiselier
2015-01-27
1
-1
/
+1
*
Ensure __has_feature is defined in test/support/count_new.hpp
Eric Fiselier
2015-01-27
1
-0
/
+4
*
Fix linking pthread in tests on FreeBSD
Eric Fiselier
2015-01-27
1
-1
/
+1
[next]