This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8edc5b1c77d [IR] Rename BinaryOperator::init to AssertOK and remove arg [...]
new 4ae836e7b47 [IfConversion] Hoist removeBranch calls out of if/else clau [...]
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/IfConversion.cpp | 13 +++++++++----
1 file changed, 9 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 gcc.
from e76fa056805 2017-06-26 Richard Biener <rguenther(a)suse.de>
new 17e754aa1fd [ARM, testsuite] Add -mfloat-abi=hard to arm_neon_ok
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 | 5 ++++
gcc/doc/sourcebuild.texi | 6 ++++
gcc/testsuite/ChangeLog | 12 ++++++++
gcc/testsuite/gcc.target/arm/lto/pr65837-attr_0.c | 3 +-
gcc/testsuite/gcc.target/arm/lto/pr65837_0.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 35 ++++++++++++++++++++++-
6 files changed, 60 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 49fa50ef9c Fix compile time warning building gas for arm-wince target.
new 93ec5e2376 S/390: Fix testsuite segfault added with recent pgste patch.
new fd52715cfa Add pgste marker changelog
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:
bfd/ChangeLog | 18 ++++++++++++++++++
bfd/elf64-s390.c | 25 ++++++++++++++++++-------
binutils/ChangeLog | 6 ++++++
elfcpp/ChangeLog | 4 ++++
include/ChangeLog | 4 ++++
ld/ChangeLog | 8 ++++++++
6 files changed, 58 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 newlib.
from 0220e40e8 cygwin: doc: Fix doc install path in postinstall script
new 9938a64ca aarch64: optimize the unaligned case of memcmp
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:
newlib/libc/machine/aarch64/memcmp.S | 57 ++++++++++++++++++++++++++++++++++--
1 file changed, 55 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 binutils-gdb.
from cf9bdae906 Update check conditions for illegal placed instructions.
new 49fa50ef9c Fix compile time warning building gas for arm-wince target.
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:
gas/ChangeLog | 4 ++++
gas/config/tc-arm.c | 2 ++
2 files changed, 6 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 lldb.
from 002cc9f49 Fix LLDB build.
new a07074594 Shorten sanitizer plugin names
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:
source/API/SystemInitializerFull.cpp | 6 +++---
.../AddressSanitizerRuntime.cpp => ASan/ASanRuntime.cpp} | 4 ++--
.../AddressSanitizerRuntime.h => ASan/ASanRuntime.h} | 0
.../{AddressSanitizer => ASan}/CMakeLists.txt | 4 ++--
source/Plugins/InstrumentationRuntime/CMakeLists.txt | 6 +++---
.../InstrumentationRuntime/{ThreadSanitizer => TSan}/CMakeLists.txt | 4 ++--
.../ThreadSanitizerRuntime.cpp => TSan/TSanRuntime.cpp} | 4 ++--
.../ThreadSanitizerRuntime.h => TSan/TSanRuntime.h} | 0
.../{UndefinedBehaviorSanitizer => UBSan}/CMakeLists.txt | 4 ++--
.../UBSanRuntime.cpp} | 4 ++--
.../UndefinedBehaviorSanitizerRuntime.h => UBSan/UBSanRuntime.h} | 0
11 files changed, 18 insertions(+), 18 deletions(-)
rename source/Plugins/InstrumentationRuntime/{AddressSanitizer/AddressSanitizerRun [...]
rename source/Plugins/InstrumentationRuntime/{AddressSanitizer/AddressSanitizerRun [...]
rename source/Plugins/InstrumentationRuntime/{AddressSanitizer => ASan}/CMakeLists [...]
rename source/Plugins/InstrumentationRuntime/{ThreadSanitizer => TSan}/CMakeLists. [...]
rename source/Plugins/InstrumentationRuntime/{ThreadSanitizer/ThreadSanitizerRunti [...]
rename source/Plugins/InstrumentationRuntime/{ThreadSanitizer/ThreadSanitizerRunti [...]
rename source/Plugins/InstrumentationRuntime/{UndefinedBehaviorSanitizer => UBSan} [...]
rename source/Plugins/InstrumentationRuntime/{UndefinedBehaviorSanitizer/Undefined [...]
rename source/Plugins/InstrumentationRuntime/{UndefinedBehaviorSanitizer/Undefined [...]
--
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 1a72ee74f65 Daily bump.
new e76fa056805 2017-06-26 Richard Biener <rguenther(a)suse.de>
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 | 13 +++++++++++++
gcc/cfghooks.c | 15 +++++++++++----
gcc/tree-ssa-phionlycprop.c | 5 +++--
gcc/tree-ssa.c | 33 ++++++++++++++++++---------------
4 files changed, 45 insertions(+), 21 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 330bfeddce5 This reverts commit r306272.
new 8edc5b1c77d [IR] Rename BinaryOperator::init to AssertOK and remove arg [...]
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/IR/InstrTypes.h | 4 ++--
lib/IR/Instructions.cpp | 11 +++++------
2 files changed, 7 insertions(+), 8 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 6d7e03aae93 fix trivial typo in comment, NFC
new 5be3ca82d98 [bugpoint] Do not initialize disassembler passes
new 330bfeddce5 This reverts commit r306272.
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/CodeGen/MachineBlockPlacement.cpp | 29 ------------
test/CodeGen/X86/block-placement.ll | 53 +---------------------
.../CodeGen/X86/code_placement_cold_loop_blocks.ll | 5 +-
tools/bugpoint/bugpoint.cpp | 1 -
4 files changed, 4 insertions(+), 84 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 46adbd1740 Automatic date update in version.in
new cf9bdae906 Update check conditions for illegal placed instructions.
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-arc.c | 19 +++++++++++++++++--
gas/testsuite/gas/arc/asm-errors-3.d | 2 ++
gas/testsuite/gas/arc/asm-errors-3.err | 7 +++++++
gas/testsuite/gas/arc/asm-errors-3.s | 14 ++++++++++++++
5 files changed, 50 insertions(+), 2 deletions(-)
create mode 100644 gas/testsuite/gas/arc/asm-errors-3.d
create mode 100644 gas/testsuite/gas/arc/asm-errors-3.err
create mode 100644 gas/testsuite/gas/arc/asm-errors-3.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.