This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 45abf2f8f [ELF] Implement --keep-unique option
new f8a91f09f [lld] Update uses of DEBUG macro to LLVM_DEBUG.
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/Driver/DarwinLdDriver.cpp | 2 +-
lib/ReaderWriter/MachO/CompactUnwindPass.cpp | 43 ++++++++++++----------
lib/ReaderWriter/MachO/LayoutPass.cpp | 31 ++++++++--------
.../MachO/MachONormalizedFileToAtoms.cpp | 4 +-
wasm/InputChunks.cpp | 23 ++++++------
wasm/InputFiles.cpp | 10 ++---
wasm/MarkLive.cpp | 2 +-
wasm/SymbolTable.cpp | 32 ++++++++--------
wasm/Symbols.cpp | 25 +++++++------
wasm/Writer.cpp | 22 +++++------
wasm/WriterUtils.cpp | 2 +-
11 files changed, 102 insertions(+), 94 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 bb3b3c2dfca [llvm-exegesis] Split AsmTemplate.Name into components.
new d3664eaf52d Reapply "DWARFVerifier: Check "completeness" of .debug_name [...]
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:
.../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 16 ++
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 7 +-
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 33 +++-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 145 +++++++++++++++
.../X86/debug-names-verify-completeness.s | 195 +++++++++++++++++++++
5 files changed, 392 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-completeness.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 master
in repository llvm.
from 482be99a5b8 [llvm-mca][x86] Add F16C instruction tests
new bb3b3c2dfca [llvm-exegesis] Split AsmTemplate.Name into components.
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-exegesis/lib/Analysis.cpp | 22 +++++++++++++---------
tools/llvm-exegesis/lib/BenchmarkResult.cpp | 11 +++++++----
tools/llvm-exegesis/lib/BenchmarkResult.h | 13 ++++++++++---
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 7 ++-----
.../tools/llvm-exegesis/BenchmarkResultTest.cpp | 15 ++++++++++++---
5 files changed, 44 insertions(+), 24 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 a206567c6b5 Fix compilation under pre-c++14 gccs.
new 482be99a5b8 [llvm-mca][x86] Add F16C instruction tests
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:
test/tools/llvm-mca/X86/Broadwell/resources-f16c.s | 60 +++++++++++++++++++++
test/tools/llvm-mca/X86/Haswell/resources-f16c.s | 60 +++++++++++++++++++++
.../llvm-mca/X86/SkylakeClient/resources-f16c.s | 60 +++++++++++++++++++++
.../llvm-mca/X86/SkylakeServer/resources-f16c.s | 60 +++++++++++++++++++++
test/tools/llvm-mca/X86/Znver1/resources-f16c.s | 62 ++++++++++++++++++++++
5 files changed, 302 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-f16c.s
create mode 100644 test/tools/llvm-mca/X86/Haswell/resources-f16c.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-f16c.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-f16c.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-f16c.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 master
in repository llvm.
from ea4e63b33c1 Fix r332344: only the native target is linked.
new a206567c6b5 Fix compilation under pre-c++14 gccs.
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-exegesis/lib/Clustering.cpp | 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 binutils-2_30-branch
in repository binutils-gdb.
from d7833f9f85 Add new Portuguese translation for the bfd sub-directory.
new d520d4956e Fix uninitialised memory acccess in COFF bfd backend
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 | 5 +++++
bfd/coffcode.h | 3 +++
2 files changed, 8 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 fc0362a3f21 [llvm-exegesis] Add an analysis mode.
new ea4e63b33c1 Fix r332344: only the native target is linked.
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-exegesis/llvm-exegesis.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 binutils-gdb.
from 1678bd35a3 Fix error messages in the NFP sources when building for 32-b [...]
new 810ed4db98 Fix uninitialised memory acccess in COFF bfd backend
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 | 5 +++++
bfd/coffcode.h | 3 +++
2 files changed, 8 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 binutils-gdb.
from 293b4d4fe9 Add a new Portuguese translation for the bfd sub-directory.
new 1678bd35a3 Fix error messages in the NFP sources when building for 32-b [...]
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 | 4 ++
bfd/targets.c | 2 +
include/ChangeLog | 4 ++
include/opcode/nfp.h | 105 ++++++++++++++++++++++++---------------------------
opcodes/ChangeLog | 4 ++
opcodes/nfp-dis.c | 85 ++++++++++++++++++++---------------------
6 files changed, 104 insertions(+), 100 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 51c1b4007db [MergeFunctions] Fix merging of small weak functions
new fc0362a3f21 [llvm-exegesis] Add an analysis mode.
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-exegesis/lib/Analysis.cpp | 84 +++++++++++++++++++++++++++++++++
tools/llvm-exegesis/lib/Analysis.h | 32 +++++++++++++
tools/llvm-exegesis/lib/CMakeLists.txt | 1 +
tools/llvm-exegesis/lib/Clustering.cpp | 36 +++++++-------
tools/llvm-exegesis/lib/Clustering.h | 11 +++--
tools/llvm-exegesis/llvm-exegesis.cpp | 85 +++++++++++++++++++++++++++-------
6 files changed, 209 insertions(+), 40 deletions(-)
create mode 100644 tools/llvm-exegesis/lib/Analysis.cpp
create mode 100644 tools/llvm-exegesis/lib/Analysis.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.