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
*
[libcxx] Do not assume the number of elements in a moved-from associative con...
Louis Dionne
2019-02-13
4
-12
/
+24
*
[libc++] Avoid UB in the no-exceptions mode in a few places
Louis Dionne
2019-02-12
8
-0
/
+276
*
Add fenv.h header
Eric Fiselier
2019-02-11
4
-11
/
+32
*
Update some newly added files that mistakenly used the old file header
Chandler Carruth
2019-02-11
2
-8
/
+6
*
Mark another test as flaky
Kamil Rytarowski
2019-02-09
1
-0
/
+2
*
[libc++] Fix XFAILs when exceptions are disabled
Louis Dionne
2019-02-05
3
-3
/
+3
*
[libc++] Fix XFAILs on macOS when exceptions are disabled
Louis Dionne
2019-02-05
45
-45
/
+45
*
[CMake] Support compiler-rt builtins library in tests
Petr Hosek
2019-02-05
1
-1
/
+1
*
[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef
Louis Dionne
2019-02-05
5
-37
/
+11
*
[libcxx] Start defining lit features for tests depending on availability
Louis Dionne
2019-02-05
45
-321
/
+47
*
[CMake] Update lit test configuration
Petr Hosek
2019-02-05
1
-14
/
+14
*
Support tests in freestanding
JF Bastien
2019-02-04
6119
-6223
/
+18203
*
[CMake] Support CMake variables for setting target, sysroot and toolchain
Petr Hosek
2019-02-04
1
-1
/
+1
*
Move the feature test macros script to the utils directory.
Eric Fiselier
2019-02-02
1
-975
/
+0
*
add a test and a couple minor bug fixes for the implicit-signed-integer-trunc...
Marshall Clow
2019-02-01
1
-0
/
+5
*
Fix a bit of libc++-specific behavior in the regex tests; add a missing test....
Marshall Clow
2019-01-31
3
-4
/
+46
*
[libc++] Fix Windows build error in <functional>
Thomas Anderson
2019-01-29
1
-0
/
+1
*
Fix PR40495 - is_invokable_v<void> does not compile
Eric Fiselier
2019-01-29
2
-182
/
+356
*
Mark some of the behavior in the move w/allocator constructors of deque/unord...
Marshall Clow
2019-01-29
5
-36
/
+41
*
[libc++] Use runtime rather then compile-time glibc version check
Petr Hosek
2019-01-28
1
-10
/
+24
*
Mark awk.pass.cpp as XFAIL for NetBSD
Kamil Rytarowski
2019-01-24
1
-1
/
+2
*
D14686: 'Protect against overloaded comma in random_shuffle and improve tests...
Marshall Clow
2019-01-24
2
-2
/
+45
*
[libcxx] Portability fix: unordered_set and unordered_multiset iterators are ...
Louis Dionne
2019-01-24
1
-4
/
+4
*
Mark another test as flaky
Kamil Rytarowski
2019-01-24
1
-0
/
+2
*
Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses loc...
Marshall Clow
2019-01-24
1
-2
/
+3
*
Mark another test as flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patch
Marshall Clow
2019-01-23
2
-0
/
+42
*
[test] Define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST in msvc_stdlib_force_in...
Casey Carter
2019-01-23
1
-3
/
+7
*
Mark another test as flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
Correct mark for flaky tests
Kamil Rytarowski
2019-01-23
7
-7
/
+7
*
Mark more tests flaky
Kamil Rytarowski
2019-01-23
2
-0
/
+4
*
Mark thread.condition.condvarany/wait_for.pass.cpp as flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
While reviewing D57058, Louis had some questions about the existing span cons...
Marshall Clow
2019-01-22
2
-36
/
+69
*
[libcxx] Include <cstring> in tests that use strcmp
Louis Dionne
2019-01-22
4
-5
/
+8
*
Fix aligned allocation availability XFAILs after D56445.
Eric Fiselier
2019-01-20
8
-24
/
+40
*
Revert "Fix aligned allocation availability XFAILs after D56445."
Eric Fiselier
2019-01-20
8
-24
/
+16
*
Update generator script to use the new license file header.
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
6251
-25004
/
+18753
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix aligned allocation availability XFAILs after D56445.
Eric Fiselier
2019-01-19
8
-16
/
+24
*
correct script name in generated tests
Eric Fiselier
2019-01-16
43
-89
/
+91
*
Attempt to make test_macros.h even more minimal
Eric Fiselier
2019-01-16
1
-1
/
+12
*
Fix feature test macros for atomics/mutexes without threading
Eric Fiselier
2019-01-16
4
-73
/
+177
*
Fix PR40230 - std::pair may have padding on FreeBSD.
Eric Fiselier
2019-01-16
2
-2
/
+28
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
5
-10
/
+52
*
Implement feature test macros using a script.
Eric Fiselier
2019-01-16
44
-1054
/
+7080
*
Add large file support to create_file for 32-bit.
Dan Albert
2019-01-15
1
-5
/
+41
*
[libc++] Support different libc++ namespaces in the iterator test
Petr Hosek
2019-01-15
1
-30
/
+30
*
[test] Fix logic error in <compare> tests; enable for MSVC Dev16
Casey Carter
2019-01-15
4
-4
/
+5
*
Generalize the comparison test structure to support cross-type comparisons. N...
Marshall Clow
2019-01-15
1
-36
/
+36
[next]