This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 87c6313 Backout enabling -Wshadow until I have time to fix the breakage
new 4454393 Fix shadow warnings in string_view tests. Patch from STL@micr [...]
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:
.../string_append/T_size_size.pass.cpp | 21 ++++++++++-----------
.../string_assign/T_size_size.pass.cpp | 21 ++++++++++-----------
2 files changed, 20 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 gcc-6-branch
in repository gcc.
from 56deb88 Backport from mainline:
new 2ea857c 2016-10-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
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 | 6 ++++++
gcc/fortran/interface.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr71895.f90 | 10 ++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71895.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 compiler-rt.
from a327647 [asan] relax strstr tests.
new 2f9cee4 [compiler-rt] moved __asan_schedule_unregister_globals out of [...]
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/asan_win_dynamic_runtime_thunk.cc | 3 +--
1 file changed, 1 insertion(+), 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 80e2a2f Target: Change various section classifiers in TargetLoweringO [...]
new 94c3eb8 Merge two if conditions into one. NFCI.
new 1871c0f [WebAssembly] Add an option to make get_local/set_local explicit.
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/WebAssembly/CMakeLists.txt | 2 +
.../Disassembler/WebAssemblyDisassembler.cpp | 1 +
.../InstPrinter/WebAssemblyInstPrinter.cpp | 51 ++--
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 51 +++-
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 21 +-
lib/Target/WebAssembly/WebAssembly.h | 1 +
lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp | 22 +-
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 40 +--
.../WebAssembly/WebAssemblyExplicitLocals.cpp | 309 +++++++++++++++++++++
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 4 +-
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 4 +-
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp | 12 +-
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 68 +++--
.../WebAssembly/WebAssemblyLowerBrUnless.cpp | 2 +-
.../WebAssembly/WebAssemblyMachineFunctionInfo.h | 1 +
lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 20 +-
.../WebAssemblyPrepareForLiveIntervals.cpp | 28 +-
lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp | 24 +-
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 34 +--
.../WebAssembly/WebAssemblyTargetMachine.cpp | 9 +
lib/Target/WebAssembly/WebAssemblyUtilities.cpp | 71 +++++
lib/Target/WebAssembly/WebAssemblyUtilities.h | 34 +++
lib/Transforms/Utils/GlobalStatus.cpp | 5 +-
23 files changed, 634 insertions(+), 180 deletions(-)
create mode 100644 lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
create mode 100644 lib/Target/WebAssembly/WebAssemblyUtilities.cpp
create mode 100644 lib/Target/WebAssembly/WebAssemblyUtilities.h
--
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 221fc2f [clang] Remove redundant --check-prefix=CHECK from tests
new 16b762b Revert "Add support for __builtin_os_log_format[_buffer_size]"
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/Analysis/Analyses/FormatString.h | 47 ++--
include/clang/Analysis/Analyses/OSLog.h | 155 --------------
include/clang/Basic/Builtins.def | 4 -
include/clang/Basic/DiagnosticSemaKinds.td | 15 --
include/clang/Sema/Sema.h | 3 -
lib/Analysis/CMakeLists.txt | 1 -
lib/Analysis/FormatString.cpp | 3 -
lib/Analysis/OSLog.cpp | 177 ---------------
lib/Analysis/PrintfFormatString.cpp | 43 +---
lib/CodeGen/CGBuiltin.cpp | 85 +-------
lib/Sema/SemaChecking.cpp | 285 ++++++-------------------
lib/Sema/SemaDeclAttr.cpp | 29 ++-
test/CodeGen/builtins.c | 141 +-----------
test/CodeGenObjC/os_log.m | 39 ----
test/SemaObjC/format-strings-oslog.m | 62 ------
15 files changed, 95 insertions(+), 994 deletions(-)
delete mode 100644 include/clang/Analysis/Analyses/OSLog.h
delete mode 100644 lib/Analysis/OSLog.cpp
delete mode 100644 test/CodeGenObjC/os_log.m
delete mode 100644 test/SemaObjC/format-strings-oslog.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 llvm.
from ddbec7c [x86] add tests for {-1,0,1} select of constants
new 80e2a2f Target: Change various section classifiers in TargetLoweringO [...]
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:
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 12 +--
include/llvm/IR/GlobalValue.h | 6 ++
include/llvm/Target/TargetLoweringObjectFile.h | 14 ++--
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 93 +++++++++++-----------
lib/IR/Globals.cpp | 8 ++
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUTargetObjectFile.h | 2 +-
lib/Target/AVR/AVRTargetObjectFile.cpp | 6 +-
lib/Target/AVR/AVRTargetObjectFile.h | 2 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 3 +-
lib/Target/Hexagon/HexagonTargetObjectFile.cpp | 78 +++++++++---------
lib/Target/Hexagon/HexagonTargetObjectFile.h | 11 +--
lib/Target/Lanai/LanaiISelLowering.cpp | 3 +-
lib/Target/Lanai/LanaiTargetObjectFile.cpp | 34 ++++----
lib/Target/Lanai/LanaiTargetObjectFile.h | 13 +--
lib/Target/Mips/MipsISelLowering.cpp | 3 +-
lib/Target/Mips/MipsTargetObjectFile.cpp | 36 ++++-----
lib/Target/Mips/MipsTargetObjectFile.h | 13 +--
lib/Target/NVPTX/NVPTXISelLowering.cpp | 2 +-
lib/Target/NVPTX/NVPTXTargetObjectFile.h | 4 +-
lib/Target/PowerPC/PPCTargetObjectFile.cpp | 6 +-
lib/Target/PowerPC/PPCTargetObjectFile.h | 2 +-
lib/Target/TargetLoweringObjectFile.cpp | 17 ++--
lib/Target/XCore/XCoreTargetObjectFile.cpp | 12 +--
lib/Target/XCore/XCoreTargetObjectFile.h | 4 +-
25 files changed, 207 insertions(+), 183 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 1eaf015 * dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or [...]
new 0fdad65 2016-10-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
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 | 6 ++++++
gcc/fortran/interface.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr71895.f90 | 10 ++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71895.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 b831a5d [llvm] Remove redundant --check-prefix=CHECK from tests
new ddbec7c [x86] add tests for {-1,0,1} select of constants
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/CodeGen/X86/select_const.ll | 93 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 93 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 compiler-rt.
from 80a2185 [compiler-rt] Remove redundant --check-prefix=CHECK from test
new a327647 [asan] relax strstr tests.
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/asan/TestCases/strstr-1.c | 2 +-
test/asan/TestCases/strstr_strict.c | 2 +-
2 files changed, 2 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 d848744 add-discriminators: Fix handling of lexical scopes.
new 7fbfd59 CodeGen: Do not add a global's address space to the folding s [...]
new b831a5d [llvm] Remove redundant --check-prefix=CHECK from tests
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 --
test/CodeGen/AArch64/aarch64-fix-cortex-a53-835769.ll | 2 +-
test/CodeGen/ARM/build-attributes-fn-attr0.ll | 2 +-
test/CodeGen/ARM/build-attributes-fn-attr1.ll | 2 +-
test/CodeGen/ARM/build-attributes-fn-attr2.ll | 2 +-
test/CodeGen/ARM/build-attributes-fn-attr3.ll | 2 +-
test/CodeGen/ARM/build-attributes-fn-attr4.ll | 2 +-
test/CodeGen/ARM/build-attributes-fn-attr6.ll | 2 +-
test/CodeGen/ARM/smml.ll | 2 +-
test/CodeGen/X86/bitcast-i256.ll | 2 +-
test/CodeGen/X86/code_placement_loop_rotation3.ll | 2 +-
test/CodeGen/X86/dagcombine-buildvector.ll | 2 +-
test/CodeGen/X86/x32-movtopush64.ll | 2 +-
test/CodeGen/X86/xor-select-i1-combine.ll | 2 +-
test/Transforms/FunctionImport/inlineasm.ll | 2 +-
test/Transforms/Inline/always-inline.ll | 2 +-
test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table-constant-expr.ll | 2 +-
17 files changed, 16 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.