This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a86a19c0a77 * Makefile.in (s-options): Invoke opt-gather.awk with LC_A [...]
new a265c4ff9e6 * g++.dg/dg.exp (find-cxx-tests): Remove TCL 8.5-ism.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/dg.exp | 2 +-
2 files changed, 5 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 clang.
from 50388debf0 [Hexagon] Set -ffp-contract=fast at -O3 unless explicitly specified
new 1b73841a41 [Hexagon] Handle -O4 when checking optimization level
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/ToolChains/Hexagon.cpp | 3 ++-
1 file changed, 2 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 llvm.
from c2cc67a7728 [x86] add more tests for potential change in bool math fold [...]
new 185d3194ead AMDGPU: Clean up VOP3NoMods pattern
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 35 +++++++++++---------------------
lib/Target/AMDGPU/SIInstrInfo.td | 3 +--
lib/Target/AMDGPU/SIInstructions.td | 19 ++++++++---------
3 files changed, 22 insertions(+), 35 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 c75cdfc65b1 AMDGPU: Fix ValueKind code object metadata for images
new c2cc67a7728 [x86] add more tests for potential change in bool math fold [...]
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/CodeGen/X86/bool-ext-inc.ll | 74 ++++++++++++++++++++++++++++++++++------
1 file changed, 64 insertions(+), 10 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 cfad1e881a Minor fix for distribute_parallel_for_num_threads_codegen on [...]
new 50388debf0 [Hexagon] Set -ffp-contract=fast at -O3 unless explicitly specified
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/ToolChains/Hexagon.cpp | 33 +++++++++++++++++++++++++++++++++
lib/Driver/ToolChains/Hexagon.h | 4 ++++
test/Driver/hexagon-toolchain-elf.c | 16 ++++++++++++++++
3 files changed, 53 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 bdf98d25422 [x86] regenerate checks; NFC
new c75cdfc65b1 AMDGPU: Fix ValueKind code object metadata for images
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:
.../AMDGPUCodeObjectMetadataStreamer.cpp | 24 +++----
test/CodeGen/AMDGPU/code-object-metadata-images.ll | 80 ++++++++++++++++++++++
2 files changed, 92 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/code-object-metadata-images.ll
--
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 5cec42afa4b [llvm-pdbdump] Allow sorting / filtering by immediate padding
new bdf98d25422 [x86] regenerate checks; 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:
test/CodeGen/X86/setcc-combine.ll | 185 +++++++++++++++++++++-----------------
1 file changed, 104 insertions(+), 81 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 953d6af0d12 SimplifyLibCalls: Fix crash on memset(notmalloc())
new 3995e3e9140 [StringExtras] Add a fromHex to complement toHex.
new a3ca9305b02 [llvm-pdbdump] Dump File / Line Info to YAML.
new 5cec42afa4b [llvm-pdbdump] Allow sorting / filtering by immediate padding
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:
include/llvm/ADT/StringExtras.h | 30 +++++
include/llvm/DebugInfo/CodeView/CodeView.h | 2 +-
.../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 2 +-
include/llvm/DebugInfo/PDB/Native/ModStream.h | 2 +
include/llvm/DebugInfo/PDB/UDTLayout.h | 3 +
include/llvm/Support/YAMLTraits.h | 4 +-
lib/DebugInfo/PDB/Native/ModStream.cpp | 4 +
lib/DebugInfo/PDB/UDTLayout.cpp | 15 ++-
test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test | 59 +++++++++
tools/llvm-pdbdump/PdbYaml.cpp | 92 ++++++++++++++
tools/llvm-pdbdump/PdbYaml.h | 93 ++++++++++++++
tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp | 8 ++
tools/llvm-pdbdump/PrettyTypeDumper.cpp | 19 +++
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 136 +++++++++++++++++++--
tools/llvm-pdbdump/YAMLOutputStyle.h | 5 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 21 +++-
tools/llvm-pdbdump/llvm-pdbdump.h | 13 +-
unittests/ADT/StringExtrasTest.cpp | 16 +++
18 files changed, 508 insertions(+), 16 deletions(-)
create mode 100644 test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test
--
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 c4ab9505b5 MIPS/readelf: Simplify GOT[1] data availability check
new 4658f12e9c Change readonly_p to bool
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/regcache.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 test-suite.
from af33d0e0 Make measured perf events configurable.
new a0bfe64d CMakeLists: Rename TEST_SUITE_TAKE_COMPILE_TIME to TEST_SUITE [...]
new 7ff01b82 CMakeLists: Abort when llvm-size/llvm-profdata are not found
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:
CMakeLists.txt | 37 +++++++++++++++++++++++++++----------
1 file changed, 27 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.