This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 9d77336 Factor out common code.
new 77a45bf Factor out code to add a GOT entry.
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/Relocations.cpp | 50 ++++++++++++++++++++++++++++----------------------
1 file changed, 28 insertions(+), 22 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 4e72658 Fix signed/unsigned comparison warnings.
new f8ac651 Fix typo in comment; NFC
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/llvm/Support/GenericDomTree.h | 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 master
in repository lld.
from 51971ac Remove MIPS-specific code from computeAddend.
new 9d77336 Factor out common code.
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/Relocations.cpp | 28 +++++++++++++++-------------
1 file changed, 15 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 gcc-6-branch
in repository gcc.
from 0c28e63 Daily bump.
new 020d0f5 2017-03-26 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 11 ++++++++
gcc/fortran/parse.c | 31 ++++++++++++++++-----
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/submodule_25.f08 | 43 ++++++++++++++++++++++++++++++
4 files changed, 85 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/submodule_25.f08
--
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 6461013 Do not use assert to report broken input files.
new 51971ac Remove MIPS-specific code from computeAddend.
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/Relocations.cpp | 107 +++++++++++++++++++++++++++-------------------------
1 file changed, 56 insertions(+), 51 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 bcaf7f2 [coroutines] Add codegen for await and yield expressions
new 099af3a Revert 298754 and 298742.
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:
.../clang/Basic/DiagnosticSerializationKinds.td | 4 +-
lib/AST/ODRHash.cpp | 41 -----
lib/Serialization/ASTReader.cpp | 34 +---
test/Modules/odr_hash.cpp | 201 ++++++++++++---------
4 files changed, 129 insertions(+), 151 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 f1d3fb3 Sort. NFC.
new 6c32eb9 Update comments.
new 6461013 Do not use assert to report broken input files.
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/Relocations.cpp | 11 +++++++++--
1 file changed, 9 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 87a993d [llvm-readobj] Prefer ILT to IAT for reading COFF imports
new 4e72658 Fix signed/unsigned comparison warnings.
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/llvm/IR/Instructions.h | 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 master
in repository llvm.
from 9f6d8ac [LoopUnroll] Remap references in peeled iteration
new 87a993d [llvm-readobj] Prefer ILT to IAT for reading COFF imports
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/llvm-readobj/COFFDumper.cpp | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 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 c068dfa [IR] Switch to more normal template parameter names ending in [...]
new 9f6d8ac [LoopUnroll] Remap references in peeled iteration
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 | 9 ++---
test/Transforms/LoopUnroll/peel-loop2.ll | 61 ++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/peel-loop2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.