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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Support Python 3.8 in the test suite
Sergej Jaskiewicz
2020-02-19
1
-2
/
+12
*
[libcxx] Fix a typo in config.py
Sergej Jaskiewicz
2019-12-26
1
-1
/
+1
*
[libc++] Cleanup and enable multiple warnings.
Eric Fiselier
2019-12-12
1
-2
/
+0
*
[libcxx] Replace func_name with __name__ for compatibility with Python 3
Sergej Jaskiewicz
2019-12-11
1
-2
/
+2
*
[libcxx] [test] Query the target platform, not the host one
Louis Dionne
2019-12-10
4
-36
/
+91
*
[libcxx] Add -Wno-deprecated-copy to the test config
David Zarzycki
2019-11-29
1
-0
/
+1
*
[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.
Louis Dionne
2019-11-14
1
-0
/
+6
*
[libcxx] Make generate_feature_test_macro_components script compatible with P...
Louis Dionne
2019-11-06
1
-86
/
+88
*
[libcxx] Disable -Wconstant-evaluated for testsuite
Dávid Bolvanský
2019-11-01
1
-0
/
+1
*
[libcxx] [test] Run `chmod +x` on executables when testing via SSH
Louis Dionne
2019-10-25
1
-4
/
+16
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
10
-11
/
+0
*
[libc++] Move the linker script generation step to CMake
Louis Dionne
2019-10-08
1
-58
/
+0
*
Make libc++ gdb pretty printer Python 3 compatible
Fangrui Song
2019-10-04
1
-3
/
+15
*
Attempt to remove linker workaround on the buildbots: Attempt 2
Eric Fiselier
2019-10-03
1
-7
/
+0
*
Attempt to remove linker workaround on the buildbots.
Eric Fiselier
2019-10-03
1
-7
/
+0
*
Determine endianness at a time when it doesn't inadvertantly clear gdb's wrap...
Sterling Augustine
2019-10-01
1
-7
/
+11
*
[libc++] Add a CMake cache for Apple-specific configuration options
Louis Dionne
2019-09-11
2
-6
/
+10
*
Add gdb pretty printers for a wide variety of libc++ data structures (take 2).
Sterling Augustine
2019-09-05
1
-0
/
+992
*
Don't assume libcxx_gdb is always set.
Sterling Augustine
2019-09-05
1
-2
/
+3
*
[libcxx] Codesign test executables if necessary
Vedant Kumar
2019-09-05
3
-10
/
+76
*
Add testing infrastructure to check if gdb is available for testing.
Sterling Augustine
2019-09-05
1
-0
/
+6
*
Revert "Add gdb pretty printers for a wide variety of libc++ data structures."
Sterling Augustine
2019-08-31
1
-992
/
+0
*
Add gdb pretty printers for a wide variety of libc++ data structures.
Sterling Augustine
2019-08-30
1
-0
/
+992
*
[libc++] Improve Python 3 compatibility for merge_archives.py
Louis Dionne
2019-08-23
1
-1
/
+2
*
libcxx: Make gen_link_script.py print contents only in --dryrun mode
Nico Weber
2019-08-23
1
-2
/
+3
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
1
-2
/
+2
*
fix buildbot start script to no longer hang
Eric Fiselier
2019-08-20
1
-1
/
+1
*
bump lld version used by buildbots
Eric Fiselier
2019-08-20
1
-2
/
+2
*
[libc++] Populate a lit feature including the compiler patch level
Louis Dionne
2019-08-20
1
-1
/
+3
*
[libc++] Fix environment variable passing in libc++'s `SSHExecutor` `lit` uti...
Louis Dionne
2019-08-08
1
-1
/
+1
*
[pstl] Add a __pstl_config_site header to record the CMake configuration
Louis Dionne
2019-08-08
1
-4
/
+6
*
[libc++] Use the monorepo for the back-deployment testing scripts
Louis Dionne
2019-08-06
2
-59
/
+27
*
[libc++] Use the monorepo in the macos-trunk CI script
Louis Dionne
2019-08-06
1
-54
/
+17
*
[libc++] Accept any non-zero return for .fail.cpp tests
Louis Dionne
2019-08-05
1
-2
/
+2
*
[libc++] Take 2: Integrate the PSTL into libc++
Louis Dionne
2019-08-05
1
-0
/
+7
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-1
/
+0
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-0
/
+1
*
[benchmark] Fix win32 link on case-sensitive fs
Roman Lebedev
2019-07-30
2
-1
/
+5
*
add more information to benchmark test failures
Eric Fiselier
2019-07-30
1
-1
/
+1
*
Ensure __config_site definitions are passed to modules tests.
Eric Fiselier
2019-07-29
1
-8
/
+7
*
[AIX][lit] Don't depend on psutil on AIX
David Tenty
2019-07-24
1
-16
/
+19
*
[RISCV] Implement benchmark::cycleclock::Now
Roger Ferrer Ibanez
2019-07-24
2
-0
/
+21
*
[libc++] Do not infer support for C++17 in GCC < 7
Louis Dionne
2019-07-22
1
-0
/
+1
*
Revert "[libc++] Integrate the PSTL into libc++"
Louis Dionne
2019-07-19
1
-7
/
+0
*
[libc++] Allow passing additional CMake arguments in macOS trunk CI script
Louis Dionne
2019-07-19
1
-1
/
+9
*
[libc++] Integrate the PSTL into libc++
Louis Dionne
2019-07-19
1
-0
/
+7
*
Tolerate import errors in "not.py" implementation
Eric Fiselier
2019-07-12
1
-4
/
+12
*
[libc++] Update availability markup for Filesystem on Apple platforms
Louis Dionne
2019-07-03
1
-3
/
+3
*
[libcxx] [test] Read files as bytestrings to fix py3 encoding issues
Michal Gorny
2019-06-24
1
-6
/
+8
*
Reconfigure docker builders to be more modular.
Eric Fiselier
2019-06-18
12
-510
/
+303
[next]