This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 4438a951e [MachO/X86_64] Simplify isDataInCodeTransition().
new dabf052a1 [ELF] - Implemented --compress-debug-sections option.
new ac71808e0 [ELF] - Add compress-debug-output-i386.s testcase.
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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 14 ++++++++
ELF/Options.td | 3 ++
ELF/OutputSections.cpp | 64 +++++++++++++++++++++++++++++++++++
ELF/OutputSections.h | 5 +++
ELF/Writer.cpp | 6 ++++
test/ELF/compress-debug-output-i386.s | 29 ++++++++++++++++
test/ELF/compress-debug-output.s | 33 ++++++++++++++++++
8 files changed, 155 insertions(+)
create mode 100644 test/ELF/compress-debug-output-i386.s
create mode 100644 test/ELF/compress-debug-output.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 clang.
from 7b2a25cbbd [clang] Register isConstexpr matcher
new eb26f1e4a8 Address http://bugs.llvm.org/pr30994 so that a non-friend ca [...]
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/AST/DeclBase.h | 2 ++
lib/AST/Decl.cpp | 4 ++++
lib/AST/DeclBase.cpp | 15 +++++++++++++++
test/SemaTemplate/friend-template.cpp | 26 +++++++++++++-------------
4 files changed, 34 insertions(+), 13 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 db6b21de413 [LoopPeeling] Fix condition for phi-eliminating peeling
new 38eae0ca5ea [BPI] NFC: reorder ifs to bail out earlier
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/Analysis/BranchProbabilityInfo.cpp | 37 +++++++++++++++++-----------------
1 file changed, 18 insertions(+), 19 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 8c6e6605aa4 [BPI] Use metadata info before any other heuristics
new db6b21de413 [LoopPeeling] Fix condition for phi-eliminating peeling
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/Utils/LoopUnrollPeel.cpp | 3 ++-
test/Transforms/LoopUnroll/peel-loop-negative.ll | 28 ++++++++++++++++++++++
test/Transforms/LoopUnroll/peel-loop-not-forced.ll | 2 +-
3 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/peel-loop-negative.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 llvm.
from b844f35bcd7 [InstCombine] Simplify 1/X for vectors.
new 8c6e6605aa4 [BPI] Use metadata info before any other heuristics
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/Analysis/BranchProbabilityInfo.cpp | 100 +++++++++---
test/Analysis/BranchProbabilityInfo/basic.ll | 225 +++++++++++++++++++++++++++
2 files changed, 306 insertions(+), 19 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 b39b99c0aad [InstCombine] Add support for vector srem->urem.
new af3add1d491 [InstCombine] Add test cases for missing support for simpli [...]
new b844f35bcd7 [InstCombine] Simplify 1/X for vectors.
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:
.../InstCombine/InstCombineMulDivRem.cpp | 31 +++++++++++-----------
test/Transforms/InstCombine/div.ll | 21 +++++++++++++++
2 files changed, 36 insertions(+), 16 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 f763838a0b4 [LCSSA] Simplify a loop. NFCI.
new 023ae40959d [InstCombine] Add test cases for missing support for turnin [...]
new f84ee35832e [InstCombine] Add support for turning vector sdiv into udiv.
new 2b555ede154 [InstCombine] Add missing testcases for srem->urem conversi [...]
new b39b99c0aad [InstCombine] Add support for vector srem->urem.
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:
.../InstCombine/InstCombineMulDivRem.cpp | 46 ++++++++++------------
test/Transforms/InstCombine/div-shift.ll | 15 +++++++
test/Transforms/InstCombine/div.ll | 18 ++++++---
test/Transforms/InstCombine/rem.ll | 22 +++++++++++
4 files changed, 71 insertions(+), 30 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 9563b959554 [InstCombine][ValueTracking] When computing known bits for [...]
new f763838a0b4 [LCSSA] Simplify a loop. NFCI.
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/Utils/LCSSA.cpp | 10 +++-------
1 file changed, 3 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 gcc-5-branch
in repository gcc.
from cd5ddb8062b Daily bump.
new 888d6ea81d1 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-6-branch
in repository gcc.
from 176914949ed Daily bump.
new 6cb1b769a70 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.