This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0eeb4b9 [IPSCCP] Don't propagate return values of functions marked as [...]
new 2c00583 [SCCP] Make sure we get this case right without noinline.
new d44f51c [JumpThread] No need to erase BB from LoopHeaders. NFC.
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/JumpThreading.cpp | 15 +--------------
test/Transforms/IPConstantProp/naked-return.ll | 2 +-
2 files changed, 2 insertions(+), 15 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 release_40
in repository llvm.
from 7ed06de Merging r293658: -------------------------------------------- [...]
new 7fecd41 Merging r293727: -------------------------------------------- [...]
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/SCCP.cpp | 5 ++++-
test/Transforms/IPConstantProp/naked-return.ll | 28 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/IPConstantProp/naked-return.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 8d4b01e [pdb] Add a new command for analyzing hash collisions.
new 28f9c98 [mips] Parse the 'bopt' and 'nobopt' directives in IAS.
new 0eeb4b9 [IPSCCP] Don't propagate return values of functions marked as [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 8 ++++++++
lib/Transforms/Scalar/SCCP.cpp | 7 ++++++-
test/MC/Mips/bopt-directive.s | 16 ++++++++++++++++
test/Transforms/IPConstantProp/noinline-return.ll | 21 +++++++++++++++++++++
4 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 test/MC/Mips/bopt-directive.s
create mode 100644 test/Transforms/IPConstantProp/noinline-return.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 release_40
in repository clang.
from ccd6729 Merging r293360: -------------------------------------------- [...]
new a6a1d3f Merging r293787: -------------------------------------------- [...]
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/CodeGen/CodeGenTypes.cpp | 2 +-
test/CodeGenObjC/block-ptr-type-crash.m | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenObjC/block-ptr-type-crash.m
--
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 ceed2a6 [CodeGen][ObjC] Avoid asserting on block pointer types in isP [...]
new 3286ac6 Drop 'dllimport' when redeclaring inline function template wi [...]
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 | 16 +++++--
test/CodeGenCXX/dllimport.cpp | 10 ++--
test/SemaCXX/dllimport.cpp | 106 ++++++++++++++++++++++++++++++------------
3 files changed, 91 insertions(+), 41 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 3ad5f1a [X86] Extend single-source shuffle cost test to test more arc [...]
new 8d4b01e [pdb] Add a new command for analyzing hash collisions.
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/DebugInfo/CodeView/TypeDatabase.h | 2 +
lib/DebugInfo/CodeView/TypeDatabase.cpp | 4 +
tools/llvm-pdbdump/Analyze.cpp | 164 ++++++++++++++++++++++++
tools/llvm-pdbdump/{OutputStyle.h => Analyze.h} | 18 +--
tools/llvm-pdbdump/CMakeLists.txt | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 27 ++++
6 files changed, 208 insertions(+), 8 deletions(-)
create mode 100644 tools/llvm-pdbdump/Analyze.cpp
copy tools/llvm-pdbdump/{OutputStyle.h => Analyze.h} (50%)
--
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 d5f5fa27 Fix __atomic to not implement atomic loads with CAS.
new a1b0b75 2017-02-01 Andrew Pinski <apinski(a)cavium.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 | 21 +++++++++++
gcc/config/aarch64/aarch64-protos.h | 10 ++++--
gcc/config/aarch64/aarch64.c | 69 +++++++++++++++++++++++--------------
gcc/tree-vect-loop.c | 30 ++++++++++------
4 files changed, 91 insertions(+), 39 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 12cb357 [libFuzzer] Do not use llvm-objdump for disassembling a DSO.
new 3ad5f1a [X86] Extend single-source shuffle cost test to test more arc [...]
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:
test/Analysis/CostModel/X86/shuffle-single-src.ll | 151 ++++++++++++++++++----
1 file changed, 129 insertions(+), 22 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 f8ca514 [ImplicitNullChecks] NFC Fix the implicit-null-checks.mir test
new 90e4124 [libFuzzer] Properly check if we can use dumpbin.
new 12cb357 [libFuzzer] Do not use llvm-objdump for disassembling a DSO.
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/Fuzzer/FuzzerUtilWindows.cpp | 7 ++-----
1 file changed, 2 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 lld.
from 232685f [ELF] Use SyntheticSections for Thunks
new ab4c897 Strip file path from the -o option while creating reproduce.txt.
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/DriverUtils.cpp | 7 +++++++
test/ELF/reproduce.s | 8 ++++++++
2 files changed, 15 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.