This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c2422b8ca68 Delete the copy constructor for llvm::yaml::Node
new 287a3ef3c92 [Hexagon] Always generate mux out of predicated transfers i [...]
new 0995a92322b [PDB] Make our PDBs look more like MS PDBs.
new 2b4b7fe3620 [AMDGPU] Remove use of OpenCL triple environment and replac [...]
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:
docs/AMDGPUUsage.rst | 36 +++---
include/llvm/ADT/Triple.h | 1 -
.../CodeView/DebugStringTableSubsection.h | 2 +
.../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 2 +-
include/llvm/DebugInfo/PDB/Native/HashTable.h | 4 +-
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 4 +-
.../CodeView/DebugStringTableSubsection.cpp | 9 ++
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 38 +++---
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 8 +-
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 1 +
lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 2 +-
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 68 +++++++----
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 67 ++++++++++-
lib/Support/Triple.cpp | 2 -
lib/Target/AMDGPU/AMDGPUSubtarget.h | 12 +-
lib/Target/Hexagon/HexagonGenMux.cpp | 12 +-
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 131 ++++++++++++++++++---
.../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 26 +++-
test/CodeGen/Hexagon/cmp_pred.ll | 2 +-
test/CodeGen/Hexagon/cmp_pred_reg.ll | 2 +-
test/CodeGen/Hexagon/cmpb_pred.ll | 2 +-
test/CodeGen/Hexagon/formal-args-i1.ll | 17 +++
test/CodeGen/Hexagon/optimize-mux.ll | 20 ++++
test/CodeGen/Hexagon/split-muxii.ll | 24 ++++
test/MC/Hexagon/inst_select.ll | 7 +-
tools/llvm-pdbutil/DumpOutputStyle.cpp | 108 +++++++++++++----
tools/llvm-pdbutil/DumpOutputStyle.h | 1 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 9 ++
tools/llvm-pdbutil/llvm-pdbutil.h | 2 +
unittests/ADT/TripleTest.cpp | 6 -
30 files changed, 486 insertions(+), 139 deletions(-)
create mode 100644 test/CodeGen/Hexagon/formal-args-i1.ll
create mode 100644 test/CodeGen/Hexagon/optimize-mux.ll
create mode 100644 test/CodeGen/Hexagon/split-muxii.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 e403c97d4e [vfs] Don't bail out after a missing -ivfsoverlay file
new b62adeec77 [AMDGPU] Remove use of OpenCL triple environment and replace [...]
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:
docs/UsersManual.rst | 4 +--
lib/CodeGen/TargetInfo.cpp | 5 ++++
test/CodeGenOpenCL/amdgpu-attrs.cl | 61 ++++++++++++++++++++++----------------
3 files changed, 42 insertions(+), 28 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 3291576ea Add a minimal fix for PR36878.
new f96e9fbd0 [PDB] Make our PDBs look more like MS PDBs.
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/PDB.cpp | 8 +-
test/COFF/pdb-diff.test | 215 ---------------------------------------
test/COFF/pdb-file-static.test | 4 +-
test/COFF/pdb-lib.s | 6 +-
test/COFF/pdb-linker-module.test | 2 +-
test/COFF/pdb-same-name.test | 4 +-
test/COFF/pdb.test | 6 +-
7 files changed, 17 insertions(+), 228 deletions(-)
delete mode 100644 test/COFF/pdb-diff.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 2aafc7ac030 [ARM] Fix "Constant pool entry out of range!" in Thumb1 mode
new 49cb85b13af [HWASan] Port HWASan to Linux x86-64 (LLVM)
new fc595472281 [X86][Btver2] Cleanup TEST instructions to use JFPA (+JFPX [...]
new ab5fa751830 [Hexagon] Avoid early if-conversion for one sided branches
new c2422b8ca68 Delete the copy constructor for llvm::yaml::Node
The 4 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/Support/YAMLParser.h | 5 +
lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 31 ++++---
lib/Target/X86/X86ScheduleBtVer2.td | 12 +--
.../Instrumentation/HWAddressSanitizer.cpp | 71 +++++++++++---
test/CodeGen/Hexagon/prof-early-if.ll | 80 ++++++++++++++++
.../HWAddressSanitizer/X86/atomic.ll | 40 ++++++++
.../HWAddressSanitizer/X86/basic.ll | 103 +++++++++++++++++++++
.../HWAddressSanitizer/X86/kernel.ll | 34 +++++++
.../HWAddressSanitizer/X86/with-calls.ll | 79 ++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 66 ++++++-------
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 4 +-
11 files changed, 459 insertions(+), 66 deletions(-)
create mode 100644 test/CodeGen/Hexagon/prof-early-if.ll
create mode 100644 test/Instrumentation/HWAddressSanitizer/X86/atomic.ll
create mode 100644 test/Instrumentation/HWAddressSanitizer/X86/basic.ll
create mode 100644 test/Instrumentation/HWAddressSanitizer/X86/kernel.ll
create mode 100644 test/Instrumentation/HWAddressSanitizer/X86/with-calls.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 gcc-7-branch
in repository gcc.
from 1e2c7709014 gcc/ChangeLog:
new 77bd72a021b Backport from mainline 2018-03-20 Peter Bergner <bergne [...]
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 | 21 +++++++
gcc/config/rs6000/altivec.md | 132 +++++++++++++++++++++++++------------------
gcc/config/rs6000/rs6000.c | 48 ++++++++--------
gcc/config/rs6000/vector.md | 14 +----
4 files changed, 123 insertions(+), 92 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 75d94b0a1b4 [Hexagon] Two fixes in early if-conversion
new f536a15c84b [llvm-mca] update the ResourcePressureView after r328335. NFC.
new 2aafc7ac030 [ARM] Fix "Constant pool entry out of range!" in Thumb1 mode
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/ARM/ARMComputeBlockSize.cpp | 1 +
test/CodeGen/Thumb/PR36658.mir | 359 ++++++++++++++++++++++++++++++++
tools/llvm-mca/ResourcePressureView.cpp | 14 +-
tools/llvm-mca/ResourcePressureView.h | 2 +-
4 files changed, 368 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/Thumb/PR36658.mir
--
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 1224e3b5b37 Fix a block copying problem in LICM
new 03d3921f6ef [X86][Btver2] Cleanup MOVMSK instructions to use JFPA funct [...]
new 75d94b0a1b4 [Hexagon] Two fixes in early if-conversion
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/Hexagon/HexagonEarlyIfConv.cpp | 21 +-
lib/Target/X86/X86ScheduleBtVer2.td | 6 +-
test/CodeGen/Hexagon/early-if-conv-lifetime.mir | 75 ++++
test/CodeGen/X86/sse2-schedule.ll | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 498 ++++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 6 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 92 ++---
7 files changed, 390 insertions(+), 310 deletions(-)
create mode 100644 test/CodeGen/Hexagon/early-if-conv-lifetime.mir
--
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 aoliva/testme
in repository gcc.
from 86fb94d50d6 [PR c++/84943] cancel-out indirect_ref and addr_expr in call
new 2905ddde98e [PR c++/84979] improve auto handling in explicit tmpl args [...]
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/cp/pt.c | 49 ++++++++++++++++++++++++++++---
gcc/testsuite/g++.dg/concepts/pr84979-2.C | 9 ++++++
gcc/testsuite/g++.dg/concepts/pr84979-3.C | 9 ++++++
gcc/testsuite/g++.dg/concepts/pr84979-4.C | 9 ++++++
gcc/testsuite/g++.dg/concepts/pr84979.C | 9 ++++++
5 files changed, 81 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84979-2.C
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84979-3.C
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84979-4.C
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84979.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 b14d2e8797b [ADT] Simplify getMemory. NFC
new c643add02d8 [llvm-mca] Make the resource cost a double.
new 1224e3b5b37 Fix a block copying problem in LICM
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/Transforms/Scalar/LICM.cpp | 10 ++++++++--
tools/llvm-mca/HWEventListener.h | 4 ++--
tools/llvm-mca/Scheduler.cpp | 11 ++++++-----
tools/llvm-mca/Scheduler.h | 4 ++--
4 files changed, 18 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 clang.
from bb7269ae79 Bring r328238 back with a fix.
new e403c97d4e [vfs] Don't bail out after a missing -ivfsoverlay file
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/Frontend/PrecompiledPreamble.h | 1 -
lib/Frontend/ASTUnit.cpp | 9 ++-------
lib/Frontend/CompilerInstance.cpp | 8 +++-----
lib/Frontend/CompilerInvocation.cpp | 9 ++++-----
lib/Frontend/PrecompiledPreamble.cpp | 4 ----
test/Index/missing_vfs.c | 6 ++++++
test/VFS/Inputs/MissingVFS/a.h | 1 +
.../Inputs/MissingVFS}/module.modulemap | 2 +-
test/VFS/Inputs/MissingVFS/vfsoverlay.yaml | 13 +++++++++++++
test/VFS/module_missing_vfs.m | 16 ++++++++++++++++
10 files changed, 46 insertions(+), 23 deletions(-)
create mode 100644 test/Index/missing_vfs.c
create mode 100644 test/VFS/Inputs/MissingVFS/a.h
copy test/{Modules/Inputs/overloadable-attrs => VFS/Inputs/MissingVFS}/module.modu [...]
create mode 100644 test/VFS/Inputs/MissingVFS/vfsoverlay.yaml
create mode 100644 test/VFS/module_missing_vfs.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.