This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 65503bb Implement MS _BitScan intrinsics
new 919c870 fix regexes for label names in ms-intrinsics test
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/CodeGen/ms-intrinsics.c | 16 ++++++++--------
1 file changed, 8 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 6cf9f6d Update _MSC_VER equality checks for msdiaNNN.dll
new 16bf208 Create llvm.addressofreturnaddress intrinsic
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/LangRef.rst | 26 ++++++++++++++++++++++++
include/llvm/CodeGen/ISDOpcodes.h | 2 +-
include/llvm/IR/Intrinsics.td | 1 +
lib/Analysis/ObjCARCInstKind.cpp | 1 +
lib/CodeGen/IntrinsicLowering.cpp | 10 +++++++--
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 ++++
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 +
lib/Target/X86/X86ISelLowering.cpp | 7 +++++++
lib/Target/X86/X86ISelLowering.h | 1 +
test/CodeGen/X86/addr-of-ret-addr.ll | 19 +++++++++++++++++
test/CodeGen/X86/win64_frame.ll | 19 +++++++++++++++++
12 files changed, 89 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/addr-of-ret-addr.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 dee2afd [lit] Fix test shtest-timeout.py for modern output
new 6cf9f6d Update _MSC_VER equality checks for msdiaNNN.dll
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/DebugInfo/PDB/DIA/DIASession.cpp | 16 ++++++----------
1 file changed, 6 insertions(+), 10 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 35e713c Remove basic block label in test case
new 65503bb Implement MS _BitScan intrinsics
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/clang/Basic/BuiltinsARM.def | 10 +++++
include/clang/Basic/BuiltinsX86.def | 4 ++
include/clang/Basic/BuiltinsX86_64.def | 3 ++
lib/Basic/Targets.cpp | 2 +
lib/CodeGen/CGBuiltin.cpp | 74 ++++++++++++++++++++++++++++++++++
lib/CodeGen/CodeGenFunction.h | 6 +++
lib/Headers/intrin.h | 28 -------------
test/CodeGen/ms-intrinsics.c | 68 +++++++++++++++++++++++++++++--
8 files changed, 164 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 master
in repository compiler-rt.
from e955e0b Fix _recalloc redefinition link error in ASan RTL
new 25a8f31 Follow up to r283955: add _recalloc_base dll thunk
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/asan/asan_win_dll_thunk.cc | 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 b893afb Reapply "[LoopUnroll] Use the upper bound of the loop trip co [...]
new e58533d [lit] Fix FormatError on individual test timeout
new dee2afd [lit] Fix test shtest-timeout.py for modern output
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:
utils/lit/lit/TestRunner.py | 2 +-
utils/lit/tests/shtest-timeout.py | 19 +++++++++----------
2 files changed, 10 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 clang.
from 87e888e Specify a target cpu in test case
new 35e713c Remove basic block label in test case
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/CodeGen/windows-swiftcall.c | 1 -
1 file changed, 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 zorg.
from c6f6385 Update sanitizer-windows builder to VS2015
new 0a31716 Build clang and LLD earlier in the Windows asan bot config
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:
zorg/buildbot/builders/SanitizerBuilderWindows.py | 14 ++++++++++++--
1 file changed, 12 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 llvm.
from b15c258 [MIRParser] Parse lane masks for register live-ins
new b893afb Reapply "[LoopUnroll] Use the upper bound of the loop trip 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:
include/llvm/Analysis/ScalarEvolution.h | 5 ++
include/llvm/Analysis/TargetTransformInfo.h | 2 +
include/llvm/CodeGen/BasicTTIImpl.h | 3 +-
include/llvm/Transforms/Scalar.h | 5 +-
include/llvm/Transforms/Scalar/LoopUnrollPass.h | 1 +
include/llvm/Transforms/Utils/UnrollLoop.h | 4 +-
lib/Analysis/ScalarEvolution.cpp | 30 ++++---
lib/Transforms/Scalar/LoopUnrollPass.cpp | 100 +++++++++++++++------
lib/Transforms/Utils/LoopUnroll.cpp | 27 ++++--
.../AArch64/full-unroll-trip-count-upper-bound.ll | 43 +++++++++
10 files changed, 169 insertions(+), 51 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/AArch64/full-unroll-trip-count-upper [...]
--
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 glibc.
from 7164580 Fix posix_fadvise64 build on mips64n64
new 07c18a0 Add more totalorder tests.
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:
ChangeLog | 4 ++++
math/libm-test.inc | 28 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.