This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 05103aed1d3 * graphite.h: Include <isl/id.h> and <isl/space.h>; these [...]
new 9c4d4b296ab 2018-09-26 Richard Biener <rguenther(a)suse.de>
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/dwarf2out.c | 14 ++++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/debug/dwarf2/inline5.c | 26 ++++++++++++++++++++++++++
4 files changed, 44 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/inline5.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 eb7711e3203 [llvm-exgesis][NFC] Do not pollute buildbots with messages [...]
new 538d8c7d859 [AArch64] - Return address signing dwarf support
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/BinaryFormat/Dwarf.def | 15 +++--
include/llvm/BinaryFormat/Dwarf.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 26 +++++---
include/llvm/MC/MCDwarf.h | 6 ++
include/llvm/MC/MCStreamer.h | 1 +
lib/BinaryFormat/Dwarf.cpp | 20 +++++-
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 3 +
lib/CodeGen/CFIInstrInserter.cpp | 1 +
lib/CodeGen/MIRParser/MILexer.cpp | 1 +
lib/CodeGen/MIRParser/MILexer.h | 1 +
lib/CodeGen/MIRParser/MIParser.cpp | 4 ++
lib/CodeGen/MachineOperand.cpp | 5 ++
lib/DebugInfo/DWARF/DWARFContext.cpp | 8 ++-
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 13 ++--
lib/MC/MCAsmStreamer.cpp | 7 ++
lib/MC/MCDwarf.cpp | 4 ++
lib/MC/MCStreamer.cpp | 9 +++
lib/Target/AArch64/AArch64FrameLowering.cpp | 6 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 10 +++
test/CodeGen/AArch64/sign-return-address.ll | 22 +++---
test/CodeGen/MIR/AArch64/cfi.mir | 2 +
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +-
tools/llvm-readobj/DwarfCFIEHPrinter.h | 13 ++--
tools/llvm-readobj/ELFDumper.cpp | 81 +++++++++++++----------
25 files changed, 192 insertions(+), 75 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 564f50e753 [analyzer] scan-build: if --status-bugs is passed, don't for [...]
new f10f8c29df [ARM/AArch64][v8.5A] Add Armv8.5-A target
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/Basic/Targets/ARM.cpp | 2 ++
test/Driver/aarch64-cpus.c | 19 +++++++++++++++++++
test/Driver/arm-cortex-cpus.c | 20 ++++++++++++++++++++
test/Preprocessor/arm-target-features.c | 15 +++++++++++++++
4 files changed, 56 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 gcc.
from 6d57875f136 Ignore chmod errors during mostlyclean-local, check-go-tool
new 05103aed1d3 * graphite.h: Include <isl/id.h> and <isl/space.h>; these [...]
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 | 5 +++++
gcc/graphite.h | 2 ++
2 files 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 llvm.
from 0d107a3c3ed [llvm-exegesis] Get rid of debug_string.
new ae2e9237cb5 [AArch64][AsmParser] Show name of missing feature for syste [...]
new eb7711e3203 [llvm-exgesis][NFC] Do not pollute buildbots with messages [...]
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:
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 59 ++++++++++++++---------
test/tools/llvm-exegesis/X86/lit.local.cfg | 2 +-
2 files changed, 36 insertions(+), 25 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 1eb922bdfce [ARM/AArch64] Add target parser unit tests for Armv8.4-A
new fa73cae3445 [CodeGen] Always print register ties in MI::dump()
new 0d107a3c3ed [llvm-exegesis] Get rid of debug_string.
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:
lib/CodeGen/MachineInstr.cpp | 2 +-
test/CodeGen/AArch64/misched-fusion-crypto-eor.mir | 12 ++++-----
test/CodeGen/ARM/misched-int-basic-thumb2.mir | 2 +-
test/CodeGen/ARM/misched-int-basic.mir | 2 +-
.../llvm-exegesis/X86/analysis-uops-backwards.test | 30 ++++++++++++++++++++++
test/tools/llvm-exegesis/X86/analysis-uops.test | 29 +++++++++++++++++++++
tools/llvm-exegesis/lib/Analysis.cpp | 5 +---
tools/llvm-exegesis/lib/BenchmarkResult.cpp | 7 +++--
tools/llvm-exegesis/lib/BenchmarkResult.h | 4 +--
unittests/tools/llvm-exegesis/ClusteringTest.cpp | 18 ++++++-------
.../llvm-exegesis/X86/BenchmarkResultTest.cpp | 12 ++++-----
11 files changed, 90 insertions(+), 33 deletions(-)
create mode 100644 test/tools/llvm-exegesis/X86/analysis-uops-backwards.test
create mode 100644 test/tools/llvm-exegesis/X86/analysis-uops.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 llvm.
from b8bd68f4813 [PassTiming] cleaning up legacy PassTimingInfo interface. NFCI.
new 1eb922bdfce [ARM/AArch64] Add target parser unit tests for Armv8.4-A
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:
unittests/Support/TargetParserTest.cpp | 16 +++++++++++-----
1 file changed, 11 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 21491992cfc Revert r343089 "[AArch64] - Return address signing dwarf support"
new b8bd68f4813 [PassTiming] cleaning up legacy PassTimingInfo interface. NFCI.
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/LegacyPassManager.h | 3 -
include/llvm/IR/PassTimingInfo.h | 50 ++--------------
lib/IR/PassTimingInfo.cpp | 111 +++++++++++++++++++-----------------
lib/LTO/LTOCodeGenerator.cpp | 1 +
lib/LTO/ThinLTOCodeGenerator.cpp | 1 +
5 files changed, 67 insertions(+), 99 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 c6913c45e4 Removed extra semicolon to fix Wpedantic. (NFCI).
new 564f50e753 [analyzer] scan-build: if --status-bugs is passed, don't for [...]
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/scan-build/bin/scan-build | 4 ++--
1 file changed, 2 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 9bd3815cbe3 [PR 87347] Prevent segfaults if TYPE_ARG_TYPES is NULL
new 6d57875f136 Ignore chmod errors during mostlyclean-local, check-go-tool
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:
gotools/ChangeLog | 6 ++++++
gotools/Makefile.am | 4 ++--
gotools/Makefile.in | 6 +++---
3 files changed, 11 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.