This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c764030f4b3 [InstCombine] fix misnamed locals and use them to reduce co [...]
new b74923ccea2 [CMAKE] Move version control macros to AddLLVM.cmake so 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:
cmake/modules/AddLLVM.cmake | 33 +++++++++++++++++++++++++++++++++
include/llvm/Support/CMakeLists.txt | 33 ---------------------------------
2 files changed, 33 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 llvm.
from 6bf02adee0e [LoopVectorize] Turn static DenseSet into switch.
new c764030f4b3 [InstCombine] fix misnamed locals and use them to reduce co [...]
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/InstCombine/InstCombineAndOrXor.cpp | 68 +++++++++++-----------
1 file changed, 34 insertions(+), 34 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 efeac0e5c0a [InstCombine] remove unnecessary code; NFC
new 6bf02adee0e [LoopVectorize] Turn static DenseSet into switch.
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/Vectorize/LoopVectorize.cpp | 63 ++++++++++++++++++++++--------
1 file changed, 47 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 llvm.
from aedd47f9e21 [InstCombine] use local variable to reduce code duplication; NFCI
new 83106f2bd9a [InstCombine] move related functions next to each other; NFC
new efeac0e5c0a [InstCombine] remove unnecessary code; 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:
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 101 ++++++++++-----------
1 file changed, 49 insertions(+), 52 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 03b20941fca [InstSimplify] regenerate checks; NFC
new aedd47f9e21 [InstCombine] use local variable to reduce code duplication; NFCI
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/InstCombine/InstCombineCompares.cpp | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 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 15de536e6ec [InstSimplify] move fcmp simplification tests from InstCombine
new 3e9b6b5304e [InstCombine] put 2 related tests in the same file; NFC
new 03b20941fca [InstSimplify] regenerate checks; 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:
test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll | 6 ------
test/Transforms/InstCombine/fcmp-special.ll | 15 ++++++++++++--
.../InstSimplify/floating-point-compare.ll | 23 +++++++++++-----------
3 files changed, 25 insertions(+), 19 deletions(-)
delete mode 100644 test/Transforms/InstCombine/2007-01-14-FcmpSelf.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 dce71c7425d [llvm-dwp] Implement -e option
new 15de536e6ec [InstSimplify] move fcmp simplification tests from 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:
test/Transforms/InstCombine/fcmp-special.ll | 164 ---------------------
.../InstSimplify/floating-point-compare.ll | 164 +++++++++++++++++++++
2 files changed, 164 insertions(+), 164 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 binutils-gdb.
from 503294e755 x86: Add sizeof_reloc to elf_x86_link_hash_table
new 9ff114ca5d x86: Add elf_x86_compute_jump_table_size
new fe53b4a4c4 x86: Add is_x86_elf
new b9ce864ca8 x86: Add _bfd_x86_elf_allocate_dynrelocs
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:
bfd/ChangeLog | 52 ++++++
bfd/elf32-i386.c | 476 ++---------------------------------------------------
bfd/elf64-x86-64.c | 435 ++----------------------------------------------
bfd/elfxx-x86.c | 476 +++++++++++++++++++++++++++++++++++++++++++++++++++++
bfd/elfxx-x86.h | 16 ++
5 files changed, 564 insertions(+), 891 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 binutils-gdb.
from 9a742a902f i386: Check VxWorks with htab->is_vxworks
new 503294e755 x86: Add sizeof_reloc to elf_x86_link_hash_table
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:
bfd/ChangeLog | 7 +++++++
bfd/elfxx-x86.c | 7 ++++---
bfd/elfxx-x86.h | 1 +
3 files changed, 12 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 binutils-gdb.
from 6b9553e2a5 x86: Move GOT_TLS_* in elf32-i386.c to elfxx-x86.h
new 9a742a902f i386: Check VxWorks with htab->is_vxworks
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:
bfd/ChangeLog | 9 +++++++++
bfd/elf32-i386.c | 23 ++++++++---------------
2 files changed, 17 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.