This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0d160eb735 Revert r308441 "Recommit r308327: Add a warning for missing [...]
new 680fb28953 Reland "[mips] Teach the driver to accept -m(no-)gpopt."
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/Basic/DiagnosticDriverKinds.td | 4 ++++
include/clang/Basic/DiagnosticGroups.td | 1 +
include/clang/Driver/Options.td | 6 ++++++
lib/Driver/ToolChains/Clang.cpp | 27 +++++++++++++++++++++++++++
test/Driver/mips-features.c | 25 +++++++++++++++++++++++++
test/Driver/mips-gpopt-warning.c | 6 ++++++
6 files changed, 69 insertions(+)
create mode 100644 test/Driver/mips-gpopt-warning.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 89fb1f68e32 Update trunk version to 6.0.0svn
new 683224ecbd7 [ARM] Unify handling of M-Class system registers
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/ARM/ARMISelDAGToDAG.cpp | 100 ++------------
lib/Target/ARM/ARMRegisterInfo.td | 2 +
lib/Target/ARM/ARMSystemRegister.td | 108 +++++++++++++++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 76 +----------
lib/Target/ARM/AsmParser/LLVMBuild.txt | 2 +-
lib/Target/ARM/CMakeLists.txt | 2 +
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 145 ++++-----------------
lib/Target/ARM/InstPrinter/LLVMBuild.txt | 2 +-
lib/Target/ARM/LLVMBuild.txt | 4 +-
lib/Target/ARM/Utils/ARMBaseInfo.cpp | 44 +++++++
lib/Target/ARM/Utils/ARMBaseInfo.h | 64 +++++++++
lib/Target/ARM/Utils/CMakeLists.txt | 3 +
lib/Target/ARM/{TargetInfo => Utils}/LLVMBuild.txt | 5 +-
test/CodeGen/ARM/special-reg-v8m-main.ll | 10 +-
test/MC/ARM/thumbv8m.s | 9 +-
15 files changed, 272 insertions(+), 304 deletions(-)
create mode 100644 lib/Target/ARM/ARMSystemRegister.td
create mode 100644 lib/Target/ARM/Utils/ARMBaseInfo.cpp
create mode 100644 lib/Target/ARM/Utils/ARMBaseInfo.h
create mode 100644 lib/Target/ARM/Utils/CMakeLists.txt
copy lib/Target/ARM/{TargetInfo => Utils}/LLVMBuild.txt (86%)
--
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 glibc.
from 0757b139fc Fix or add int_select international_call_prefixes
new 82e0660050 [AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12
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:
ChangeLog | 7 +++++++
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c | 6 ++++--
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h | 4 ++--
3 files changed, 13 insertions(+), 4 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 glibc.
from 00d7a37773 [AArch64] Fix out of bound array access regression
new 0757b139fc Fix or add int_select international_call_prefixes
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:
localedata/ChangeLog | 13 +++++++++++++
localedata/locales/ar_AE | 3 ++-
localedata/locales/ar_BH | 2 +-
localedata/locales/ar_IQ | 2 +-
localedata/locales/es_CU | 6 ++++--
localedata/locales/ja_JP | 2 ++
localedata/locales/lg_UG | 4 ++--
localedata/locales/mn_MN | 2 +-
localedata/locales/om_KE | 3 ++-
localedata/locales/sm_WS | 4 ++--
10 files changed, 30 insertions(+), 11 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 clang.
from 62df600523 Recommit r308327: Add a warning for missing '#pragma pack (p [...]
new 0d160eb735 Revert r308441 "Recommit r308327: Add a warning for missing [...]
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/Basic/DiagnosticGroups.td | 3 +-
include/clang/Basic/DiagnosticSemaKinds.td | 10 ------
include/clang/Lex/PPCallbacks.h | 6 ----
include/clang/Sema/Sema.h | 31 +++--------------
include/clang/Serialization/ASTReader.h | 1 -
lib/Parse/ParsePragma.cpp | 9 ++---
lib/Sema/Sema.cpp | 54 ------------------------------
lib/Sema/SemaAttr.cpp | 37 +-------------------
lib/Serialization/ASTReader.cpp | 6 ++--
lib/Serialization/ASTWriter.cpp | 1 -
test/OpenMP/declare_simd_messages.cpp | 2 +-
test/PCH/pragma-pack.c | 30 ++++++++---------
test/PCH/suspicious-pragma-pack.c | 8 -----
test/Parser/pragma-options.c | 2 +-
test/Parser/pragma-options.cpp | 2 +-
test/Parser/pragma-pack.c | 2 +-
test/Sema/Inputs/pragma-pack1.h | 23 -------------
test/Sema/Inputs/pragma-pack2.h | 6 ----
test/Sema/pragma-pack.c | 5 ---
test/Sema/suspicious-pragma-pack.c | 44 ------------------------
test/SemaObjC/Inputs/empty.h | 1 -
test/SemaObjC/suspicious-pragma-pack.m | 6 ----
22 files changed, 30 insertions(+), 259 deletions(-)
delete mode 100644 test/PCH/suspicious-pragma-pack.c
delete mode 100644 test/Sema/Inputs/pragma-pack1.h
delete mode 100644 test/Sema/Inputs/pragma-pack2.h
delete mode 100644 test/Sema/suspicious-pragma-pack.c
delete mode 100644 test/SemaObjC/Inputs/empty.h
delete mode 100644 test/SemaObjC/suspicious-pragma-pack.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 gcc.
from c6f56d3382a gcc/ * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ... [...]
new 14c7029b1a1 PR tree-optimization/81346 * fold-const.h (fold_div_compa [...]
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 | 12 ++
gcc/fold-const.c | 228 +++++++++++-------------------
gcc/fold-const.h | 3 +
gcc/match.pd | 54 +++++++
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gcc.dg/tree-ssa/pr81346-1.c | 37 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr81346-2.c | 37 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr81346-3.c | 109 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr81346-4.c | 79 +++++++++++
gcc/testsuite/gcc.target/i386/umod-3.c | 8 +-
10 files changed, 430 insertions(+), 147 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81346-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81346-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81346-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81346-4.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 18e8f9ef064 Recommit r274270, [CMake] Module builds depend on target in [...]
new 89fb1f68e32 Update trunk version to 6.0.0svn
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:
CMakeLists.txt | 2 +-
docs/conf.py | 4 ++--
utils/release/build_llvm_package.bat | 4 ++--
3 files changed, 5 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 binutils-gdb.
from 29866fa186 Fix address violation when attempting to read a corrupt fiel [...]
new 62a5222fda LD/testsuite: Add 2**4 section alignment FILL script statement test
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 | 10 +++++++++
ld/testsuite/ld-scripts/data.exp | 1 +
ld/testsuite/ld-scripts/fill.d | 33 ++++++++++++++++++++++-------
ld/testsuite/ld-scripts/fill16.d | 43 ++++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-scripts/fill16_0.s | 6 ++++++
ld/testsuite/ld-scripts/fill16_1.s | 6 ++++++
ld/testsuite/ld-scripts/fill16_2.s | 6 ++++++
7 files changed, 97 insertions(+), 8 deletions(-)
create mode 100644 ld/testsuite/ld-scripts/fill16.d
create mode 100644 ld/testsuite/ld-scripts/fill16_0.s
create mode 100644 ld/testsuite/ld-scripts/fill16_1.s
create mode 100644 ld/testsuite/ld-scripts/fill16_2.s
--
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 81be706d951 Fix an UBSAN test-case (PR sanitizer/63361).
new c6f56d3382a gcc/ * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ... [...]
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 | 17 +++++++++++++++--
gcc/cp/ChangeLog | 5 +++++
gcc/cp/cp-tree.h | 4 ++--
gcc/lto-streamer-out.c | 8 ++++----
gcc/lto/ChangeLog | 5 +++++
gcc/lto/lto.c | 13 +++++++------
gcc/objc/ChangeLog | 5 +++++
gcc/objc/objc-act.h | 8 ++++----
gcc/tree-streamer-in.c | 4 ++--
gcc/tree-streamer-out.c | 4 ++--
gcc/tree.c | 12 ++++++------
gcc/tree.h | 34 +++++++++++++++++-----------------
12 files changed, 74 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.