This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bbeb3ea llc: Rework -run-pass option
new 3c559a0 Try to appease clang-x64-ninja-win7 bot.
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:
tools/llc/llc.cpp | 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 clang.
from 9f69b63 [CUDA] Fix flush-denormals.cu test so that it checks what it [...]
new 9958271 [Sema] Fix an overload resolution bug with enable_if.
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/Sema/SemaOverload.cpp | 58 ++++++++++++++++++++++++++++++-----------------
test/CodeGen/enable_if.c | 13 +++++++++++
2 files changed, 50 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 lldb.
from 3f4d7d2 Added a testcase that verifies that multiline expressions work.
new fa06626 Add a testcase for "BreakpointSetBySourceRegex"
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:
.../Makefile | 2 +-
.../source_regexp/TestSourceRegexBreakpoints.py | 100 +++++++++++++++++++++
.../functionalities/breakpoint/source_regexp/a.c | 16 ++++
.../functionalities/breakpoint/source_regexp/a.h | 1 +
.../breakpoint/source_regexp/main.c | 17 ++++
5 files changed, 135 insertions(+), 1 deletion(-)
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ignore_ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/sourc [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/sourc [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/sourc [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/sourc [...]
--
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 c2cb1b7 [X86][AVX512] Use the proper load/store for AVX512 registers.
new bf765df LLVMTargetMachine: Add functions to create MIModuleInfo/MIFun [...]
new bbeb3ea llc: Rework -run-pass option
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:
include/llvm/CodeGen/Passes.h | 24 ++++++++++-----------
include/llvm/Target/TargetMachine.h | 8 +++++++
lib/CodeGen/LLVMTargetMachine.cpp | 26 ++++++++++++++--------
test/CodeGen/Generic/run-pass.ll | 7 ------
tools/llc/llc.cpp | 43 ++++++++++++++++++++++++++++++-------
unittests/MI/LiveIntervalTest.cpp | 11 +++-------
6 files changed, 75 insertions(+), 44 deletions(-)
delete mode 100644 test/CodeGen/Generic/run-pass.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 d3d318a Don't inline functions with different SafeStack attributes.
new c2cb1b7 [X86][AVX512] Use the proper load/store for AVX512 registers.
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/X86/X86CallingConv.td | 2 ++
lib/Target/X86/X86InstrInfo.cpp | 28 ++++++++++++++++++++--------
lib/Target/X86/X86RegisterInfo.cpp | 5 +++--
test/CodeGen/X86/x86-interrupt_cc.ll | 19 +++++++++++++++++++
4 files changed, 44 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/X86/x86-interrupt_cc.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 834b6ab When forming a fully-qualified type name, put any qualifiers [...]
new 9f69b63 [CUDA] Fix flush-denormals.cu test so that it checks what it [...]
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/CodeGenCUDA/flush-denormals.cu | 8 +++++---
1 file changed, 5 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 llvm.
from 42a5196 [WebAssembly] Disable 128-bit shift libcalls
new 493ba42 [NVVM] Add comments to NVVM intrinsics listing.
new 9f9e951 [NVPTX] Change begin/end inline asm comments to "begin/end in [...]
new 4c9fd4a Minor formatting fixes in LoopUnroll.cpp.
new e598f97 [nvvm] Mark ldu and ldg intrinsics as IntrArgMemOnly.
new cbda428 [SCEV] Use guards to prove predicates
new b03e0b7 [SCEVExpander] Clang format expressions; NFC
new d3d318a Don't inline functions with different SafeStack attributes.
The 7 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 | 11 ++
include/llvm/IR/Attributes.td | 1 +
include/llvm/IR/IntrinsicsNVVM.td | 18 +--
lib/Analysis/ScalarEvolution.cpp | 47 +++++++-
lib/Analysis/ScalarEvolutionExpander.cpp | 33 +++---
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 4 +-
lib/Transforms/Utils/LoopUnroll.cpp | 6 +-
test/Analysis/ScalarEvolution/guards.ll | 141 +++++++++++++++++++++++
test/Transforms/Inline/attributes.ll | 19 +++
9 files changed, 246 insertions(+), 34 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/guards.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 6d523e1 SDAG: Stop relying on Select's return value in SystemZ's spli [...]
new 42a5196 [WebAssembly] Disable 128-bit shift libcalls
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/WebAssembly/WebAssemblyISelLowering.cpp | 7 +++++++
1 file changed, 7 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 compiler-rt.
from 4ce1f1e [MSan] Add a test for vararg with lots of non-vararg arguments.
new f938294 Reapply r268840: [profile] Simplify value profile writing
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/profile/InstrProfiling.h | 10 +------
lib/profile/InstrProfilingBuffer.c | 4 +--
lib/profile/InstrProfilingFile.c | 5 +---
lib/profile/InstrProfilingInternal.h | 11 ++++---
lib/profile/InstrProfilingValue.c | 56 +++++++++---------------------------
lib/profile/InstrProfilingWriter.c | 55 ++++++++++++++++++-----------------
6 files changed, 53 insertions(+), 88 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 b8f00c0 [RS6000] Stop regrename twiddling with split-stack prologue
new a2fa9fc Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.