This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository clang.
from 2942762 [docs] Add 3.9 release notes for the static analyzer.
new adf3fd9 Merging r277743: -------------------------------------------- [...]
new fc87c45 Merging r277796, r277797, r277866, r277889 and r277900:
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/AST/ASTDiagnostic.cpp | 6 ++++
lib/CodeGen/CGBuiltin.cpp | 5 +--
lib/Sema/SemaChecking.cpp | 22 ++++++++++++-
test/CodeGenOpenCL/to_addr_builtin.cl | 28 ++++++++--------
test/Misc/diag-template-diffing.cpp | 30 +++++++++++++++++
test/Sema/bitfield.c | 2 +-
test/Sema/constant-conversion.c | 12 +++++++
test/SemaCXX/return-stack-addr-2.cpp | 61 ++++++++++++++++++++++++++++++++++-
test/SemaCXX/warn-unsequenced.cpp | 55 +++++++++++++++++++++++++++++++
9 files changed, 202 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 release_39
in repository llvm.
from 1adff52 Add release note for the MIPS target.
new 5141115 Add LDC compiler to list of external OS projects using LLVM 3.9
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/ReleaseNotes.rst | 15 +++++++++++++++
1 file changed, 15 insertions(+)
--
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 d2aa4c0 [MemorySSA] Fix windows build breakage caused by r278028 (take 2)
new cedd288 [X86] Support the "ms-hotpatch" attribute.
new 5090f4a InstCombine: Remove a redundant #ifdef NDEBUG. 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:
docs/LangRef.rst | 20 ++++++++++++++-
include/llvm/Analysis/TargetTransformInfo.h | 21 +++++++++++++++
include/llvm/Analysis/TargetTransformInfoImpl.h | 18 +++++++++++++
lib/Analysis/TargetTransformInfo.cpp | 6 +++++
lib/CodeGen/PatchableFunction.cpp | 30 ++++++++++------------
lib/Target/X86/X86AsmPrinter.cpp | 25 ++++++++++++++++++
lib/Target/X86/X86AsmPrinter.h | 2 ++
lib/Target/X86/X86FrameLowering.cpp | 8 +++++-
lib/Target/X86/X86ISelLowering.cpp | 11 +++++---
lib/Target/X86/X86TargetTransformInfo.cpp | 15 +++++++++++
lib/Target/X86/X86TargetTransformInfo.h | 7 +++++
.../InstCombine/InstructionCombining.cpp | 2 --
test/CodeGen/X86/ms-hotpatch-attr.ll | 27 +++++++++++++++++++
13 files changed, 168 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/X86/ms-hotpatch-attr.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 7091ff7 2016-08-08 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 242eae8 testsuite: fix gotest for absolute srcdir
new e2f73ee Fix selftest::test_lexer_string_locations_ebcdic for systems [...]
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 | 5 ++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/input.c | 4 +++
libgo/testsuite/gotest | 66 +++++++++++++++++++++++++++++++------------------
4 files changed, 52 insertions(+), 25 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 1bdef36 PR go/72814
new d189b09 Use class substring_loc in c-format.c (PR c/52952)
new 7091ff7 2016-08-08 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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/c-family/ChangeLog | 45 ++
gcc/c-family/c-format.c | 487 +++++++++++++--------
gcc/testsuite/ChangeLog | 19 +
gcc/testsuite/gcc.dg/cpp/pr66415-1.c | 8 +-
gcc/testsuite/gcc.dg/format/asm_fprintf-1.c | 6 +-
gcc/testsuite/gcc.dg/format/c90-printf-1.c | 14 +-
gcc/testsuite/gcc.dg/format/diagnostic-ranges.c | 222 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr71078-1-double.c | 1 +
.../gcc.dg/tree-ssa/pr71078-1-long-double.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/pr71078-1.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/pr71078-2-double.c | 1 +
.../gcc.dg/tree-ssa/pr71078-2-long-double.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/pr71078-2.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/pr71078-3.c | 1 +
14 files changed, 623 insertions(+), 185 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/format/diagnostic-ranges.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 aa1ddb6 PR middle-end/72781 * omp-low.c (lower_lastprivate_clauses) [...]
new 7cbcf60 PR fortran/72716 * openmp.c (gfc_match_omp_declare_simd): D [...]
new fb182d5 PR c++/58706 * parser.c: Include tree-iterator.h. (cp_pars [...]
new 1bdef36 PR go/72814
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:
gcc/cp/ChangeLog | 11 ++++++-
gcc/cp/parser.c | 37 +++++++++++++++++++++--
gcc/fortran/ChangeLog | 6 ++++
gcc/fortran/openmp.c | 6 ++++
gcc/go/ChangeLog | 8 +++++
gcc/go/go-gcc.cc | 29 ++++++++++++++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 3 ++
gcc/testsuite/gfortran.dg/gomp/pr72716.f90 | 6 ++++
libgo/runtime/go-ffi.c | 11 +++++++
libgomp/ChangeLog | 5 ++++
libgomp/testsuite/libgomp.c++/pr58706.C | 47 ++++++++++++++++++++++++++++++
12 files changed, 167 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr72716.f90
create mode 100644 libgomp/testsuite/libgomp.c++/pr58706.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 e19c246 [Hexagon] Add pattern for 64-bit mulhs
new d2aa4c0 [MemorySSA] Fix windows build breakage caused by r278028 (take 2)
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/Transforms/Utils/MemorySSA.h | 5 +++++
1 file changed, 5 insertions(+)
--
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 9dfe45f [ELF] - Linkerscript: do not define _edata,_end,_etext if SEC [...]
new 385ef8b Refactor getMipsEFlags.
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/CMakeLists.txt | 1 +
ELF/Mips.cpp | 217 ++++++++++++++++++++++++++++++++++++++++++
ELF/Writer.cpp | 197 --------------------------------------
ELF/Writer.h | 2 +
test/ELF/mips-elf-flags-err.s | 2 +-
5 files changed, 221 insertions(+), 198 deletions(-)
create mode 100644 ELF/Mips.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 gcc.
from 0dae5fe c-format.c: cleanup of check_format_info_main
new 440837f PR middle-end/68762 * omp-simd-clone.c: Include varasm.h. [...]
new aa1ddb6 PR middle-end/72781 * omp-low.c (lower_lastprivate_clauses) [...]
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 | 15 ++++++++++++++-
gcc/omp-low.c | 10 +++++++++-
gcc/omp-simd-clone.c | 16 +++++++++++++---
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/vect/pr68762-1.cc | 26 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/vect/pr68762-2.cc | 17 +++++++++++++++++
gcc/testsuite/g++.dg/vect/pr68762.h | 11 +++++++++++
gcc/testsuite/gcc.dg/gomp/pr72781.c | 23 +++++++++++++++++++++++
8 files changed, 123 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr68762-1.cc
create mode 100644 gcc/testsuite/g++.dg/vect/pr68762-2.cc
create mode 100644 gcc/testsuite/g++.dg/vect/pr68762.h
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr72781.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 363a89e [LoopUnroll] Simplify loops created by unrolling.
new e19c246 [Hexagon] Add pattern for 64-bit mulhs
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/Hexagon/HexagonISelLowering.cpp | 1 -
lib/Target/Hexagon/HexagonInstrInfo.td | 43 +++++++++++++++++++++++-------
test/CodeGen/Hexagon/mulhs.ll | 23 ++++++++++++++++
3 files changed, 56 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/Hexagon/mulhs.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.