This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5d7419d71c [LibTooling] Add Transformer, a library for source-to-source [...]
new 151df10ca7 [Tooling] add a Heuristic field indicating that a CompileCom [...]
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/Tooling/CompilationDatabase.h | 8 ++++-
lib/Tooling/InterpolatingCompilationDatabase.cpp | 1 +
unittests/Tooling/CompilationDatabaseTest.cpp | 37 ++++++++++++++++++------
3 files changed, 36 insertions(+), 10 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 a50eeb5fd9 [LibTooling] Add "SourceCode" library for functions relating [...]
new 5d7419d71c [LibTooling] Add Transformer, a library for source-to-source [...]
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/Tooling/Refactoring/Transformer.h | 210 +++++++++++++
lib/Tooling/Refactoring/CMakeLists.txt | 1 +
lib/Tooling/Refactoring/Transformer.cpp | 203 +++++++++++++
unittests/Tooling/CMakeLists.txt | 1 +
unittests/Tooling/TransformerTest.cpp | 389 ++++++++++++++++++++++++
5 files changed, 804 insertions(+)
create mode 100644 include/clang/Tooling/Refactoring/Transformer.h
create mode 100644 lib/Tooling/Refactoring/Transformer.cpp
create mode 100644 unittests/Tooling/TransformerTest.cpp
--
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 e2244b79d64 [ExpandMemCmp][NFC] Add tests for `memcmp(p, q, n) < 0` case.
new 99e08856aef Add an option do not dump the generated object on disk
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/CommandGuide/llvm-exegesis.rst | 12 +++++++---
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 36 ++++++++++++++++++++---------
tools/llvm-exegesis/lib/BenchmarkRunner.h | 4 ++--
tools/llvm-exegesis/llvm-exegesis.cpp | 8 ++++++-
4 files changed, 43 insertions(+), 17 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 google/grte/v5-2.27/master
in repository glibc.
from 0d975dfee3 Disable -mfloat128 for clang, lets power9 insns into power8 [...]
new b4e1f2722c Un-nest an include in dl-reloc-static-pie.c.
new 062fc99b14 Enable relaxed relocations when building certain object file [...]
new ea76340235 Assume that LLD supports -no-dynamic-linker, which it actual [...]
new f115fd4de6 Use llvm-objcopy, if available, to remove the .llvm_addrsig [...]
The 4 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:
configure | 6 +++++-
configure.ac | 12 ++++++++----
csu/Makefile | 6 ++++++
elf/dl-reloc-static-pie.c | 15 ++++++++++++++-
sysdeps/x86_64/Makefile | 3 +++
sysdeps/x86_64/dl-machine.h | 2 +-
6 files changed, 37 insertions(+), 7 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 1d469935fd7 * sched-deps.c (sched_macro_fuse_insns): Check retu [...]
new 39b40fa7295 [testsuite] PR71598: Fix testcases again
new d0162866a32 Guard notes for -Waddress-of-packed-member on warning emiss [...]
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/c-family/ChangeLog | 7 +++++++
gcc/c-family/c-warn.c | 25 ++++++++++++++-----------
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/c-c++-common/pr89985.c | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr71598-1.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr71598-2.c | 2 +-
6 files changed, 54 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr89985.c
--
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 4cd136da598 [SelectionDAG] Add fcmp UNDEF handling to SelectionDAG::FoldSetCC
new e2244b79d64 [ExpandMemCmp][NFC] Add tests for `memcmp(p, q, n) < 0` case.
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/CodeGen/X86/memcmp.ll | 245 +++++++++++++++++++++++++++++++++++++++++----
1 file changed, 225 insertions(+), 20 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 82e79b5ecaa 2019-04-05 Richard Biener <rguenther(a)suse.de>
new 1e689000b3e PR c++/89973 - -Waddress-of-packed-member ICE with invalid [...]
new 1d469935fd7 * sched-deps.c (sched_macro_fuse_insns): Check retu [...]
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 | 5 +++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-warn.c | 2 +-
gcc/sched-deps.c | 16 +++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Waddress-of-packed-member2.C | 7 +++++++
6 files changed, 33 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Waddress-of-packed-member2.C
--
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 bd19ebc5d82 GlobalISel: Add another overload of buildUnmerge
new 4cd136da598 [SelectionDAG] Add fcmp UNDEF handling to SelectionDAG::FoldSetCC
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 11 ++-
test/CodeGen/AArch64/half.ll | 17 ++--
test/CodeGen/ARM/fcmp-xo.ll | 67 +++++++-------
test/CodeGen/ARM/fp16-instructions.ll | 139 +++++++++++++++--------------
test/CodeGen/ARM/vcge.ll | 6 +-
test/CodeGen/SPARC/fp128.ll | 7 +-
test/CodeGen/X86/block-placement.ll | 142 +++++++++++++++---------------
test/CodeGen/X86/fcmp-constant.ll | 37 ++------
8 files changed, 214 insertions(+), 212 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 zorg.
from e8617db2 [LLDB] Remove all abandoned LLDB bots
new 82b75bde [green-dragon] Fix lldb-cmake-standalone warning LLVM_EXTERNA [...]
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:
zorg/jenkins/jobs/jobs/lldb-cmake-standalone | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.