This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 78be03e3598 [lib/LTO] Add a comment to explain where we set the linkage [...]
new 71b4fe42289 [AMDGPU] Always use rcp + mul with fast math
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/AMDGPU/AMDGPUCodeGenPrepare.cpp | 4 ++-
lib/Target/AMDGPU/SIISelLowering.cpp | 12 +++----
test/CodeGen/AMDGPU/amdgpu-codegenprepare-fdiv.ll | 38 ++++++-----------------
test/CodeGen/AMDGPU/fdiv.ll | 37 +++++++++++++---------
4 files changed, 40 insertions(+), 51 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 compiler-rt.
from b3b4445f1 More fixup for r307281: Move the #includes to sanitizer_linux.cc
new 501c0c704 [sanitizer] Use TASK_VM_INFO to get the maximum VM address on [...]
new 10bdcb2d1 Fix whitespace lint issue (introduced in r307307).
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/sanitizer_common/sanitizer_mac.cc | 30 +++++++++++++++++++++++++++---
1 file changed, 27 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 gcc.
from 0010322d918 2017-07-06 Harald Anlauf <anlauf(a)gmx.de>
new 376e5eaa573 2017-07-06 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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 | 19 +
gcc/config.gcc | 4 +-
gcc/config/rs6000/rs6000-p8swap.c | 1892 +++++++++++++++++++++++++++++++++++++
gcc/config/rs6000/rs6000.c | 1856 ------------------------------------
gcc/config/rs6000/t-rs6000 | 4 +
5 files changed, 1917 insertions(+), 1858 deletions(-)
create mode 100644 gcc/config/rs6000/rs6000-p8swap.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 lnt.
from 06d48c4 Fix wrong mapping in compile suite upgrading logic
new 6689177 Rename run_order when upgrading submissions for unknown suites.
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:
lnt/testing/__init__.py | 9 ++++++++-
1 file changed, 8 insertions(+), 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 llvm.
from 6411a7949b1 [LTO] Fix the interaction between linker redefined symbols [...]
new 91054ccf0ae [ValueTracking] Support icmps fed by 'and' and 'or'.
new 78be03e3598 [lib/LTO] Add a comment to explain where we set the linkage [...]
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/Analysis/ValueTracking.h | 3 +-
lib/Analysis/ValueTracking.cpp | 39 +++++-
lib/Transforms/IPO/FunctionImport.cpp | 5 +
test/Transforms/InstCombine/select-implied.ll | 41 ++++++
test/Transforms/SimplifyCFG/implied-and-or.ll | 183 ++++++++++++++++++++++++++
5 files changed, 262 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/implied-and-or.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 gcc.
from a53f6185300 PR c++/81204 - parse error with dependent template-name * [...]
new 0010322d918 2017-07-06 Harald Anlauf <anlauf(a)gmx.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/fortran/ChangeLog | 5 +++++
gcc/fortran/array.c | 8 +++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/coarray_44.f90 | 12 ++++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray_44.f90
--
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 3c86b1705ba [GISel]: Enhance the MachineIRBuilder API
new 6411a7949b1 [LTO] Fix the interaction between linker redefined symbols [...]
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/LTO/LTO.cpp | 9 +++++++++
lib/Transforms/IPO/FunctionImport.cpp | 12 ++++++++++--
.../Resolution/X86/{linker-redef.ll => linker-redef-thin.ll} | 8 ++++----
3 files changed, 23 insertions(+), 6 deletions(-)
copy test/LTO/Resolution/X86/{linker-redef.ll => linker-redef-thin.ll} (64%)
--
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 8aa39a1e374 Add @LINE to checks in a test.
new 73886a60d8e [X86][SSE] Tests for bitcasting iX integers to vXi1 boolean [...]
new 3c86b1705ba [GISel]: Enhance the MachineIRBuilder API
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/GlobalISel/MachineIRBuilder.h | 40 +
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 5 +-
.../CodeGen/X86/bitcast-int-to-vector-bool-sext.ll | 3483 ++++++++++++++++++++
.../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 3279 ++++++++++++++++++
test/CodeGen/X86/bitcast-int-to-vector-bool.ll | 685 ++++
5 files changed, 7489 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll
create mode 100644 test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll
create mode 100644 test/CodeGen/X86/bitcast-int-to-vector-bool.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 450ef2ab9dc Prototype: Reduce llvm-profdata merge memory usage further
new b9eae7a2b31 remove an unused empty file.
new 8aa39a1e374 Add @LINE to checks in a test.
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:
docs/Dummy.html | 0
test/MC/AArch64/label-arithmetic-diags-elf.s | 51 ++++++++++++++++------------
2 files changed, 29 insertions(+), 22 deletions(-)
delete mode 100644 docs/Dummy.html
--
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 6e90f035015 [InstCombine] Remove include of DIBuilder.h and Dwarf.h as [...]
new 812570f6d4a [llvm] Separate out reverse iteration flag into its own header
new 450ef2ab9dc Prototype: Reduce llvm-profdata merge memory usage further
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/ADT/SmallPtrSet.h | 11 +--------
include/llvm/ProfileData/InstrProf.h | 26 +++++++++++----------
include/llvm/ProfileData/InstrProfReader.h | 37 +++++++++++++++---------------
include/llvm/ProfileData/InstrProfWriter.h | 10 +++++---
include/llvm/ProfileData/ProfileCommon.h | 3 +--
include/llvm/Support/ReverseIteration.h | 17 ++++++++++++++
lib/ProfileData/InstrProfReader.cpp | 20 ++++++++--------
lib/ProfileData/InstrProfWriter.cpp | 26 +++++++++++++--------
tools/llvm-profdata/llvm-profdata.cpp | 3 ++-
unittests/ProfileData/InstrProfTest.cpp | 28 +++++++++++-----------
10 files changed, 100 insertions(+), 81 deletions(-)
create mode 100644 include/llvm/Support/ReverseIteration.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.