This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 37bbee84d83 AMDGPU: Remove outdated fixme (it was already fixed)
new 2e63034efd7 Add missing header guards.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm-c/DebugInfo.h | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c626458f762 [cmake] Remove policy conditionals
new 37bbee84d83 AMDGPU: Remove outdated fixme (it was already fixed)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 3 ---
1 file changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 15f5deb8cb6 Fix llvm-dsymutil test in -DLLVM_ENABLE_THREADS=OFF mode
new c626458f762 [cmake] Remove policy conditionals
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 40 +++++++++++++---------------------------
1 file changed, 13 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from de0289c468 revert r317228: remove unused function from ObjCRuntime.h, NFC
new 603490dae3 [CodeGen] fix const-ness of builtin equivalents of <math.h> [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/Builtins.def | 258 +++++++++++++++++++--------------------
test/CodeGen/builtin-errno.c | 258 +++++++++++++++++++--------------------
test/CodeGen/builtin-sqrt.c | 6 +-
3 files changed, 260 insertions(+), 262 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ce68f2c6292 [test] Move llvm-lib tests into tools/llvm-lib. NFC.
new 15f5deb8cb6 Fix llvm-dsymutil test in -DLLVM_ENABLE_THREADS=OFF mode
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
tools/dsymutil/dsymutil.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 69121b015ed Add FT32B support
new db7ff53df7a Move selftest::test_diagnostic_context to its own header
new fd3a7b2d4e9 Add selftest for diagnostic_get_location_text
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 15 +++++++++++
gcc/Makefile.in | 2 +-
gcc/diagnostic-show-locus.c | 29 +--------------------
gcc/diagnostic.c | 41 ++++++++++++++++++++++++++++++
gcc/selftest-diagnostic.c | 62 +++++++++++++++++++++++++++++++++++++++++++++
gcc/selftest-diagnostic.h | 49 +++++++++++++++++++++++++++++++++++
6 files changed, 169 insertions(+), 29 deletions(-)
create mode 100644 gcc/selftest-diagnostic.c
create mode 100644 gcc/selftest-diagnostic.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2bbdf002305 [X86] Simplify the pentium4 code in getHostCPUName to be ba [...]
new ce68f2c6292 [test] Move llvm-lib tests into tools/llvm-lib. NFC.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/{LibDriver => tools/llvm-lib}/Inputs/a.s | 0
test/{LibDriver => tools/llvm-lib}/Inputs/b.s | 0
test/{LibDriver => tools/llvm-lib}/Inputs/cl-gl.obj | Bin
test/{LibDriver => tools/llvm-lib}/Inputs/resource.res | Bin
test/{LibDriver => tools/llvm-lib}/infer-output-path.test | 0
test/{LibDriver => tools/llvm-lib}/invalid.test | 0
test/{LibDriver => tools/llvm-lib}/libpath.test | 0
test/{LibDriver => tools/llvm-lib}/lit.local.cfg | 0
test/{LibDriver => tools/llvm-lib}/no-inputs.test | 0
test/{LibDriver => tools/llvm-lib}/resource.test | 0
test/{LibDriver => tools/llvm-lib}/thin.test | 0
test/{LibDriver => tools/llvm-lib}/use-paths.test | 0
12 files changed, 0 insertions(+), 0 deletions(-)
rename test/{LibDriver => tools/llvm-lib}/Inputs/a.s (100%)
rename test/{LibDriver => tools/llvm-lib}/Inputs/b.s (100%)
rename test/{LibDriver => tools/llvm-lib}/Inputs/cl-gl.obj (100%)
rename test/{LibDriver => tools/llvm-lib}/Inputs/resource.res (100%)
rename test/{LibDriver => tools/llvm-lib}/infer-output-path.test (100%)
rename test/{LibDriver => tools/llvm-lib}/invalid.test (100%)
rename test/{LibDriver => tools/llvm-lib}/libpath.test (100%)
rename test/{LibDriver => tools/llvm-lib}/lit.local.cfg (100%)
rename test/{LibDriver => tools/llvm-lib}/no-inputs.test (100%)
rename test/{LibDriver => tools/llvm-lib}/resource.test (100%)
rename test/{LibDriver => tools/llvm-lib}/thin.test (100%)
rename test/{LibDriver => tools/llvm-lib}/use-paths.test (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 581db2fb Fix clangd test on platforms where get_thread_name does nothing.
new 3a0f4337 Update release notes (check SVN commit-after-approval access)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/ReleaseNotes.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 798d3688c7 remove unused function from ObjCRuntime.h, NFC
new de0289c468 revert r317228: remove unused function from ObjCRuntime.h, NFC
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/ObjCRuntime.h | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4767026dec4 [C++ PATCH] overloaded operator fns [8/N]
new 69121b015ed Add FT32B support
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/config/ft32/ft32.c | 7 +++++--
gcc/config/ft32/ft32.h | 7 ++++---
gcc/config/ft32/ft32.md | 8 ++++++--
gcc/config/ft32/ft32.opt | 12 ++++++++++++
gcc/doc/invoke.texi | 14 +++++++++++++-
6 files changed, 49 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.