This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from d4bc138 spec2xxx-prepare: Rename to spec2xxx-config
new e3ffd80 spec2xxx-config: Fix rate_copies setting and add sysinfo_prog [...]
new e09643b Update CPU2006 settings
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:
cpu2006.cfg | 9 ++++++---
cpu2xxx.cfg | 4 +++-
spec2xxx-config | 24 ++++++++++++++++--------
3 files changed, 25 insertions(+), 12 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 08d8494 2016-08-23 Venkataramanan Kumar
new 8a54720 2016-08-23 Richard Biener <rguenther(a)suse.de>
new 7feac65 2016-08-23 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/statistics.c | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/pr27336.c | 12 ++++++++++++
gcc/tree-vrp.c | 11 +++--------
5 files changed, 37 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr27336.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 gcc.
from 95f8c3f Daily bump.
new 08d8494 2016-08-23 Venkataramanan Kumar
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/config/i386/i386.c | 4 ++--
2 files changed, 7 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 eb3b739 Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: [...]
new 412e256 GVNHoist: Use the pass version of MemorySSA and preserve it.
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/Transforms/Scalar/GVNHoist.cpp | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 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 binutils-gdb.
from eacfca9 R_OR1K_GOTOFF_* relocations
new d44ea5d Fix duplicate FAILs from ld 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:
ld/ChangeLog | 5 +++++
ld/testsuite/lib/ld-lib.exp | 14 ++++----------
2 files changed, 9 insertions(+), 10 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 5f3b1be BranchRelaxation: Fix handling of blocks with multiple condit [...]
new ded269b CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)Mo [...]
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/CodeGen/AsmPrinter.h | 6 +--
include/llvm/CodeGen/MachineFunctionAnalysis.h | 55 ----------------------
include/llvm/CodeGen/MachineModuleInfo.h | 23 ++++++++-
include/llvm/Target/TargetMachine.h | 7 +--
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 7 +++
lib/CodeGen/CMakeLists.txt | 1 -
lib/CodeGen/LLVMTargetMachine.cpp | 16 ++-----
lib/CodeGen/MachineFunctionAnalysis.cpp | 62 -------------------------
lib/CodeGen/MachineFunctionPass.cpp | 10 ++--
lib/CodeGen/MachineModuleInfo.cpp | 54 +++++++++++++++++++--
lib/CodeGen/StackMapLivenessAnalysis.cpp | 1 -
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 4 +-
lib/Target/Hexagon/HexagonCommonGEP.cpp | 1 -
lib/Target/Hexagon/HexagonGenExtract.cpp | 2 -
lib/Target/Hexagon/HexagonNewValueJump.cpp | 1 -
lib/Target/Hexagon/HexagonOptimizeSZextends.cpp | 3 --
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 1 -
lib/Target/NVPTX/NVPTXAllocaHoisting.cpp | 2 -
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp | 1 -
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp | 2 -
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 1 -
test/CodeGen/Generic/stop-after.ll | 1 -
test/CodeGen/X86/hidden-vis-pic.ll | 2 +-
tools/llc/llc.cpp | 3 +-
unittests/MI/LiveIntervalTest.cpp | 3 +-
25 files changed, 95 insertions(+), 174 deletions(-)
delete mode 100644 include/llvm/CodeGen/MachineFunctionAnalysis.h
delete mode 100644 lib/CodeGen/MachineFunctionAnalysis.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 compiler-rt.
from 47e484f [builtins] Don't always use -ffreestanding when compiling builtins
new e0728bc [asan] Fix OOB_char on arm 32bit
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/asan/tests/asan_internal_interface_test.cc | 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 binutils-gdb.
from ed02c2d Automatic date update in version.in
new eacfca9 R_OR1K_GOTOFF_* relocations
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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-or1k.c | 5 ++++-
2 files changed, 10 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 clang.
from 51b294d Typo.
new 36fa4bb Revert r279486 "Fix regression introduced by r279164"
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/Sema/SemaDecl.cpp | 5 +-
lib/Sema/SemaTemplate.cpp | 33 +++-------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 74 +++++++++++++---------
lib/Sema/SemaType.cpp | 6 +-
.../Inputs/merge-template-pattern-visibility/a.h | 1 -
.../Inputs/merge-template-pattern-visibility/b.h | 2 -
test/Modules/merge-template-pattern-visibility.cpp | 4 +-
7 files changed, 61 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.