This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b8bd0d424e1 [InstCombine] Replace two calls to getNumUses() with !hasNU [...]
new a63a709dd50 [MinGW] [X86] Add stubs for references to data variables th [...]
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/MachineModuleInfoImpls.h | 22 +++++++
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 28 ++++++++
lib/CodeGen/MachineModuleInfoImpls.cpp | 1 +
lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 5 ++
lib/Target/X86/X86AsmPrinter.cpp | 4 ++
lib/Target/X86/X86InstrInfo.cpp | 3 +-
lib/Target/X86/X86InstrInfo.h | 1 +
lib/Target/X86/X86MCInstLower.cpp | 16 +++++
lib/Target/X86/X86Subtarget.cpp | 8 +++
test/CodeGen/X86/br-fold.ll | 3 +-
test/CodeGen/X86/mingw-refptr.ll | 94 +++++++++++++++++++++++++++
test/CodeGen/X86/stack-protector.ll | 36 +++++-----
test/CodeGen/X86/win32-ssp.ll | 5 +-
13 files changed, 204 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/X86/mingw-refptr.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 6509b6d9b6 [Tooling] Do not restore working dir in ClangTool
new c510fac569 [MinGW] Don't mark external variables as DSO local
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/CodeGenModule.cpp | 8 ++++++++
test/CodeGen/dllimport.c | 3 ++-
test/CodeGen/dso-local-executable.c | 11 +++++++++++
test/CodeGenCXX/dllexport.cpp | 4 ++--
test/CodeGenCXX/dllimport-members.cpp | 2 +-
test/CodeGenCXX/dllimport.cpp | 4 ++--
test/CodeGenCXX/dso-local-executable.cpp | 18 ++++++++++++++++++
7 files changed, 44 insertions(+), 6 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 68cffd1fd Always add a .note.GNU-stack section if -r.
new bf86a304d [COFF] Merge the .ctors, .dtors and .CRT sections into .rdata [...]
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/Driver.cpp | 6 ++++++
test/COFF/ctors_dtors_priority.s | 24 ++++++++++++++----------
2 files changed, 20 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 gcc.
from 91860f4fcf8 2018-08-29 Richard Biener <rguenther(a)suse.de>
new 8f9ccebd97d * tree-streamer-in.c (lto_input_ts_function_decl_tree_poin [...]
new 917baa6b396 PR tree-optimization/86714 PR tree-optimization/86711 * [...]
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 | 24 ++++
gcc/builtins.c | 2 +-
gcc/expr.c | 31 ++++-
gcc/expr.h | 2 +-
gcc/fold-const.c | 4 +-
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gcc.c-torture/execute/memchr-1.c | 153 +++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr86714.c | 26 ++++
gcc/testsuite/gcc.c-torture/execute/widechar-3.c | 26 ++++
gcc/testsuite/gcc.dg/strlenopt-58.c | 93 ++++++++++++++
gcc/tree-ssa-forwprop.c | 2 +-
gcc/tree-ssa-strlen.c | 2 +-
gcc/tree-streamer-in.c | 1 -
gcc/tree-streamer-out.c | 1 -
gcc/tree.c | 9 +-
15 files changed, 365 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/memchr-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr86714.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/widechar-3.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-58.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 cbc9a8c7504 Update Visual Studio Integration version number.
new b8bd0d424e1 [InstCombine] Replace two calls to getNumUses() with !hasNU [...]
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/InstCombine/InstCombineSelect.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 llvm.
from 056d9c0c1fc [AMDGPU] Match udot4 pattern.
new cbc9a8c7504 Update Visual Studio Integration version number.
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/msbuild/source.extension.vsixmanifest | 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 llvm.
from ed91909be8b [DebugCounters] Fix DebugCounterTest when running all SupportTests
new 056d9c0c1fc [AMDGPU] Match udot4 pattern.
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/VOP3PInstructions.td | 39 +++
test/CodeGen/AMDGPU/idot4.ll | 624 +++++++++++++++++++++++++++++++++
2 files changed, 663 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/idot4.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 f7e11f2036 [OPENMP] Create non-const ident_t objects.
new 6509b6d9b6 [Tooling] Do not restore working dir in ClangTool
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/Tooling/Tooling.h | 4 ++++
lib/Tooling/Tooling.cpp | 41 ++++++++++++++++++++++-------------------
2 files changed, 26 insertions(+), 19 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 bdf9a8a0da5 [InstCombine] add test for vector demanded elements + shrin [...]
new ed91909be8b [DebugCounters] Fix DebugCounterTest when running all SupportTests
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:
unittests/Support/DebugCounterTest.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.