This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to annotated tag linaro-6.4-2018.04-rc2
in repository toolchain/gcc.
*** WARNING: tag linaro-6.4-2018.04-rc2 was deleted! ***
tag was ff3dd87986a
This change permanently discards the following revisions:
discards d5a246074fc Make Linaro GCC Release Candidate 6.4-2018.04-rc2.
--
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.
Yvan Roux pushed a change to annotated tag linaro-6.4-2018.03-rc1
in repository toolchain/gcc.
*** WARNING: tag linaro-6.4-2018.03-rc1 was deleted! ***
tag was ef385b73d9f
The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
tcwg-buildslave pushed a change to annotated tag linaro-6.4-2018.04-rc2
in repository toolchain/gcc.
at ff3dd87986a (tag)
tagging d5a246074fc6fd7aa505233601850925775d0234 (commit)
replaces linaro-snapshot-6.4-2018.03
tagged by TCWG Automation
on Tue Apr 10 10:17:13 2018 +0100
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 6.4-2018.04-rc2
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d5a246074fc Make Linaro GCC Release Candidate 6.4-2018.04-rc2.
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.
--
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 release_60
in repository lldb.
from 50b0daa32 Merging r325511: -------------------------------------------- [...]
new b6df24ff1 Merging r327016:
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:
cmake/modules/LLDBConfig.cmake | 16 ++++++++++------
1 file changed, 10 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 c486bdf550a [MC][TableGen] Add optional libpfm counter names for ProcResUnits.
new ca9d84f34a6 [MC][TableGen] Fix r329675.
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:
utils/TableGen/SubtargetEmitter.cpp | 10 ++++++----
1 file changed, 6 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 llvm.
from e9d0354ef42 [AArch64][SVE] Asm: Add support for SVE INDEX instructions.
new c486bdf550a [MC][TableGen] Add optional libpfm counter names for ProcResUnits.
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/MC/MCSchedule.h | 12 ++++++
include/llvm/Target/TargetSchedule.td | 27 +++++++++++--
lib/Target/X86/X86.td | 6 +++
lib/Target/X86/X86PfmCounters.td | 71 +++++++++++++++++++++++++++++++++++
tools/llvm-exegesis/lib/Latency.cpp | 11 ++++--
tools/llvm-exegesis/lib/Uops.cpp | 51 ++++---------------------
utils/TableGen/CodeGenSchedule.cpp | 22 +++++++++++
utils/TableGen/CodeGenSchedule.h | 10 ++++-
utils/TableGen/SubtargetEmitter.cpp | 62 ++++++++++++++++++++++++++++--
9 files changed, 218 insertions(+), 54 deletions(-)
create mode 100644 lib/Target/X86/X86PfmCounters.td
--
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 329c480e912 PR lto/85078 * ipa-devirt.c (rebuild_type_inheritance-has [...]
new 3c24c320081 Be more carefull about DECL merging in LTO (PR lto/85248).
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/lto/ChangeLog | 6 +++++
gcc/lto/lto-symtab.c | 16 +++++++++++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/lto/pr85248_0.c | 45 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/lto/pr85248_1.c | 9 ++++++++
5 files changed, 82 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr85248_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr85248_1.c
--
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 9f8f7c5e8ab [x86] Model the direction flag (DF) separately from the res [...]
new e9d0354ef42 [AArch64][SVE] Asm: Add support for SVE INDEX instructions.
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/Target/AArch64/AArch64InstrFormats.td | 11 ++
lib/Target/AArch64/AArch64SVEInstrInfo.td | 5 +
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 3 +
lib/Target/AArch64/SVEInstrFormats.td | 101 ++++++++++
test/MC/AArch64/SVE/index-diagnostics.s | 58 ++++++
test/MC/AArch64/SVE/index.s | 214 ++++++++++++++++++++++
6 files changed, 392 insertions(+)
create mode 100644 test/MC/AArch64/SVE/index-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/index.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 release_60
in repository llvm.
from 54d8b1a9f39 Merging r328748:
new 2b9ba6c2236 Merging r326769 and r326780:
new d88ca292702 Merging r328755:
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:
lib/Analysis/MemorySSA.cpp | 4 +-
lib/CodeGen/LiveDebugVariables.cpp | 41 +++++-
test/DebugInfo/X86/dbg-value-inlined-parameter.ll | 6 +-
.../X86/live-debug-vars-discard-invalid.mir | 141 +++++++++++++++++++++
4 files changed, 186 insertions(+), 6 deletions(-)
create mode 100644 test/DebugInfo/X86/live-debug-vars-discard-invalid.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.