This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 281d15c Wdocumentation fix
new 0afe3ab [ThinLTO] Use DenseSet instead of SmallPtrSet for holding GUIDs
new 617a355 [PowerPC] Implement missing ISA 2.06 instructions.
new 213f249 [AArch64] Remove mcpu option as this test is not target speci [...]
The 3 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/ModuleSummaryAnalysis.cpp | 8 +++---
lib/Target/PowerPC/PPCISelLowering.h | 2 +-
lib/Target/PowerPC/PPCInstr64Bit.td | 3 ++
lib/Target/PowerPC/PPCInstrFormats.td | 6 ++++
lib/Target/PowerPC/PPCInstrInfo.td | 8 ++++++
test/Analysis/CostModel/AArch64/gep.ll | 2 +-
test/MC/Disassembler/PowerPC/ppc64-encoding-fp.txt | 18 ++++++++++++
test/MC/PowerPC/ppc64-encoding-fp.s | 32 ++++++++++++++++++----
8 files changed, 67 insertions(+), 12 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 a92e501 [lldb-mi] Fix implementation for a few mi commands
new 15bae12 Skip a test on darwin.
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:
packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py | 1 +
1 file changed, 1 insertion(+)
--
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 c8deff8 [AArch64] Remove unused arguments from tests. NFC.
new 281d15c Wdocumentation fix
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/PassManager.h | 4 ++--
1 file changed, 2 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 lld.
from e5b8f92 Detemplate SectionKey. NFC.
new 21b2453 Move code to the .cpp file. 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:
ELF/OutputSections.cpp | 14 ++++++++++++++
ELF/OutputSections.h | 11 ++---------
2 files changed, 16 insertions(+), 9 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 hsa
in repository gcc.
from 01df056 Merged trunk revision 244015 into the hsa branch
new 9968240 HSA: implement DIVMOD internal function call
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/hsa-gen.c | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 44 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 llvm.
from 8e5a395 [CostModel][X86] Pulled out common type legalization code
new 05a6306 [ThinLTO] Update new ModuleSummaryIndexYAML.h for r291108
new c8deff8 [AArch64] Remove unused arguments from tests. NFC.
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:
include/llvm/IR/ModuleSummaryIndexYAML.h | 3 +-
test/Analysis/CostModel/AArch64/gep.ll | 64 ++++++++++++++++----------------
2 files changed, 33 insertions(+), 34 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 6bf7471 Currently isLikelyComplexAddressComputation tries to figure o [...]
new e4e6279 [ThinLTO] Subsume all importing checks into a single flag
new 8e5a395 [CostModel][X86] Pulled out common type legalization code
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:
include/llvm/IR/ModuleSummaryIndex.h | 67 +++------------
.../llvm/Transforms/Utils/FunctionImportUtils.h | 18 ++++
lib/Analysis/ModuleSummaryAnalysis.cpp | 97 ++++++++++++++++------
lib/Bitcode/Reader/BitcodeReader.cpp | 12 +--
lib/Bitcode/Writer/BitcodeWriter.cpp | 6 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 11 +--
lib/Transforms/IPO/FunctionImport.cpp | 74 +----------------
lib/Transforms/Utils/FunctionImportUtils.cpp | 25 ++++--
test/Bitcode/summary_version.ll | 2 +-
test/Bitcode/thinlto-function-summary.ll | 2 +-
test/Bitcode/thinlto-summary-section.ll | 8 +-
11 files changed, 137 insertions(+), 185 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 d357714 Change which input sections we concatenate
new e5b8f92 Detemplate SectionKey. 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:
ELF/OutputSections.cpp | 35 +++++++++++------------------------
ELF/OutputSections.h | 27 ++++++++++++---------------
2 files changed, 23 insertions(+), 39 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 0ae60c3 Prevent an abort in the FRV disassembler if the target bfd na [...]
new 1c33cd7 Fix ARI warning
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:
gdb/ChangeLog | 6 ++++++
gdb/mips-fbsd-tdep.c | 8 ++++----
2 files changed, 10 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 lld.
from 569c6c9 Delete stale test.
new d357714 Change which input sections we concatenate
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/LinkerScript.cpp | 32 +-------------
ELF/OutputSections.cpp | 83 +++++++++++++++++++++++++++++------
ELF/OutputSections.h | 1 -
test/ELF/incompatible-section-flags.s | 18 ++++++++
test/ELF/incompatible-section-types.s | 10 +++++
test/ELF/linkerscript/phdrs.s | 2 +-
test/ELF/linkerscript/sections.s | 40 +++++++----------
test/ELF/section-name.s | 15 +++----
test/ELF/string-table.s | 18 +-------
9 files changed, 124 insertions(+), 95 deletions(-)
create mode 100644 test/ELF/incompatible-section-flags.s
create mode 100644 test/ELF/incompatible-section-types.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.