This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b5b7fce64c1 InstCombine: Fix layering by not including Scalar.h in InstCombine
new 1f039215102 Fix build breaks in examples due to moving stuff from Scala [...]
new bdd8ac7826b Remove code that's almost always dead, and harmful if not.
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:
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 7 ++++---
examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 1 +
examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 1 +
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 1 +
utils/lit/lit/util.py | 4 ----
5 files changed, 7 insertions(+), 7 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 b75e076f14 [X86] Move the 32-bit versions of rdfsbase/rdgsbase/wrfsbase [...]
new 06e0734ae8 Fix build break due to content moving from Scalar.h to InstC [...]
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/BackendUtil.cpp | 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 llvm.
from f7d7c68c751 [AggressiveInstCombine] Add aggressive inst combiner to the [...]
new b5b7fce64c1 InstCombine: Fix layering by not including Scalar.h in InstCombine
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:
examples/Kaleidoscope/Chapter4/toy.cpp | 3 ++-
examples/Kaleidoscope/Chapter5/toy.cpp | 5 ++--
examples/Kaleidoscope/Chapter6/toy.cpp | 5 ++--
examples/Kaleidoscope/Chapter7/toy.cpp | 1 +
.../{IRReader.h => Transforms/InstCombine.h} | 31 ++++++++++++----------
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/InstCombine/InstCombine.h | 17 ++++++++++--
include/llvm/Transforms/Scalar.h | 14 ----------
lib/Transforms/IPO/PassManagerBuilder.cpp | 1 +
.../InstCombine/InstructionCombining.cpp | 7 ++++-
lib/Transforms/Scalar/Scalar.cpp | 4 ---
11 files changed, 49 insertions(+), 40 deletions(-)
copy include/llvm-c/{IRReader.h => Transforms/InstCombine.h} (57%)
--
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 557491f34d4 Reland r301880(!): "[InstSimplify] Handle selects of GEPs w [...]
new f7d7c68c751 [AggressiveInstCombine] Add aggressive inst combiner to the [...]
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:
bindings/python/llvm/core.py | 3 +++
include/llvm-c/Initialization.h | 1 +
include/llvm-c/Transforms/Scalar.h | 3 +++
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp | 4 ++++
lib/Transforms/Scalar/Scalar.cpp | 4 ++++
5 files changed, 15 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 gcc-7-branch
in repository gcc.
from c3cbde925df Daily bump.
new 46231ce408e 2018-04-23 Aaron Sawdey <acsawdey(a)linux.ibm.com>
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 | 10 ++++++++++
gcc/config/rs6000/rs6000-c.c | 9 +++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr83660.C | 14 ++++++++++++++
4 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr83660.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 a6786e9cb26 [HWASan] Use dynamic shadow memory on Android only (LLVM)
new 557491f34d4 Reland r301880(!): "[InstSimplify] Handle selects of GEPs w [...]
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/Analysis/InstructionSimplify.cpp | 13 +++++++++++++
test/Transforms/InstSimplify/select.ll | 19 +++++++++++++++++++
2 files changed, 32 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 043b23526d1 [AggressiveInstCombine] Add library initializer routine for [...]
new 6f6553e0da2 [AggressiveInstCombine] Add createAggressiveInstCombinerPas [...]
new a6786e9cb26 [HWASan] Use dynamic shadow memory on Android only (LLVM)
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/LinkAllPasses.h | 1 +
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | 6 ++----
2 files changed, 3 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 compiler-rt.
from 215a100a6 [libFuzzer] Add feature to not use AFL's deferred forkserver.
new 751fac1ff [HWASan] Use dynamic shadow memory on Android only.
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/hwasan/hwasan_mapping.h | 6 +++---
1 file changed, 3 insertions(+), 3 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 gcc.
from 4ecf2a2a5c6 PR c++/69560 - wrong alignof(double) on x86.
new 2b70869e1d8 Daily bump.
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/DATESTAMP | 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-7-branch
in repository gcc.
from bbd10136d92 Implement P0969
new c3cbde925df Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.