This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e307afaedb4 Revert "[llvm][llvm-objcopy] Added support for outputting t [...]
new 0114fa18c0e [IRCE] Recognize loops with unsigned latch conditions
new 3acb6cc980d [AVR] Update target machine to use new constructor parameters
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/Target/AVR/AVRTargetMachine.cpp | 9 +-
lib/Target/AVR/AVRTargetMachine.h | 6 +-
.../Scalar/InductiveRangeCheckElimination.cpp | 159 +++++++----
test/Transforms/IRCE/eq_ne.ll | 37 ++-
test/Transforms/IRCE/unsigned_comparisons_ugt.ll | 263 ++++++++++++++++++
test/Transforms/IRCE/unsigned_comparisons_ult.ll | 308 +++++++++++++++++++++
6 files changed, 726 insertions(+), 56 deletions(-)
create mode 100644 test/Transforms/IRCE/unsigned_comparisons_ugt.ll
create mode 100644 test/Transforms/IRCE/unsigned_comparisons_ult.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 binutils-gdb.
from a30d3a7990 Automatic date update in version.in
new 223b97ba9d Add --no-relax option.
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:
gold/ChangeLog | 5 +++++
gold/options.h | 3 ++-
2 files changed, 7 insertions(+), 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 0852af30cb1 [InstCombine] Move the call to foldSelectICmpAnd into foldS [...]
new e307afaedb4 Revert "[llvm][llvm-objcopy] Added support for outputting t [...]
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/tools/llvm-objcopy/basic-align-copy.test | 37 -----
test/tools/llvm-objcopy/basic-binary-copy.test | 25 ---
tools/llvm-objcopy/LLVMBuild.txt | 2 +-
tools/llvm-objcopy/Object.cpp | 205 +++++++++----------------
tools/llvm-objcopy/Object.h | 55 ++-----
tools/llvm-objcopy/llvm-objcopy.cpp | 18 +--
6 files changed, 88 insertions(+), 254 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/basic-align-copy.test
delete mode 100644 test/tools/llvm-objcopy/basic-binary-copy.test
--
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 3dadee38546 Fix SCEVExitLimitForget tests to make Sanitizer happy
new 28374e93344 [InstCombine] Remove unnecessary casts. NFC
new 0852af30cb1 [InstCombine] Move the call to foldSelectICmpAnd into foldS [...]
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/InstCombineCasts.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 160 +++++++++++------------
2 files changed, 82 insertions(+), 82 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 e9c33c9ee0c Un-revert r310014: false revert, it wasn't the cause of bui [...]
new 2801a44d3fc Prevent unused warning in non-assert builds (introduced in [...]
new 3dadee38546 Fix SCEVExitLimitForget tests to make Sanitizer happy
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/IR/DIBuilder.cpp | 4 ++--
unittests/Analysis/ScalarEvolutionTest.cpp | 11 +++++++++--
2 files changed, 11 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 llvm.
from dbdaecd1134 Revert r310014 as it breaks build lld-x86_64-darwin13
new e9c33c9ee0c Un-revert r310014: false revert, it wasn't the cause of bui [...]
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/DIBuilder.h | 10 ++-
lib/IR/DIBuilder.cpp | 29 +++++-
lib/Transforms/IPO/GlobalOpt.cpp | 35 +++++++-
test/DebugInfo/Generic/global-sra-array.ll | 129 +++++++++++++++++++++++++++
test/DebugInfo/Generic/global-sra-struct.ll | 132 ++++++++++++++++++++++++++++
5 files changed, 325 insertions(+), 10 deletions(-)
create mode 100644 test/DebugInfo/Generic/global-sra-array.ll
create mode 100644 test/DebugInfo/Generic/global-sra-struct.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 cff44d51e8b Reland "[llvm][llvm-objcopy] Added support for outputting t [...]
new dbdaecd1134 Revert r310014 as it breaks build lld-x86_64-darwin13
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/DIBuilder.h | 10 +--
lib/IR/DIBuilder.cpp | 29 +-----
lib/Transforms/IPO/GlobalOpt.cpp | 35 +-------
test/DebugInfo/Generic/global-sra-array.ll | 129 ---------------------------
test/DebugInfo/Generic/global-sra-struct.ll | 132 ----------------------------
5 files changed, 10 insertions(+), 325 deletions(-)
delete mode 100644 test/DebugInfo/Generic/global-sra-array.ll
delete mode 100644 test/DebugInfo/Generic/global-sra-struct.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 clang.
from 7a3bb94f5b [Driver][Fuchsia] Pass --hash-style=gnu to the linker
new 7989554fd7 Revert "[coverage] Special-case calls to noreturn functions."
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/CoverageMappingGen.cpp | 12 ------------
test/CoverageMapping/switch.cpp | 13 -------------
2 files changed, 25 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 89c78d2b591 [Support] Update comments about stdout, raw_fd_ostream, and outs()
new cff44d51e8b Reland "[llvm][llvm-objcopy] Added support for outputting t [...]
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/tools/llvm-objcopy/basic-align-copy.test | 37 +++++
test/tools/llvm-objcopy/basic-binary-copy.test | 25 +++
tools/llvm-objcopy/LLVMBuild.txt | 2 +-
tools/llvm-objcopy/Object.cpp | 205 ++++++++++++++++---------
tools/llvm-objcopy/Object.h | 55 +++++--
tools/llvm-objcopy/llvm-objcopy.cpp | 18 ++-
6 files changed, 254 insertions(+), 88 deletions(-)
create mode 100644 test/tools/llvm-objcopy/basic-align-copy.test
create mode 100644 test/tools/llvm-objcopy/basic-binary-copy.test
--
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 aa72e29f10 [Coverage] Precise region termination with deferred regions
new 7a3bb94f5b [Driver][Fuchsia] Pass --hash-style=gnu to the linker
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/Driver/ToolChains/Fuchsia.cpp | 6 ++++--
test/Driver/fuchsia.c | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.