This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1b10f40 s/Mac/macOS/ because that's now the official name of the OS.
new baa8511 Use uint64_t instead of ELFT*::uint.
new a866293 Add missing template instantiations.
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/InputSection.cpp | 10 ++++++++++
ELF/SyntheticSections.cpp | 17 ++++++-----------
ELF/SyntheticSections.h | 5 ++---
3 files changed, 18 insertions(+), 14 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 binutils-gdb.
from d826042 Automatic date update in version.in
new 5499c7c Correct VLE 16D and SDAREL relocations
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:
bfd/ChangeLog | 9 +++++
bfd/elf32-ppc.c | 41 +++++++-------------
ld/ChangeLog | 8 ++++
ld/testsuite/ld-powerpc/vle-reloc-2.d | 72 +++++++++++++++++------------------
ld/testsuite/ld-powerpc/vle-reloc-2.s | 24 ++++++------
5 files changed, 79 insertions(+), 75 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 5b2502c Merge InputSectionData and InputSectionBase.
new 1a409c7 Trying to fix the windows build.
new 1b10f40 s/Mac/macOS/ because that's now the official name of the OS.
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/InputSection.cpp | 4 ++--
tools/lld/lld.cpp | 2 +-
2 files changed, 3 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 lld.
from e7cdecc Convert InputSectionBase to a class.
new 5b2502c Merge InputSectionData and InputSectionBase.
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/Driver.cpp | 2 +-
ELF/InputFiles.h | 4 +--
ELF/InputSection.cpp | 14 +++++-----
ELF/InputSection.h | 70 +++++++++++++++++++------------------------------
ELF/LinkerScript.cpp | 20 +++++++-------
ELF/LinkerScript.h | 6 ++---
ELF/MapFile.cpp | 2 +-
ELF/OutputSections.cpp | 16 +++++------
ELF/OutputSections.h | 14 +++++-----
ELF/SyntheticSections.h | 6 ++---
ELF/Target.cpp | 10 +++----
ELF/Target.h | 4 +--
ELF/Writer.cpp | 8 +++---
13 files changed, 80 insertions(+), 96 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 lldb.
from 9899d2c Reverted 295897 pending refinements and fixes for green-dragon.
new 3e5d4fa Changed builld-llvm.py to use .json files
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:
INSTALL.txt | 5 ++++
scripts/Xcode/build-llvm.py | 57 +++++++++++++++++---------------------
scripts/Xcode/repo.py | 42 ++++++++++++++++++++++++++++
scripts/Xcode/repos/FALLBACK | 19 +++++++++++++
scripts/Xcode/repos/svn-trunk.json | 19 +++++++++++++
5 files changed, 111 insertions(+), 31 deletions(-)
create mode 100644 scripts/Xcode/repo.py
create mode 100644 scripts/Xcode/repos/FALLBACK
create mode 100644 scripts/Xcode/repos/svn-trunk.json
--
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 edb3058 Fix /msvclto.
new e7cdecc Convert InputSectionBase to a class.
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/Driver.cpp | 6 +-
ELF/EhFrame.cpp | 23 ++++----
ELF/EhFrame.h | 5 +-
ELF/GdbIndex.cpp | 20 ++++---
ELF/GdbIndex.h | 2 +-
ELF/ICF.cpp | 20 ++++---
ELF/InputFiles.cpp | 18 +++---
ELF/InputFiles.h | 14 ++---
ELF/InputSection.cpp | 144 +++++++++++++++++++++++++---------------------
ELF/InputSection.h | 86 +++++++++++++--------------
ELF/LinkerScript.cpp | 39 ++++++-------
ELF/LinkerScript.h | 8 +--
ELF/MapFile.cpp | 10 ++--
ELF/MarkLive.cpp | 37 ++++++------
ELF/OutputSections.cpp | 49 ++++++++--------
ELF/OutputSections.h | 4 +-
ELF/Relocations.cpp | 65 +++++++++++----------
ELF/Relocations.h | 4 +-
ELF/SymbolTable.cpp | 20 +++----
ELF/SymbolTable.h | 4 +-
ELF/Symbols.cpp | 9 +--
ELF/Symbols.h | 9 ++-
ELF/SyntheticSections.cpp | 82 ++++++++++++++------------
ELF/SyntheticSections.h | 8 +--
ELF/Target.cpp | 12 ++--
ELF/Thunks.cpp | 18 +++---
ELF/Writer.cpp | 33 ++++++-----
ELF/Writer.h | 2 +-
28 files changed, 385 insertions(+), 366 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 cf0ea16 Rename ActiveTemplateInstantiation to CodeSynthesisContext in [...]
new 1a04b13 Fix tracking of whether the previous template instantiation s [...]
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/Sema/Sema.h | 50 +++++--------------------------
lib/Sema/SemaDecl.cpp | 3 --
lib/Sema/SemaTemplateInstantiate.cpp | 6 ++++
test/CXX/drs/dr4xx.cpp | 4 +--
test/SemaCXX/cxx1y-generic-lambdas.cpp | 2 +-
test/SemaCXX/libstdcxx_pair_swap_hack.cpp | 2 +-
test/SemaCXX/make_integer_seq.cpp | 2 +-
7 files changed, 17 insertions(+), 52 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 0da8261 Rename a helper function, NFC.
new cf0ea16 Rename ActiveTemplateInstantiation to CodeSynthesisContext in [...]
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/Sema/Sema.h | 55 +++++++-------
lib/Sema/Sema.cpp | 4 +-
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaDeclCXX.cpp | 8 +--
lib/Sema/SemaExpr.cpp | 9 +--
lib/Sema/SemaLookup.cpp | 16 ++---
lib/Sema/SemaTemplateDeduction.cpp | 14 ++--
lib/Sema/SemaTemplateInstantiate.cpp | 118 +++++++++++++++----------------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +-
lib/Sema/SemaType.cpp | 4 +-
10 files changed, 117 insertions(+), 117 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 f1a0eca [ODRHash] Add IdentiferInfo and FieldDecl support.
new 0da8261 Rename a helper function, 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:
lib/CodeGen/CGExpr.cpp | 6 +++---
lib/CodeGen/CGExprCXX.cpp | 2 +-
lib/CodeGen/CodeGenFunction.h | 5 +++--
3 files changed, 7 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.