This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d0d0b88 [ELF] - Fix mistype in comment. NFC.
new a448659 COFF: replace a magic number and assert more
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:
COFF/Writer.cpp | 5 ++++-
1 file changed, 4 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 acc58dc * es.po, fr.po: Update.
new 329a675 PR translation/78745 * exgettext: Handle multi-line help te [...]
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/po/ChangeLog | 6 +
gcc/po/exgettext | 7 +-
gcc/po/gcc.pot | 31310 ++++++++++++++++++++++++++++-------------------------
3 files changed, 16347 insertions(+), 14976 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 3c26327 [CVP] Adjust iteration order to reduce the amount of work required
new 35f35d3 [MemDep] Handle gep with zeros for invariant.group
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/LangRef.rst | 3 +-
lib/Analysis/MemoryDependenceAnalysis.cpp | 59 ++++++++++++++++++++-----------
test/Transforms/GVN/invariant.group.ll | 25 +++++++++++++
test/Transforms/NewGVN/invariant.group.ll | 25 +++++++++++++
4 files changed, 91 insertions(+), 21 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 904c878 Allow lexer to handle string_view literals. Patch from Anton [...]
new ac2b77e CodeGen: use a StringSwitch instead of cascasding ifs
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/BackendUtil.cpp | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 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-6-branch
in repository gcc.
from a0d6852 Daily bump.
new 4f891fb * es.po, fr.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 615 ++++--------------------
gcc/po/fr.po | 1380 ++++++++++++++++--------------------------------------
3 files changed, 489 insertions(+), 1510 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 10fd298 compile: add type conversion in Type::gc_symbol_pointer
new acc58dc * es.po, fr.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 615 ++++--------------------
gcc/po/fr.po | 1380 ++++++++++++++++--------------------------------------
3 files changed, 489 insertions(+), 1510 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 e008300 [LVI] Manually hoist computation from loop
new 3c26327 [CVP] Adjust iteration order to reduce the amount of work required
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/Scalar/CorrelatedValuePropagation.cpp | 11 ++++++++---
1 file changed, 8 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 libcxx.
from 4797c11 Fix some 'FIXME's in the tests.
new 51dfbbc improve performance of string::find
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:
benchmarks/string.bench.cpp | 49 ++++++++++++++++++++++++++++++++++++++++++
include/__string | 52 +++++++++++++++++++++++++++++++++++++++------
2 files changed, 95 insertions(+), 6 deletions(-)
create mode 100644 benchmarks/string.bench.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 gcc.
from 9f3b903 * config/i386/i386.md (*testqi_ext_3): Merge insn pattern an [...]
new 10fd298 compile: add type conversion in Type::gc_symbol_pointer
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 5 ++++-
2 files changed, 5 insertions(+), 2 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 65985d0 Caught a simple typo. I do not know of a way to test this, bu [...]
new e008300 [LVI] Manually hoist computation from loop
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/LazyValueInfo.cpp | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.