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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Missed a typename
Marshall Clow
2015-01-07
1
-2
/
+2
*
libc++ implements its' hash objects as deriving from std::unary_function, and...
Marshall Clow
2015-01-07
11
-24
/
+35
*
In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega...
Marshall Clow
2015-01-07
4
-4
/
+8
*
Add tests to check the typedefs from the result of std::owner_less
Marshall Clow
2015-01-07
1
-0
/
+8
*
Missed one comparison test in r225375
Marshall Clow
2015-01-07
1
-1
/
+3
*
In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/...
Marshall Clow
2015-01-07
16
-16
/
+48
*
Move a test to the new tests directory.
Dan Albert
2015-01-06
1
-0
/
+0
*
Make a test UNSUPPORTED if libcpp-has-no-threads.
Dan Albert
2015-01-06
1
-0
/
+2
*
Appease MSAN buildbots.
Dan Albert
2015-01-06
1
-1
/
+1
*
Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet...
Marshall Clow
2015-01-06
2
-0
/
+53
*
Obey [atomics.types.operations.req]/21 for GCC.
Dan Albert
2015-01-06
2
-6
/
+57
*
[libcxx] Set _LIBCPP_ELAST for mingw.
Dan Albert
2015-01-06
4
-23
/
+50
*
[cmake/multilib] Teach libc++'s CMake build to support multilib libdir
Chandler Carruth
2014-12-29
2
-4
/
+11
*
Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...
Eric Fiselier
2014-12-23
2
-2
/
+51
*
Remove non-const test to get test passing. Will come back later and (correctl...
Marshall Clow
2014-12-23
1
-4
/
+0
*
[libcxx] Consolidate new/delete replacement in tests and disable it when usin...
Eric Fiselier
2014-12-22
19
-449
/
+372
*
[libcxx] Add numerous options to libc++ LIT test suite configuration.
Eric Fiselier
2014-12-22
4
-51
/
+242
*
Fix PR22000. __bit_iterator::move_backwards. Also make a note that __bit_iter...
Marshall Clow
2014-12-22
1
-1
/
+1
*
Move unconditional test compile and link flags into their configuration funct...
Eric Fiselier
2014-12-20
1
-2
/
+4
*
[libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfg
Eric Fiselier
2014-12-20
5
-10
/
+45
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
4817
-0
/
+13
*
[libcxx] Add <experimental/type_traits> for LFTS
Eric Fiselier
2014-12-19
8
-0
/
+1368
*
Remove unneeded configuration code.
Eric Fiselier
2014-12-19
1
-12
/
+4
*
[libcxx] Allow the use of ccache when running the test suite.
Eric Fiselier
2014-12-19
1
-12
/
+46
*
Re-commit the test for regex that I busted last night - now passes under ASAN
Marshall Clow
2014-12-16
1
-2
/
+2
*
Revert "Fix installheaders target's permissions"
Justin Bogner
2014-12-16
1
-14
/
+0
*
Appease the c++14 buildbots
Jonathan Roelofs
2014-12-16
1
-0
/
+4
*
Comment out the breaking tests until I figure out what's going on here.
Marshall Clow
2014-12-16
1
-2
/
+2
*
Fix installheaders target's permissions
Jonathan Roelofs
2014-12-16
1
-0
/
+14
*
Once more w/o the typo.
Marshall Clow
2014-12-16
1
-5
/
+4
*
Fix the literal string that I said would be six elements long to actually be ...
Marshall Clow
2014-12-16
1
-2
/
+2
*
Add test to ensure that iterator_traits<NotAnIterator> doesn't have a value type
Marshall Clow
2014-12-16
1
-0
/
+12
*
Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0's
Marshall Clow
2014-12-15
3
-18
/
+22
*
Add option to turn off installation of headers.
Eric Fiselier
2014-12-12
2
-5
/
+8
*
Include newlib-specific locales in __locale
Sergey Dmitrouk
2014-12-12
1
-0
/
+2
*
Add support for building libc++ as a 32 bit library
Eric Fiselier
2014-12-12
4
-0
/
+14
*
Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...
Eric Fiselier
2014-12-12
4
-1
/
+16
*
Add 'REQUIRES: long_tests' to one more long test
Jonathan Roelofs
2014-12-11
1
-0
/
+2
*
Add 'REQUIERS: long_tests' to a few more long tests
Jonathan Roelofs
2014-12-11
4
-0
/
+8
*
Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__
Jonathan Roelofs
2014-12-11
1
-0
/
+7
*
Add an XFAIL for Newlib's missing uchar.h
Jonathan Roelofs
2014-12-11
1
-0
/
+1
*
Mark a bunch of long running tests as 'REQUIRES: long_tests'
Jonathan Roelofs
2014-12-11
38
-0
/
+86
*
Mark some more fenv tests as UNSUPPORTED by newlib
Jonathan Roelofs
2014-12-11
2
-0
/
+4
*
Add an XFAIL for Newlib's missing fenv.h
Jonathan Roelofs
2014-12-11
1
-0
/
+2
*
Update information on where to find buildbots. Remove dead buildbot links.
Eric Fiselier
2014-12-09
1
-11
/
+5
*
Move the optional tests into test/experimental. They were put into test/utili...
Marshall Clow
2014-12-09
68
-0
/
+6
*
Add all the relational operators to std::experimental::optional. Also update ...
Marshall Clow
2014-12-09
24
-282
/
+1063
*
Explicitly include <sched.h> for sched_yield()
Sergey Dmitrouk
2014-12-08
2
-0
/
+2
*
Give lit.cfg's threading options default values when not defined.
Eric Fiselier
2014-12-07
1
-5
/
+4
*
Mark a couple of tests as XFAIL with older compilers.
Eric Fiselier
2014-12-07
2
-0
/
+7
[next]