This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to annotated tag newlib-snapshot-20170323
in repository newlib.
at d6091b4 (tag)
tagging 8259db586ae57134039f6a01344d4169021709ae (commit)
replaces newlib-snapshot-20170228
tagged by Jeff Johnston
on Thu Mar 23 14:16:44 2017 -0400
- Log -----------------------------------------------------------------
Newlib snapshot for 03/23/2017.
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 dca4868 test commit
new c4fa083 revert test commit r298629
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/Analysis/ScalarEvolution.cpp | 4 ----
1 file changed, 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 7322394 Remove the subtarget argument from LowerFP_TO_INT since there [...]
new dca4868 test commit
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/Analysis/ScalarEvolution.cpp | 4 ++++
1 file changed, 4 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 95ca5b5 Somehow this still breaks because of ANSI color codes in test [...]
new 415d5ca Remove unused X86Subtarget argument from getOnesVector.
new 7322394 Remove the subtarget argument from LowerFP_TO_INT since there [...]
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 | 23 +++++++++--------------
lib/Target/X86/X86ISelLowering.h | 3 +--
2 files changed, 10 insertions(+), 16 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 89441d7 Fix build break after r298623
new 95ca5b5 Somehow this still breaks because of ANSI color codes in 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:
.../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 39 -----------
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 2 +-
lib/DebugInfo/PDB/CMakeLists.txt | 1 -
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 79 ----------------------
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 33 ++++++++-
lib/DebugInfo/PDB/Native/NativeSession.cpp | 4 +-
test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 ---
7 files changed, 35 insertions(+), 134 deletions(-)
delete mode 100644 include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
delete mode 100644 lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
delete mode 100644 test/DebugInfo/PDB/Native/pdb-native-summary.test
--
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 077ae65 Remove MAX_REGISTER_SIZE from sol-thread.c
new 3e00d44 Remove some unnecessary inferior_ptid setting/restoring when [...]
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:
gdb/ChangeLog | 12 ++++++++++++
gdb/fbsd-tdep.c | 4 ----
gdb/proc-service.c | 36 ++++++++++++------------------------
gdb/regcache.c | 17 +++--------------
gdb/sol-thread.c | 48 ++++++++++++------------------------------------
gdb/target.c | 4 ----
6 files changed, 39 insertions(+), 82 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 cdc303e [ARM] Fix computeKnownBits for ARMISD::CMOV
new 89441d7 Fix build break after r298623
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/DebugInfo/PDB/Native/pdb-native-summary.test | 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 77a842c [LV] Vectorize GEPs
new 83cc1fc Re-land: Make NativeExeSymbol a concrete subclass of NativeR [...]
new cdc303e [ARM] Fix computeKnownBits for ARMISD::CMOV
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:
.../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 39 +++++++++++
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 2 +-
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 79 ++++++++++++++++++++++
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 33 +--------
lib/DebugInfo/PDB/Native/NativeSession.cpp | 4 +-
lib/Target/ARM/ARMISelLowering.cpp | 4 +-
test/CodeGen/ARM/no-cmov2bfi.ll | 19 ++++++
test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 +++
9 files changed, 155 insertions(+), 37 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
create mode 100644 lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
create mode 100644 test/CodeGen/ARM/no-cmov2bfi.ll
create mode 100644 test/DebugInfo/PDB/Native/pdb-native-summary.test
--
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 de4fa98 [X86][SSE] Extract elements from narrower shuffle masks.
new 77a842c [LV] Vectorize GEPs
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/Vectorize/LoopVectorize.cpp | 184 +++++++++++++--------
.../LoopVectorize/X86/consecutive-ptr-uniforms.ll | 44 +++--
test/Transforms/LoopVectorize/X86/scatter_crash.ll | 106 ++----------
test/Transforms/LoopVectorize/vector-geps.ll | 61 +++++++
4 files changed, 221 insertions(+), 174 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/vector-geps.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 dc408464 Publish RAIIObjectsForParser.h for external usage.
new 53160ec [index] When indexing system headers make sure to report impo [...]
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/Index/IndexSymbol.h | 2 ++
lib/Index/IndexSymbol.cpp | 17 +++++++++---
lib/Index/IndexingContext.cpp | 45 +++++++++++++++++++++++++++++++-
test/Index/Core/Inputs/sys/system-head.h | 36 +++++++++++++++++++++++++
test/Index/Core/index-system.mm | 3 +++
5 files changed, 99 insertions(+), 4 deletions(-)
create mode 100644 test/Index/Core/Inputs/sys/system-head.h
create mode 100644 test/Index/Core/index-system.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.