This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1e7d8b35077 [llvm-exegesis] Update doc to mention that the output is in html.
new f690e9b2671 [FastISel] Permit instructions to be skipped for FastISel g [...]
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/Target/Target.td | 6 ++++++
test/TableGen/FastISelEmitter.td | 37 +++++++++++++++++++++++++++++++++++
utils/TableGen/CodeGenInstruction.cpp | 1 +
utils/TableGen/CodeGenInstruction.h | 1 +
utils/TableGen/FastISelEmitter.cpp | 7 +++++++
5 files changed, 52 insertions(+)
create mode 100644 test/TableGen/FastISelEmitter.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 master
in repository clang.
from 8fff739f77 [CodeView] Enable debugging of captured variables within C++ [...]
new f5fd97a2fb Call CreateTempMemWithoutCast for ActiveFlag
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/CGCall.cpp | 10 +++----
lib/CodeGen/CGCleanup.cpp | 4 +--
lib/CodeGen/CGExpr.cpp | 46 +++++++++++++++++++----------
lib/CodeGen/CodeGenFunction.h | 31 +++++++++++--------
test/CodeGenCXX/conditional-temporaries.cpp | 1 +
5 files changed, 56 insertions(+), 36 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 binutils-gdb.
from 215f527155 PR23207, hppa ld SIGSEGVs on invalid object files
new 241db429d5 fix "stale cleanup" internal-warning when using "catch asser [...]
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:
gdb/ChangeLog | 5 +++++
gdb/ada-lang.c | 2 +-
2 files changed, 6 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 test-suite.
from b9d870b6 [test-suite] Enable CUDA complex tests with libc++ now that D [...]
new a3c43977 [test-suite] Enable MicroBenchmarks by default
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:
CMakeLists.txt | 5 ++---
MicroBenchmarks/CMakeLists.txt | 10 ++++++----
2 files changed, 8 insertions(+), 7 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 643e7f6c91a [mips] Merge MipsLongBranch and MipsHazardSchedule passes
new a38d19ff57b [llvm-exegesis] Analysis output uses HTML.
new 1e7d8b35077 [llvm-exegesis] Update doc to mention that the output is in html.
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:
docs/CommandGuide/llvm-exegesis.rst | 4 +-
tools/llvm-exegesis/lib/Analysis.cpp | 205 +++++++++++++++++++----
tools/llvm-exegesis/lib/Analysis.h | 4 +-
tools/llvm-exegesis/lib/Clustering.h | 19 ++-
unittests/tools/llvm-exegesis/ClusteringTest.cpp | 14 ++
5 files changed, 199 insertions(+), 47 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-tools-extra.
from 9b1b9959 [clangd] Remove ignored Preamble::CanReuse call from completion
new 7b0ac917 [clangd] Fix a typo. NFC
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:
clangd/ClangdServer.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 llvm.
from 48f3050c47b [mips] Correct the predicates of the cache and pref instructions
new 643e7f6c91a [mips] Merge MipsLongBranch and MipsHazardSchedule passes
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/Mips/CMakeLists.txt | 3 +-
lib/Target/Mips/Mips.h | 5 +-
...{MipsLongBranch.cpp => MipsBranchExpansion.cpp} | 474 ++++++++++++++-------
lib/Target/Mips/MipsHazardSchedule.cpp | 163 -------
lib/Target/Mips/MipsTargetMachine.cpp | 20 +-
test/CodeGen/Mips/branch-relaxation-with-hazard.ll | 64 +++
test/CodeGen/Mips/longbranch.ll | 2 -
.../Mips/longbranch/branch-limits-fp-micromips.mir | 4 +-
.../longbranch/branch-limits-fp-micromipsr6.mir | 4 +-
.../Mips/longbranch/branch-limits-fp-mips.mir | 4 +-
.../Mips/longbranch/branch-limits-fp-mipsr6.mir | 4 +-
.../longbranch/branch-limits-int-microMIPS.mir | 4 +-
.../longbranch/branch-limits-int-micromipsr6.mir | 4 +-
.../Mips/longbranch/branch-limits-int-mips64.mir | 4 +-
.../Mips/longbranch/branch-limits-int-mips64r6.mir | 4 +-
.../Mips/longbranch/branch-limits-int-mipsr6.mir | 4 +-
test/CodeGen/Mips/longbranch/branch-limits-int.mir | 4 +-
test/CodeGen/Mips/longbranch/branch-limits-msa.mir | 4 +-
18 files changed, 423 insertions(+), 352 deletions(-)
rename lib/Target/Mips/{MipsLongBranch.cpp => MipsBranchExpansion.cpp} (55%)
delete mode 100644 lib/Target/Mips/MipsHazardSchedule.cpp
create mode 100644 test/CodeGen/Mips/branch-relaxation-with-hazard.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-tools-extra.
from ed591e60 [clangd] Correctly handle IWYU prama with verbatim #include header.
new 9b1b9959 [clangd] Remove ignored Preamble::CanReuse call from completion
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:
clangd/CodeComplete.cpp | 14 ++------------
1 file changed, 2 insertions(+), 12 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 glibc.
from e28e9b1ec4 x86-64: Check Prefer_FSRM in ifunc-memmove.h
new ed0d698870 i386: Drop -mpreferred-stack-boundary=4
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 | 16 ++++++++++++++++
sysdeps/i386/Makefile | 38 +-------------------------------------
sysdeps/i386/nptl/Makefile | 6 ------
3 files changed, 17 insertions(+), 43 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 e5dd68a580 [clang-format] Add a test case for crash
new 8fff739f77 [CodeView] Enable debugging of captured variables within C++ [...]
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/CGDebugInfo.cpp | 62 +++++++++-----
test/CodeGen/debug-info-codeview-unnamed.c | 30 +++++++
test/CodeGenCXX/debug-info-codeview-unnamed.cpp | 108 ++++++++++++++++++++++++
3 files changed, 181 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/debug-info-codeview-unnamed.c
create mode 100644 test/CodeGenCXX/debug-info-codeview-unnamed.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.