This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 13b8667 MIRParser: Move MachineFunction reference into PFS; NFC
new ff8bc4a [MI] Fix MachineInstr::isInvariantLoad.
new 6e665c8 [MI] Clean up some loops over MachineInstr::memoperands(). NFC
new 88a264d [MIR] Fix one GlobalISel test case that I missed in r275314.
new e12bf89 [LAA] Don't hold on to TargetLibraryInfo in the analysis result
new 81c98a7 [LAA] Don't hold on to DominatorTree in the analysis result
The 5 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/LoopAccessAnalysis.h | 12 ++++------
lib/Analysis/LoopAccessAnalysis.cpp | 10 +++++----
lib/CodeGen/MachineInstr.cpp | 26 +++++++++-------------
.../AArch64/generic-virtual-registers-error.mir | 5 ++---
4 files changed, 23 insertions(+), 30 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 b08d38a Fix a check in the objc trampoline handler
new a478ead Added test for setting breakpoints by basename and fullname.
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/lang/cpp/namespace/TestNamespace.py | 67 ++++++++++++++++++++++
1 file changed, 67 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 cf7c29e Add a triple to fix test on bots after 275320.
new d790364 MIRYamlMapping: Update stale comment
new 13b8667 MIRParser: Move MachineFunction reference into PFS; NFC
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/MIRYamlMapping.h | 3 -
lib/CodeGen/MIRParser/MIParser.cpp | 67 +++++++--------
lib/CodeGen/MIRParser/MIParser.h | 54 ++++++------
lib/CodeGen/MIRParser/MIRParser.cpp | 152 ++++++++++++++++------------------
4 files changed, 132 insertions(+), 144 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 1ae6e48 [test] Add 'env' to fix test failures in windows bots.
new d164226 Add XRay flags to Clang. We implement two flags to control th [...]
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/Attr.td | 16 +++++++++++++
include/clang/Basic/AttrDocs.td | 11 +++++++++
include/clang/Driver/Options.td | 15 ++++++++++++
include/clang/Frontend/CodeGenOptions.def | 8 +++++++
lib/CodeGen/CodeGenFunction.cpp | 20 ++++++++++++++++
lib/CodeGen/CodeGenFunction.h | 4 ++++
lib/Driver/Tools.cpp | 37 ++++++++++++++++++++++++++++++
lib/Frontend/CompilerInvocation.cpp | 3 +++
lib/Sema/SemaDeclAttr.cpp | 5 +++-
test/CodeGen/xray-attributes-supported.cpp | 13 +++++++++++
test/Sema/xray-always-instrument-attr.c | 6 +++++
test/Sema/xray-always-instrument-attr.cpp | 10 ++++++++
12 files changed, 147 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/xray-attributes-supported.cpp
create mode 100644 test/Sema/xray-always-instrument-attr.c
create mode 100644 test/Sema/xray-always-instrument-attr.cpp
--
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 b661607 PR c++/70926 * cplus-dem.c: Handle large values and overflo [...]
new 7a23db9 * genrecog.c (special_predicate_operand_p): New function. ( [...]
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 | 7 +++++++
gcc/genrecog.c | 50 +++++++++++++++++++++++++++++++++++---------------
2 files changed, 42 insertions(+), 15 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 2ba3aa2 [LAA] Don't hold on to AliasAnalysis in the analysis result
new 703303a [LAA] Don't hold on to LoopInfo in the analysis result
new f5d4047 [LAA] Don't hold on to DataLayout in the analysis result
new cf7c29e Add a triple to fix test on bots after 275320.
The 3 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/LoopAccessAnalysis.h | 15 +++++----------
lib/Analysis/LoopAccessAnalysis.cpp | 23 ++++++++++-------------
test/CodeGen/X86/fast-isel-call.ll | 2 +-
3 files changed, 16 insertions(+), 24 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 59edbcf [OpenMP] remove duplicate code in ActOnOpenMPRegionStart
new 1ae6e48 [test] Add 'env' to fix test failures in windows bots.
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/Index/pch-warn-as-error-code-split.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 62248d0 Fix return type handling for Proxy classes
new b661607 PR c++/70926 * cplus-dem.c: Handle large values and overflo [...]
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:
libiberty/ChangeLog | 9 +++++++++
libiberty/cplus-dem.c | 10 ++++++----
libiberty/testsuite/demangle-expected | 13 +++++++++++++
3 files changed, 28 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 clang.
from d42f2ae [OpenCL] Fixes failures in test/Driver/opencl.cl.
new 59edbcf [OpenMP] remove duplicate code in ActOnOpenMPRegionStart
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/SemaOpenMP.cpp | 174 ++++++------------------------------------------
1 file changed, 21 insertions(+), 153 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 ba51593 Mark the textual headers in the module map for ProfileData
new a48eee2 Fix a TODO in X86CallFrameOptimization to not rely on a codeg [...]
new 9240c45 [llvm-cov] Use a thread pool to speed up report generation (NFC)
new 2ba3aa2 [LAA] Don't hold on to AliasAnalysis in the analysis result
The 3 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/LoopAccessAnalysis.h | 10 ++-
lib/Analysis/LoopAccessAnalysis.cpp | 6 +-
lib/Target/X86/X86CallFrameOptimization.cpp | 20 +++---
test/CodeGen/X86/fast-isel-call.ll | 12 ++--
tools/llvm-cov/CodeCoverage.cpp | 99 ++++++++++++++++++++++-------
5 files changed, 98 insertions(+), 49 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.