index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcxx
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
attempt to unbreak buildbots
Eric Fiselier
2019-06-14
2
-2
/
+9
[next]