This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from 389c9bb [AArch64] Unwinding support for return address signing
new ba3cb05 Reverting r342895
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/libunwind.h | 5 -----
src/DwarfInstructions.hpp | 18 ------------------
src/DwarfParser.hpp | 8 --------
src/Registers.hpp | 9 +--------
src/dwarf2.h | 5 +----
5 files changed, 2 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 llvm.
from a7c2370e954 [New PM][PassInstrumentation] IR printing support for New P [...]
new ab8edbddaa5 [Thumb1] Any imm8 should have cost of 1
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/ARM/ARMTargetTransformInfo.cpp | 4 +--
test/CodeGen/Thumb/consthoist-imm8-costs-1.ll | 39 +++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Thumb/consthoist-imm8-costs-1.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 fd30cc84f2 Revert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFoundation [...]
new d6a4d2389d [python] [tests] Update test_code_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:
bindings/python/tests/cindex/test_code_completion.py | 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 166505c19de [X86] Split WriteIMul into 8/16/32/64 implementations (PR36931)
new a7c2370e954 [New PM][PassInstrumentation] IR printing support for New P [...]
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/IR/IRPrintingPasses.h | 16 ++++
include/llvm/Pass.h | 11 ---
include/llvm/Passes/StandardInstrumentations.h | 34 ++++++++
lib/Analysis/CallGraphSCCPass.cpp | 1 +
lib/Analysis/LoopInfo.cpp | 1 +
lib/CodeGen/MachineFunctionPrinterPass.cpp | 1 +
lib/IR/LegacyPassManager.cpp | 28 +++---
lib/Passes/CMakeLists.txt | 1 +
lib/Passes/StandardInstrumentations.cpp | 115 +++++++++++++++++++++++++
test/Other/loop-pass-printer.ll | 27 +++---
test/Other/print-module-scope.ll | 12 ++-
test/Other/printer.ll | 23 ++++-
tools/opt/NewPMDriver.cpp | 9 +-
13 files changed, 236 insertions(+), 43 deletions(-)
create mode 100644 include/llvm/Passes/StandardInstrumentations.h
create mode 100644 lib/Passes/StandardInstrumentations.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 libunwind.
from f3eb7f5 [libunwind][NFC] Suppress unused parameter warnings
new 389c9bb [AArch64] Unwinding support for return address signing
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/libunwind.h | 5 +++++
src/DwarfInstructions.hpp | 18 ++++++++++++++++++
src/DwarfParser.hpp | 8 ++++++++
src/Registers.hpp | 9 ++++++++-
src/dwarf2.h | 5 ++++-
5 files changed, 43 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 gcc.
from 41023d5ef1b Change EQ_ATTR_ALT to support up to 64 alternatives
new ea1a3250ef5 [testsuite]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst-v2.c | 5 ++---
2 files changed, 8 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 3420e8ea2e2 [Arm][AsmParser] Restrict register list size for VSTM/VLDM
new 166505c19de [X86] Split WriteIMul into 8/16/32/64 implementations (PR36931)
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/X86InstrArithmetic.td | 62 +++++++++---------
lib/Target/X86/X86SchedBroadwell.td | 66 +++++--------------
lib/Target/X86/X86SchedHaswell.td | 74 ++++-----------------
lib/Target/X86/X86SchedSandyBridge.td | 75 ++++------------------
lib/Target/X86/X86SchedSkylakeClient.td | 73 ++++-----------------
lib/Target/X86/X86SchedSkylakeServer.td | 75 +++++-----------------
lib/Target/X86/X86Schedule.td | 16 ++++-
lib/Target/X86/X86ScheduleAtom.td | 44 ++++---------
lib/Target/X86/X86ScheduleBtVer2.td | 15 ++++-
lib/Target/X86/X86ScheduleSLM.td | 13 +++-
lib/Target/X86/X86ScheduleZnver1.td | 43 +++++++++----
test/CodeGen/X86/bmi2-schedule.ll | 8 +--
test/tools/llvm-mca/X86/Broadwell/resources-bmi2.s | 8 +--
test/tools/llvm-mca/X86/Generic/resources-bmi2.s | 18 +++---
test/tools/llvm-mca/X86/Haswell/resources-bmi2.s | 8 +--
.../llvm-mca/X86/SkylakeClient/resources-bmi2.s | 8 +--
.../llvm-mca/X86/SkylakeServer/resources-bmi2.s | 8 +--
17 files changed, 212 insertions(+), 402 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 lld.
from f100fab66 Correct RISC-V link in release notes
new 762d7b4dd [lld-link] Generalize handling of /debug and /debug:{none,ful [...]
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:
COFF/Driver.cpp | 91 ++++++++++++++++++++++++++++-----------
COFF/Options.td | 5 +--
test/COFF/debug-fastlink.test | 12 ++++++
test/COFF/invalid-debug-type.test | 3 +-
test/COFF/invalid-debug.test | 6 +++
test/COFF/pdb-options.test | 5 +++
6 files changed, 92 insertions(+), 30 deletions(-)
create mode 100644 test/COFF/debug-fastlink.test
create mode 100644 test/COFF/invalid-debug.test
--
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 ba2abefa80 [CFString][ELF] Fix a missed test causing buildbot failures [...]
new fd30cc84f2 Revert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFoundation [...]
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/CodeGenModule.cpp | 63 +++++++++++++++++--------------------------
test/CodeGen/CFStrings.c | 4 +--
test/CodeGen/cfstring-elf.c | 34 -----------------------
3 files changed, 26 insertions(+), 75 deletions(-)
delete mode 100644 test/CodeGen/cfstring-elf.c
--
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 86317355d31 [DAGCombiner] use UADDO to optimize saturated unsigned add
new 3420e8ea2e2 [Arm][AsmParser] Restrict register list size for VSTM/VLDM
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/ARM/AsmParser/ARMAsmParser.cpp | 9 +++++++++
test/MC/ARM/single-precision-fp.s | 15 +++++++++++++++
2 files changed, 24 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.