This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fd14e43 [InstCombine] try to fold (select C, (sext A), B) into logical ops
new 632e6aa [PowerPC] fix passing long double arguments to function (soft-float)
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/PowerPC/PPCCallingConv.td | 6 ++++++
lib/Target/PowerPC/PPCISelLowering.cpp | 26 ++++++++++++++++++++++++++
lib/Target/PowerPC/PPCISelLowering.h | 7 +++++++
test/CodeGen/PowerPC/ppc32-skip-regs.ll | 26 ++++++++++++++++++++++++++
4 files changed, 65 insertions(+)
create mode 100644 test/CodeGen/PowerPC/ppc32-skip-regs.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 release_39
in repository llvm.
from c39972a Merging r277691, r277693, and r277773:
new 2c01070 Add release note for AMDGPU target.
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, 3 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 newlib.
from 99a3f26 Fix console clear screen if buffer is full
new 9c4113f Workaround for filesystems with broken FileAllInformation inf [...]
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:
winsup/cygwin/path.cc | 25 ++++++++++++++++++++++++-
1 file changed, 24 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 784afcb InstCombine: Clean up some trailing whitespace. NFC
new fd14e43 [InstCombine] try to fold (select C, (sext A), B) into logical ops
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/InstCombineSelect.cpp | 56 ++++++++++++++++
.../InstCombine/InstructionCombining.cpp | 2 +-
test/Transforms/InstCombine/select-bitext.ll | 74 +++++++++++++++-------
test/Transforms/InstCombine/vector-casts.ll | 5 +-
4 files changed, 109 insertions(+), 28 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 d7407ea 2016-08-05 Richard Biener <rguenther(a)suse.de>
new 9f3abcb 2016-08-05 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/tree-ssa-threadupdate.c | 6 ++----
2 files changed, 7 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 033a8a9 gcc/ChangeLog:
new d7407ea 2016-08-05 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/cfghooks.c | 10 ++++++++--
gcc/tree-cfgcleanup.c | 2 +-
3 files changed, 15 insertions(+), 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 clang.
from a9a9790 Allow -1 to assign max value to unsigned bitfields.
new 4cfe28c Fix crash in template type diffing.
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/AST/ASTDiagnostic.cpp | 6 ++++++
test/Misc/diag-template-diffing.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 36 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 compiler-rt.
from d7895f7 CFI: add XFAIL test for a future optimization of two vcalls.
new 045421a Reverting r277632 as it breaks the build on MacOS.
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/cfi/multiple-inheritance.cpp | 12 ------------
test/cfi/simple-pass.cpp | 6 ------
2 files changed, 18 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 cab7b60 [Sema] Add sizeof diagnostics for bzero
new a9a9790 Allow -1 to assign max value to unsigned bitfields.
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/Sema/SemaChecking.cpp | 6 ++++++
test/Sema/bitfield.c | 2 +-
test/Sema/constant-conversion.c | 12 ++++++++++++
3 files changed, 19 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 gcc.
from 85d14af [RS6000] rs6000_preferred_reload_class
new 033a8a9 gcc/ChangeLog:
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 | 5 +++++
gcc/tree-vrp.c | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.