This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b10dff9 [PM] Port LoopDataPrefetch AArch64 tests to new pass manager
new d8d6388 Revert -r278269 [IndVarSimplify] Eliminate zext of a signed I [...]
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/IndVarSimplify.cpp | 9 +--
.../Transforms/IndVarSimplify/iv-widen-elim-ext.ll | 82 ----------------------
2 files changed, 2 insertions(+), 89 deletions(-)
delete mode 100644 test/Transforms/IndVarSimplify/iv-widen-elim-ext.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 binutils-gdb.
from 888a7fc Error on unsupported PowerPC ifuncs
new 4ca0333 Prevent a seg-fault in gprof when parsing a corrupt core file.
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:
gprof/ChangeLog | 6 ++++++
gprof/corefile.c | 7 +++++++
2 files changed, 13 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 00748f4 [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC ins [...]
new b603350 [X86][SSE] Avoid specifying unused arguments in SHUFPD lowering
new b10dff9 [PM] Port LoopDataPrefetch AArch64 tests to new pass manager
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/X86/X86ISelLowering.cpp | 7 +-
lib/Target/X86/X86InstrSSE.td | 12 +
test/CodeGen/X86/haddsub-2.ll | 16 +-
test/CodeGen/X86/haddsub-undef.ll | 6 +-
test/CodeGen/X86/nontemporal-2.ll | 2 +-
test/CodeGen/X86/pr11334.ll | 14 +-
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 4 +-
test/CodeGen/X86/sse3-avx-addsub-2.ll | 14 +-
test/CodeGen/X86/sse_partial_update.ll | 4 +-
test/CodeGen/X86/vec_extract.ll | 8 +-
test/CodeGen/X86/vec_fp_to_int.ll | 310 ++++++++++-----------
test/CodeGen/X86/vector-rem.ll | 8 +-
test/CodeGen/X86/widen_conv-3.ll | 4 +-
test/CodeGen/X86/widen_conv-4.ll | 8 +-
.../LoopDataPrefetch/AArch64/kryo-large-stride.ll | 2 +
.../LoopDataPrefetch/AArch64/large-stride.ll | 3 +
.../AArch64/opt-remark-with-hotness.ll | 4 +
.../LoopDataPrefetch/AArch64/opt-remark.ll | 3 +
18 files changed, 228 insertions(+), 201 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 3d64372 [MC] Remove guard(s). NFCI.
new 00748f4 [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC ins [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 63 ++++++++--
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 120 ++++++++++++++++--
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 28 ++++-
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 7 ++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 140 +++++++++++++--------
lib/Target/Mips/MicroMipsInstrInfo.td | 6 +-
lib/Target/Mips/Mips32r6InstrInfo.td | 38 +++---
.../Mips/micromips-dsp/valid-micromips32r3.txt | 2 +-
.../Disassembler/Mips/micromips32r3/valid-el.txt | 24 ++--
test/MC/Disassembler/Mips/micromips32r3/valid.txt | 24 ++--
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 44 ++++---
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 12 +-
test/MC/Mips/micromips-el-fixup-data.s | 2 +-
test/MC/Mips/micromips32r6/invalid.s | 66 ++++++++++
test/MC/Mips/micromips32r6/valid.s | 20 +--
test/MC/Mips/micromips64r6/invalid.s | 66 ++++++++++
test/MC/Mips/micromips64r6/valid.s | 4 +
test/MC/Mips/mips32r6/invalid.s | 48 +++++++
test/MC/Mips/mips64r6/invalid.s | 48 +++++++
19 files changed, 608 insertions(+), 154 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 newlib.
from 5085ce2 Remove extern declaration of __locale_cjk_lang in string/local.h
new 96fc528 sqrt: Fix NaN propagation for IEEE Std 754-2008
new 113abc2 Avoid truncating from long double to double in sinhl().
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:
winsup/cygwin/math/sinhl.c | 2 +-
winsup/cygwin/math/sqrt.def.h | 5 ++---
2 files changed, 3 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 llvm.
from 8daa7b7 [ThinLTO][X86] Fix windows build
new 3d64372 [MC] Remove guard(s). NFCI.
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/MC/MCExpr.cpp | 2 --
lib/MC/MCFragment.cpp | 2 --
lib/MC/MCInst.cpp | 4 ----
lib/MC/MCLabel.cpp | 2 --
lib/MC/MCParser/MCAsmParser.cpp | 2 --
lib/MC/MCSection.cpp | 2 --
lib/MC/MCSymbol.cpp | 2 --
lib/MC/MCValue.cpp | 2 --
lib/MC/SubtargetFeature.cpp | 2 --
9 files changed, 20 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from b403f94 gcc/ Backport from trunk r237395, r237396, r237397, r237 [...]
new ae1f46b gcc/ Backport from trunk r237645. 2016-06-21 Virendra Pat [...]
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/config/aarch64/aarch64-cores.def | 4 ++
gcc/config/aarch64/aarch64-cost-tables.h | 102 +++++++++++++++++++++++++++++++
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.c | 75 +++++++++++++++++++++++
gcc/doc/invoke.texi | 4 +-
5 files changed, 184 insertions(+), 3 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 b463556 Correct type names in fp-int-convert-float*x-timode.c tests.
new 54e3f68 * doc/install.texi (Binaries): www.opencsw.org now uses https.
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 | 4 ++++
gcc/doc/install.texi | 2 +-
2 files changed, 5 insertions(+), 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 clang.
from 5c81e3f [analyzer] Correctly add assumptions based on array bounds.
new c55a9a6 Reapply "[analyzer] Added valist related checkers."
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/StaticAnalyzer/Checkers/Checkers.td | 24 ++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 373 +++++++++++++++++++++
.../Inputs/system-header-simulator-for-valist.h | 30 ++
test/Analysis/valist-uninitialized.c | 178 ++++++++++
test/Analysis/valist-unterminated.c | 133 ++++++++
6 files changed, 739 insertions(+)
create mode 100644 lib/StaticAnalyzer/Checkers/ValistChecker.cpp
create mode 100644 test/Analysis/Inputs/system-header-simulator-for-valist.h
create mode 100644 test/Analysis/valist-uninitialized.c
create mode 100644 test/Analysis/valist-unterminated.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.