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
*
[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
*
attempt to unbreak buildbots
Eric Fiselier
2019-06-14
2
-2
/
+9
*
[libcxx] Use libtool when merging archives on Apple platforms
Petr Hosek
2019-06-02
1
-2
/
+20
*
P0722R3: Implement library support for destroying delete
Eric Fiselier
2019-05-23
1
-1
/
+8
*
Fix permission error while running bots
Eric Fiselier
2019-04-28
1
-0
/
+1
*
attempt to unbreak build bots
Eric Fiselier
2019-04-28
2
-5
/
+7
*
Attempt to switch to auto-scaling bots
Eric Fiselier
2019-04-28
3
-0
/
+117
*
Implement midpoint for floating point types. Reviewed as https://reviews.llvm...
Marshall Clow
2019-04-25
1
-0
/
+6
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
1
-1
/
+2
*
[libcxx] Use relative path for libc++ library when generating script
Petr Hosek
2019-04-23
1
-1
/
+4
*
[libcxx] Update gen_link_script.py to support different input and output
Petr Hosek
2019-04-22
1
-61
/
+32
*
[libc++] Link against libc++abi in the libc++abi tests
Louis Dionne
2019-04-18
1
-1
/
+5
*
[libc++] Make sure we re-export some missing libc++abi symbols from libc++
Louis Dionne
2019-04-18
1
-9
/
+0
*
[NFC] Build libc++ verbosely in the macOS CI
Louis Dionne
2019-04-16
1
-2
/
+2
*
[libc++] Make sure we use new/delete from libc++abi on CI for Apple platforms
Louis Dionne
2019-04-16
1
-0
/
+2
*
[libc++] Make sure that the symbol differ takes into account symbol types
Louis Dionne
2019-04-15
1
-3
/
+3
*
[libc++] Run back-deployment CI against previously-released libc++abi dylibs
Louis Dionne
2019-04-12
1
-3
/
+1
[next]