This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7e97238dd7a [CodeGen] Generate DWARF v5 Accelerator Tables
new 2141b4692fc Sort targetgen calls in lib/Target/*/CMakeLists.
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/AArch64/CMakeLists.txt | 18 +++++++++---------
lib/Target/AMDGPU/CMakeLists.txt | 17 +++++++++--------
lib/Target/ARC/CMakeLists.txt | 9 +++++----
lib/Target/ARM/CMakeLists.txt | 17 +++++++++--------
lib/Target/BPF/CMakeLists.txt | 11 ++++++-----
lib/Target/Hexagon/CMakeLists.txt | 1 +
lib/Target/Lanai/CMakeLists.txt | 1 +
lib/Target/MSP430/CMakeLists.txt | 7 ++++---
lib/Target/Mips/CMakeLists.txt | 15 ++++++++-------
lib/Target/NVPTX/CMakeLists.txt | 6 +++---
lib/Target/Nios2/CMakeLists.txt | 9 ++-------
lib/Target/PowerPC/CMakeLists.txt | 11 ++++++-----
lib/Target/RISCV/CMakeLists.txt | 10 +++++-----
lib/Target/Sparc/CMakeLists.txt | 13 +++++++------
lib/Target/SystemZ/CMakeLists.txt | 3 ++-
lib/Target/WebAssembly/CMakeLists.txt | 3 ++-
lib/Target/X86/CMakeLists.txt | 16 ++++++++--------
lib/Target/XCore/CMakeLists.txt | 9 +++++----
18 files changed, 92 insertions(+), 84 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 47dad430 [clangd] synthesize fix message when the diagnostic doesn't p [...]
new 16bd768a [clang-tidy] Rename -warnings-as-errors tests. 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:
.../{werrors-diagnostics.cpp => warnings-as-errors-diagnostics.cpp} | 0
test/clang-tidy/{werrors-plural.cpp => warnings-as-errors-plural.cpp} | 0
test/clang-tidy/{werrors.cpp => warnings-as-errors.cpp} | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename test/clang-tidy/{werrors-diagnostics.cpp => warnings-as-errors-diagnostics. [...]
rename test/clang-tidy/{werrors-plural.cpp => warnings-as-errors-plural.cpp} (100%)
rename test/clang-tidy/{werrors.cpp => warnings-as-errors.cpp} (100%)
--
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 78f25362ecf 2018-04-04 Richard Biener <rguenther(a)suse.de>
new c6e23056777 [NDS32] Restrict mov pattern that has at least one register [...]
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/nds32/nds32-doubleword.md | 3 ++-
gcc/config/nds32/nds32.md | 3 ++-
3 files changed, 10 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 llvm.
from fdbb56de7e5 [llvm-exegesis] Do not initialize FileDescriptor when libpf [...]
new a3a182263ca Remove duplicate tablegen lines from AVR target.
new 7e97238dd7a [CodeGen] Generate DWARF v5 Accelerator Tables
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/AccelTable.h | 29 +
include/llvm/MC/MCObjectFileInfo.h | 14 +-
lib/CodeGen/AsmPrinter/AccelTable.cpp | 244 +++
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 89 +-
lib/CodeGen/AsmPrinter/DwarfDebug.h | 24 +-
lib/MC/MCObjectFileInfo.cpp | 10 +
lib/Target/AVR/CMakeLists.txt | 8 +-
.../Generic/accel-table-hash-collisions.ll | 2 +-
test/DebugInfo/Generic/cross-cu-inlining.ll | 2 +-
.../Generic/debug-names-hash-collisions.ll | 101 ++
test/DebugInfo/Generic/debug-names-many-cu.ll | 1614 ++++++++++++++++++++
.../Generic/debug-names-name-collisions.ll | 74 +
test/DebugInfo/Generic/debug-names-one-cu.ll | 44 +
test/DebugInfo/Generic/debug-names-two-cu.ll | 59 +
test/DebugInfo/X86/coff_debug_info_type.ll | 6 +-
15 files changed, 2278 insertions(+), 42 deletions(-)
create mode 100644 test/DebugInfo/Generic/debug-names-hash-collisions.ll
create mode 100644 test/DebugInfo/Generic/debug-names-many-cu.ll
create mode 100644 test/DebugInfo/Generic/debug-names-name-collisions.ll
create mode 100644 test/DebugInfo/Generic/debug-names-one-cu.ll
create mode 100644 test/DebugInfo/Generic/debug-names-two-cu.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 lld.
from 5b007b4c0 [ELF] - Cleanup. NFCI.
new 8add14f9b [ELF] - Use early return. 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:
ELF/SyntheticSections.cpp | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 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 c07488664c0 [llvm-exegesis] Fix compilation on lld-x86_64-darwin13
new fdbb56de7e5 [llvm-exegesis] Do not initialize FileDescriptor when libpf [...]
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/llvm-exegesis/lib/PerfHelper.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 c87624d1f5f Disable anchors and msdata for ASAN test-case (PR sanirizer [...]
new 78f25362ecf 2018-04-04 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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/lib/target-supports.exp | 4 ++--
2 files changed, 8 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 llvm.
from 375e65967de [Tablegen] Slightly refactor method SubtargetEmitter::EmitE [...]
new 527bfb075c7 [llvm-exegesis][NFC] Fix a few warnings.
new 9434ee2f2ef [llvm-exegesis][NFC] Fix compilation warning.
new c07488664c0 [llvm-exegesis] Fix compilation on lld-x86_64-darwin13
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:
tools/llvm-exegesis/lib/BenchmarkResult.h | 2 +-
tools/llvm-exegesis/lib/InMemoryAssembler.h | 5 ++++-
tools/llvm-exegesis/lib/Latency.cpp | 2 +-
tools/llvm-exegesis/lib/PerfHelper.h | 3 +++
unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp | 2 +-
5 files changed, 10 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 d14f88d9ca0 [llvm-exegesis] Fix compilation on some clang versions.
new 215782466af [llvm-exegesis] Fix build when libpfm is not available.
new 375e65967de [Tablegen] Slightly refactor method SubtargetEmitter::EmitE [...]
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:
unittests/tools/llvm-exegesis/PerfHelperTest.cpp | 2 +-
utils/TableGen/SubtargetEmitter.cpp | 51 +++++++++++++++++++-----
2 files changed, 42 insertions(+), 11 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 fd68be2418c Re-land r329156 "Add llvm-exegesis tool."
new ab9704d95e1 Make helpers static. NFC.
new d14f88d9ca0 [llvm-exegesis] Fix compilation on some clang versions.
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/Analysis/MustExecute.cpp | 4 +++-
lib/Target/X86/X86ISelLowering.cpp | 6 +++---
lib/Transforms/Coroutines/CoroFrame.cpp | 2 ++
lib/Transforms/IPO/FunctionImport.cpp | 3 ++-
tools/llvm-exegesis/lib/InMemoryAssembler.cpp | 2 +-
5 files changed, 11 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.