This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 13c3208 Fix pessimising moves.
new a690454 [ADCE] Remove redundent code [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:
lib/Transforms/Scalar/ADCE.cpp | 19 -------------------
1 file changed, 19 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 2995c25 Support: Add a cache pruning policy parser.
new 13c3208 Fix pessimising moves.
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/Support/CachePruning.cpp | 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 llvm.
from e6f1b02 [Hexagon] Fixing test from 297920 to add Hexagon triple.
new 2995c25 Support: Add a cache pruning policy parser.
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/LTO/legacy/ThinLTOCodeGenerator.h | 6 ---
include/llvm/Support/CachePruning.h | 17 ++++--
lib/Support/CachePruning.cpp | 68 ++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/CachePruningTest.cpp | 71 ++++++++++++++++++++++++++
5 files changed, 154 insertions(+), 9 deletions(-)
create mode 100644 unittests/Support/CachePruningTest.cpp
--
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 2e4c40c Daily bump.
new 9bc0e40 PR tree-optimization/71437 * tree-ssa-dom.c (struct cond_eq [...]
new 3375ad2 PR tree-optimization/71437 * tree-ssa-dom.c (derive_equival [...]
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:
gcc/ChangeLog | 31 ++++
gcc/tree-ssa-dom.c | 367 +++++++-------------------------------------
gcc/tree-ssa-scopedtables.c | 271 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-scopedtables.h | 21 +++
4 files changed, 381 insertions(+), 309 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 fef90ab CodeGen: BlockPlacement: Reduce TriangleChainCount to 2
new e6f1b02 [Hexagon] Fixing test from 297920 to add Hexagon triple.
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/MC/Hexagon/bug20416.s | 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 llvm.
from bd97f5e Check that line table entries don't spill over between sectio [...]
new fef90ab CodeGen: BlockPlacement: Reduce TriangleChainCount to 2
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/MachineBlockPlacement.cpp | 2 +-
test/CodeGen/Mips/llvm-ir/ashr.ll | 30 ++++++++++++++++++------------
test/CodeGen/Mips/llvm-ir/lshr.ll | 28 ++++++++++++++++++----------
test/CodeGen/Mips/llvm-ir/shl.ll | 28 ++++++++++++++++++----------
4 files changed, 55 insertions(+), 33 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 compiler-rt.
from fe89b8c [msan] Intercept getloadavg.
new ad103a5 [compiler-rt] Add undefined "dup" symbol into internal symbol [...]
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/sanitizer_common/symbolizer/scripts/global_symbols.txt | 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 compiler-rt.
from 201864e [asan] trying to fix the windows build
new fe89b8c [msan] Intercept getloadavg.
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/sanitizer_common/sanitizer_common_interceptors.inc | 16 ++++++++++++++++
lib/sanitizer_common/sanitizer_platform_interceptors.h | 3 +++
test/msan/getloadavg.cc | 16 ++++++++++++++++
3 files changed, 35 insertions(+)
create mode 100644 test/msan/getloadavg.cc
--
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 1e54c56 Simplify/make more explicit (by making less explicit in some [...]
new bd97f5e Check that line table entries don't spill over between sectio [...]
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/MC/MCObjectStreamer.cpp | 1 +
test/MC/X86/line-table-sections.s | 15 +++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/MC/X86/line-table-sections.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 731cac0 [Hexagon] Updating inline saturate lanes for v62 version.
new 1e54c56 Simplify/make more explicit (by making less explicit in some [...]
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/MC/MCELFStreamer.cpp | 2 +-
lib/MC/MCMachOStreamer.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.