This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 26eccc1 [InstCombine] Do not RAUW a constant GEP
new 12be25f [GlobalOpt] Dead Eliminate declarations
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/Transforms/IPO/GlobalOpt.cpp | 4 ++--
test/Transforms/GlobalOpt/deaddeclaration.ll | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/GlobalOpt/deaddeclaration.ll
--
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 lldb.
from 6b0c883 [LIT] First pass of LLDB LIT support
new aec4cd7 Fixing bot failures
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:
lit/CMakeLists.txt | 4 +++-
1 file changed, 3 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 lldb.
from d98fe41 Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.
new 6b0c883 [LIT] First pass of LLDB LIT 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:
lit/CMakeLists.txt | 27 +++++++++-
.../Expr/Inputs/anonymous-struct.cpp | 0
.../main.cpp => lit/Expr/Inputs/call-function.cpp | 0
lit/Expr/TestCallStdStringFunction.test | 14 +++++
lit/Expr/TestCallStopAndContinue.test | 12 +++++
lit/Expr/TestCallUserAnonTypedef.test | 11 ++++
lit/Expr/TestCallUserDefinedFunction.test | 20 +++++++
lit/Expr/lit.local.cfg | 1 +
lit/Unit/lit.cfg | 13 +++++
lit/Unit/lit.site.cfg.in | 1 +
lit/lit.cfg | 63 ++++++++++++++++++++++
lit/lit.site.cfg.in | 16 ++++++
12 files changed, 176 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp = [...]
copy packages/Python/lldbsuite/test/expression_command/call-function/main.cpp => l [...]
create mode 100644 lit/Expr/TestCallStdStringFunction.test
create mode 100644 lit/Expr/TestCallStopAndContinue.test
create mode 100644 lit/Expr/TestCallUserAnonTypedef.test
create mode 100644 lit/Expr/TestCallUserDefinedFunction.test
create mode 100644 lit/Expr/lit.local.cfg
--
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 a5437a6 [AArch64] Support for FP FMA when -ffp-contract=fast
new 26eccc1 [InstCombine] Do not RAUW a constant GEP
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/Transforms/InstCombine/InstCombineCompares.cpp | 2 +-
test/Transforms/InstCombine/indexed-gep-compares.ll | 20 ++++++++++++++++++++
2 files changed, 21 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 llvm.
from 745df32 Revert "[ARM] Promote small global constants to constant pools"
new a5437a6 [AArch64] Support for FP FMA when -ffp-contract=fast
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/AArch64/AArch64InstrInfo.cpp | 8 +++++---
test/CodeGen/AArch64/arm64-fma-combine-with-fpfusion.ll | 12 ++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-fma-combine-with-fpfusion.ll
--
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 834a2c2 PR tree-optimization/77503 * tree-vect-loop.c (vectorizable [...]
new cc4b5c5 * c-common.c (check_cxx_fundamental_alignment_constraints): [...]
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-common.c | 2 +-
2 files changed, 6 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 614458e Reapply: Silence false positive diagnostics regarding passing [...]
new d238c57 clang-format VS plugin: upgrade the project files to VS2015
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/clang-format-vs/ClangFormat.sln | 4 +++-
tools/clang-format-vs/ClangFormat/ClangFormat.csproj | 4 ++--
tools/clang-format-vs/ClangFormat/Resources.Designer.cs | 2 +-
3 files changed, 6 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 lld.
from 5f67cc1 [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
new 14eba89 Make sure we create all necessary PT_LOADs.
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:
ELF/Writer.cpp | 9 ++++++++-
test/ELF/linkerscript/non-alloc.s | 28 ++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/non-alloc.s
--
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 glibc.
from fbc9949 rt: Set shm_open as a non cancellation point (BZ #18243)
new 09cb278 nptl: Consolidate sem_init implementations
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:
ChangeLog | 6 +++
nptl/sem_init.c | 2 +
sysdeps/sparc/sparc32/sem_init.c | 85 --------------------------------
sysdeps/sparc/sparc32/sparcv9/sem_init.c | 1 -
4 files changed, 8 insertions(+), 86 deletions(-)
delete mode 100644 sysdeps/sparc/sparc32/sem_init.c
delete mode 100644 sysdeps/sparc/sparc32/sparcv9/sem_init.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 71d3c34 [InstCombine] simplify code; NFCI
new 745df32 Revert "[ARM] Promote small global constants to constant pools"
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/ARM/ARMAsmPrinter.cpp | 13 ----
lib/Target/ARM/ARMAsmPrinter.h | 9 +--
lib/Target/ARM/ARMISelLowering.cpp | 121 -------------------------------
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 ----
test/CodeGen/ARM/constantpool-promote.ll | 109 ----------------------------
5 files changed, 1 insertion(+), 264 deletions(-)
delete mode 100644 test/CodeGen/ARM/constantpool-promote.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.