This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3e5efa055b Clean up -fdiscard-value-name handling
new 06fcaea8ad [Debug] Annotate compiler generated range-for loop variables.
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/Sema/Scope.h | 3 ++
lib/Sema/SemaStmt.cpp | 12 +++++---
test/CodeGenCXX/debug-info-range-for-var-names.cpp | 36 ++++++++++++++++++++++
test/CodeGenCXX/debug-info-scope.cpp | 2 +-
test/CodeGenCXX/vla.cpp | 10 +++---
5 files changed, 53 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-range-for-var-names.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 newlib.
from 7ae73be14 Cygwin: improve O_TMPFILE handling
new 913c6ca2c Cygwin: socket: move socket creation inside fhandler_socket class
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:
winsup/cygwin/fhandler.h | 5 ++
winsup/cygwin/fhandler_socket.cc | 117 +++++++++++++++++++++++++++++++++++++++
winsup/cygwin/net.cc | 90 +++++++++++++++---------------
3 files changed, 166 insertions(+), 46 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 c84d87c995f Use std::unique_ptr. NFC.
new d86697c7307 Use std::unique_ptr. NFC.
new f96e649d015 Use std::unique_ptr. 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:
tools/bugpoint/Miscompilation.cpp | 29 +++++++++++------------------
1 file changed, 11 insertions(+), 18 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 aa79dc0c8a9 * gcc.target/i386/pr57193.c (dg-do): Remove target selecto [...]
new 17c5cd42062 PR target/83984 * config/pa/pa.md: Load address of PIC la [...]
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 | 6 ++++
gcc/config/pa/pa.md | 82 ++++++++++++++++++++++++++++++++++-------------------
2 files changed, 59 insertions(+), 29 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 1db3d9946c0 Use std::unique_ptr. NFC.
new c84d87c995f Use std::unique_ptr. 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:
tools/bugpoint/CrashDebugger.cpp | 8 ++++----
1 file changed, 4 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 llvm.
from 1cdbd1bcfd9 [Hexagon] Split HVX vector pair loads/stores, expand unalig [...]
new 1db3d9946c0 Use std::unique_ptr. 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:
tools/bugpoint/CrashDebugger.cpp | 7 +++----
1 file changed, 3 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 2704a8a0fd [clang-format] Recognize percents as format specifiers in protos
new 3e5efa055b Clean up -fdiscard-value-name handling
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/Driver/ToolChains/Clang.cpp | 7 ++-----
1 file changed, 2 insertions(+), 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 llvm.
from d19206140ba Use std::unique_ptr. NFC.
new a7ae9840dec Removed superfluous semicolon to fix -Wpedantic gcc warning. NFCI.
new 1cdbd1bcfd9 [Hexagon] Split HVX vector pair loads/stores, expand unalig [...]
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/MC/MCAsmMacro.h | 2 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 11 ++
lib/Target/Hexagon/HexagonISelLowering.h | 5 +
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 139 ++++++++++++++++++---
lib/Target/Hexagon/HexagonPatterns.td | 27 ----
lib/Target/Hexagon/HexagonPatternsHVX.td | 125 +++++++++++-------
.../Hexagon/autohvx/isel-expand-unaligned-loads.ll | 26 ++++
test/CodeGen/Hexagon/select-instr-align.ll | 26 ++--
8 files changed, 262 insertions(+), 99 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/isel-expand-unaligned-loads.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 c80da497307 Use std::unique_ptr. NFC.
new 16b4c29d610 Use std::unique_ptr. NFC.
new 4569bffc7a8 [CodeGen] Print predecessors, successors, then liveins in - [...]
new d19206140ba Use std::unique_ptr. NFC.
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:
lib/CodeGen/MachineBasicBlock.cpp | 35 ++++++++++++++++++-----------------
tools/bugpoint/CrashDebugger.cpp | 19 +++++++++----------
2 files changed, 27 insertions(+), 27 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 8b96d7cf104 Use std::unique_ptr. NFC.
new c80da497307 Use std::unique_ptr. 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:
tools/bugpoint/Miscompilation.cpp | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.