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 7ab1a1642 [libFuzzer] Exclude a test failing on OS X.
new 9d51100aa Reland r311842 - [cmake] Remove i686 target that is duplicate [...]
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/CompilerRTUtils.cmake | 3 ---
cmake/base-config-ix.cmake | 4 ----
cmake/builtin-config-ix.cmake | 3 ++-
cmake/config-ix.cmake | 2 +-
lib/asan/CMakeLists.txt | 4 ++--
lib/asan/scripts/asan_device_setup | 2 +-
lib/builtins/CMakeLists.txt | 8 +-------
lib/ubsan/CMakeLists.txt | 2 +-
test/asan/CMakeLists.txt | 2 +-
test/asan/lit.cfg | 7 +------
test/lit.common.cfg | 2 +-
test/lsan/TestCases/Linux/use_tls_dynamic.cc | 2 +-
test/sanitizer_common/lit.common.cfg | 2 +-
test/scudo/random_shuffle.cpp | 2 +-
14 files changed, 14 insertions(+), 31 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 release_50
in repository llvm.
from b66f7c1682b index.rst: remove in-progress notice
new d4ccc16538f ReleaseNotes: LLVM_REVERSE_ITERATION
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:
docs/ReleaseNotes.rst | 6 ++++++
1 file 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 llvm.
from 1047945a59e Try to fix compilation problem with libstdc++
new eb8f624e3de Fix ARMv4 support
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/Target/ARM/ARMAsmPrinter.cpp | 2 ++
lib/Target/ARM/ARMCallLowering.cpp | 4 +++-
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 5 ++++-
lib/Target/ARM/ARMFastISel.cpp | 5 +++--
lib/Target/ARM/ARMFrameLowering.cpp | 5 ++---
lib/Target/ARM/ARMInstrInfo.td | 8 +++++++-
lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 1 +
lib/Target/ARM/ARMSubtarget.h | 11 +++++++++++
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 4 ++--
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 4 ++--
test/CodeGen/ARM/armv4.ll | 17 ++++++++++++++++-
test/CodeGen/ARM/debug-segmented-stacks.ll | 4 ++--
test/CodeGen/ARM/segmented-stacks-dynamic.ll | 8 ++++----
test/CodeGen/ARM/segmented-stacks.ll | 4 ++--
14 files changed, 61 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 628b9ff95d8 [LoopUnroll] Add a cl::opt to force peeling, for testing purposes.
new 7dc0bf26754 Address r311914 review comments
new 1047945a59e Try to fix compilation problem with libstdc++
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/TableGen/ConcatenatedSubregs.td | 6 ++++++
utils/TableGen/CodeGenRegisters.cpp | 16 ++++++++--------
2 files changed, 14 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 compiler-rt.
from ffb70a6cb [libFuzzer] Fix libFuzzer flag propagation for standalone builds.
new 7ab1a1642 [libFuzzer] Exclude a test failing on OS X.
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/fuzzer/deep-recursion.test | 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 863f34946c9 TableGen: Fix subreg composition/concatenation
new 628b9ff95d8 [LoopUnroll] Add a cl::opt to force peeling, for testing purposes.
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/Scalar/LoopUnrollPass.cpp | 6 ++++++
1 file 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 llvm.
from 363f0068ddd [ARM] Fix bug in ARMLoadStoreOptimizer when kill flags are [...]
new 8c42b74f866 TableGen: Add -gen-register-info-debug-dump
new 863f34946c9 TableGen: Fix subreg composition/concatenation
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/TableGen/ConcatenatedSubregs.td | 124 +++++++++++++++++++++++++++++++++
utils/TableGen/CodeGenRegisters.cpp | 115 +++++++++++++++++++++++-------
utils/TableGen/CodeGenRegisters.h | 16 +++--
utils/TableGen/RegisterInfoEmitter.cpp | 71 +++++++++++++++++--
4 files changed, 289 insertions(+), 37 deletions(-)
create mode 100644 test/TableGen/ConcatenatedSubregs.td
--
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_50
in repository llvm.
from 3359933e710 [mips][Release Notes] Release notes for 5.0
new b66f7c1682b index.rst: remove in-progress notice
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:
docs/index.rst | 5 -----
1 file changed, 5 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 0c221230c Proper dependency check for clang in compiler_rt.
new ffb70a6cb [libFuzzer] Fix libFuzzer flag propagation for standalone builds.
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/fuzzer/CMakeLists.txt | 7 +++++--
1 file changed, 5 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 compiler-rt.
from d74a5ec19 [sanitizer] Re-introduce kUseSeparateSizeClassForBatch for th [...]
new 0c221230c Proper dependency check for clang in compiler_rt.
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/CompilerRTCompile.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.