This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c662d06 [APInt] Optimize APInt creation from uint64_t
new 22bd547 Re-enable BinaryStreamTest.StreamReaderObject.
new aa64e90 New tool: opt-stats.py
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:
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 28 ++--
utils/opt-viewer/opt-stats.py | 56 ++++++++
utils/opt-viewer/opt-viewer.py | 197 ++-------------------------
utils/opt-viewer/optrecord.py | 181 ++++++++++++++++++++++++
4 files changed, 264 insertions(+), 198 deletions(-)
create mode 100755 utils/opt-viewer/opt-stats.py
create mode 100644 utils/opt-viewer/optrecord.py
--
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 a576442 Don't implement the gdb hash table as a generic in-memory has [...]
new f4fe2bb Unbreak Windows bots.
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/GdbIndex.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 gcc-6-branch
in repository gcc.
from a23dca3 [PR 79579] Avoid segfault on NULL ipa_edge_args_vector
new e0e3bfc PR target/79544 * rs6000/rs6000-c.c (struct altivec_builtin [...]
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 | 9 +++++++++
gcc/config/rs6000/rs6000-c.c | 4 ++--
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.target/powerpc/pr79544.c | 21 +++++++++++++++++++++
4 files changed, 45 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79544.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 49ddd66 [x86] add vector tests for more coverage of D30502; NFC
new 6256a69 Disable BinaryStreamTest.StreamReaderObject.
new db610dd [InstCombine] use -instnamer and auto-generate complete checks; NFC
new 502404c LiveIntervalUnion: Remove unused functions; NFC
new a64f8b6 LIU::Query: Remove always false member+getter; NFC
new 14feb94 LIU::Query: Remove unused getter; NFC
new c662d06 [APInt] Optimize APInt creation from uint64_t
The 6 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/APInt.h | 7 +-
include/llvm/CodeGen/LiveIntervalUnion.h | 16 --
lib/CodeGen/RegAllocBasic.cpp | 2 -
lib/Support/APInt.cpp | 1 +
test/Transforms/InstCombine/select-cmp-br.ll | 323 +++++++++++++++++----------
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 2 +-
6 files changed, 212 insertions(+), 139 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 87ee4fb Add a reference to a Ulrich Drepper's paper.
new a576442 Don't implement the gdb hash table as a generic in-memory has [...]
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/GdbIndex.cpp | 63 ++++++++++++++++++-----------------------------
ELF/GdbIndex.h | 8 ++----
ELF/SyntheticSections.cpp | 1 +
3 files changed, 27 insertions(+), 45 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 gcc-5-branch
in repository gcc.
from 463e308 [PR 79579] Avoid segfault on NULL ipa_edge_args_vector
new a0d78a9 PR target/79544 * rs6000/rs6000-c.c (struct altivec_builtin [...]
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 | 9 +++++++++
gcc/config/rs6000/rs6000-c.c | 4 ++--
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.target/powerpc/pr79544.c | 21 +++++++++++++++++++++
4 files changed, 45 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79544.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 e4dc80f [DAG] Prevent Stale nodes from entering worklist
new e2f9d30 Improve scheduling with branch coalescing
new 49ddd66 [x86] add vector tests for more coverage of D30502; 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/CodeGen/Passes.h | 3 +
include/llvm/InitializePasses.h | 1 +
lib/CodeGen/BranchCoalescing.cpp | 758 ++++++++++++++++++++++++++++++++
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/TargetPassConfig.cpp | 4 +
test/CodeGen/PowerPC/branch_coalesce.ll | 31 ++
test/CodeGen/X86/select_const.ll | 35 ++
8 files changed, 834 insertions(+)
create mode 100644 lib/CodeGen/BranchCoalescing.cpp
create mode 100644 test/CodeGen/PowerPC/branch_coalesce.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 9b8fd98 Add test cases for merging stores of multiply used stores
new e4dc80f [DAG] Prevent Stale nodes from entering worklist
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/SelectionDAG/DAGCombiner.cpp | 14 ++++++++++----
test/CodeGen/X86/pr32108.ll | 20 ++++++++++++++++++++
2 files changed, 30 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/pr32108.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 lldb.
from 0f6f75f Mark TestYMMRegister as no_debug_info_test
new bbf3a19 Add a sample_test directory with simple starter test cases fo [...]
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/README-TestSuite | 7 ++++
.../address_breakpoints => sample_test}/Makefile | 2 +-
.../test/sample_test/TestSampleInlineTest.py | 6 +++
.../TestSampleTest.py} | 49 +++++++++-------------
packages/Python/lldbsuite/test/sample_test/main.c | 13 ++++++
5 files changed, 46 insertions(+), 31 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/address_breakpoint [...]
create mode 100644 packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/address_breakpoint [...]
create mode 100644 packages/Python/lldbsuite/test/sample_test/main.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 b907366 [RDF] Replace {} with explicit constructor, since not all com [...]
new 9b8fd98 Add test cases for merging stores of multiply used stores
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/merge_store_duplicated_loads.ll | 88 ++++++++++++++++++++++++
1 file changed, 88 insertions(+)
create mode 100644 test/CodeGen/X86/merge_store_duplicated_loads.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.