This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4b12e2fa578 [NFC] Split logic of ImplicitControlFlowTracking to allow g [...]
new f3ceb74ac05 [NFC] Try to make buildbot happy about virtual destructors
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/Transforms/Utils/InstructionPrecedenceTracking.h | 2 ++
1 file changed, 2 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 921890cecf1 [COFF] Expose an easier helper function for getting names f [...]
new 4b12e2fa578 [NFC] Split logic of ImplicitControlFlowTracking to allow g [...]
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/Transforms/Scalar/GVN.h | 2 +-
.../Transforms/Utils/ImplicitControlFlowTracking.h | 62 ------------
.../Utils/InstructionPrecedenceTracking.h | 106 +++++++++++++++++++++
lib/Transforms/Utils/CMakeLists.txt | 2 +-
.../Utils/ImplicitControlFlowTracking.cpp | 93 ------------------
.../Utils/InstructionPrecedenceTracking.cpp | 99 +++++++++++++++++++
6 files changed, 207 insertions(+), 157 deletions(-)
delete mode 100644 include/llvm/Transforms/Utils/ImplicitControlFlowTracking.h
create mode 100644 include/llvm/Transforms/Utils/InstructionPrecedenceTracking.h
delete mode 100644 lib/Transforms/Utils/ImplicitControlFlowTracking.cpp
create mode 100644 lib/Transforms/Utils/InstructionPrecedenceTracking.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 clang-tools-extra.
from d116df66 [clang-doc] Fix memory leaks
new 88c38e8b [clangd] Use TRUE iterator instead of complete posting list
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:
clangd/index/dex/Trigram.cpp | 4 ----
1 file changed, 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 gcc-8-branch
in repository gcc.
from 58acfc7bcda Daily bump.
new 569f84c9795 PR rtl-optimization/87065 * combine.c (simplify_if_then_e [...]
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/combine.c | 11 ++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr87065.c | 22 ++++++++++++++++++++++
4 files changed, 42 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr87065.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 release_70
in repository llvm.
from 9df0977d940 Merging r340303: ------------------------------------------ [...]
new 4a4bff54966 Merging r340691: ------------------------------------------ [...]
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/IR/DebugInfo.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 master
in repository llvm.
from deac5c28e00 [Sparc] Custom bitcast between f64 and v2i32
new 921890cecf1 [COFF] Expose an easier helper function for getting names f [...]
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/Object/COFF.h | 1 +
lib/Object/COFFObjectFile.cpp | 34 ++++++++++++++++++----------------
2 files changed, 19 insertions(+), 16 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 119327d467 [X86] Add intrinsics for kand/kandn/knot/kor/kxnor/kxor with [...]
new ffdfd4c9a6 Try to fix this clang driver test case after r340709.
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/Driver/mips-mti-linux.c | 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 lld.
from 71cca8a29 Rename a function to follow the LLVM coding style.
new 8cf6ba786 [COFF] Support MinGW automatic dllimport of data
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:
COFF/Chunks.cpp | 133 ++++++++++++++++++++++++++++++++++++++
COFF/Chunks.h | 50 ++++++++++++++
COFF/Driver.cpp | 23 +++++++
COFF/SymbolTable.cpp | 50 ++++++++++++++
COFF/SymbolTable.h | 3 +
COFF/Symbols.cpp | 7 ++
COFF/Symbols.h | 4 ++
COFF/Writer.cpp | 31 +++++++++
test/COFF/autoimport-arm-code.s | 19 ++++++
test/COFF/autoimport-arm-data.s | 42 ++++++++++++
test/COFF/autoimport-arm64-code.s | 18 ++++++
test/COFF/autoimport-arm64-data.s | 42 ++++++++++++
test/COFF/autoimport-list-ptrs.s | 20 ++++++
test/COFF/autoimport-x86.s | 53 +++++++++++++++
14 files changed, 495 insertions(+)
create mode 100644 test/COFF/autoimport-arm-code.s
create mode 100644 test/COFF/autoimport-arm-data.s
create mode 100644 test/COFF/autoimport-arm64-code.s
create mode 100644 test/COFF/autoimport-arm64-data.s
create mode 100644 test/COFF/autoimport-list-ptrs.s
create mode 100644 test/COFF/autoimport-x86.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 gcc.
from 7a1613eab16 Do not read gcda files multiple times (PR gcov-profile/87069).
new 43e28a4c698 PR rtl-optimization/87065 * combine.c (simplify_if_then_e [...]
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/combine.c | 11 ++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr87065.c | 22 ++++++++++++++++++++++
4 files changed, 42 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr87065.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.