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 4e30c8d [profile] Avoid unused variable warning.
new 6e2868a [profile] Add a test to ensure runtime allocator is not invoked
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/profile/Inputs/instrprof-alloc.c | 41 +++++++++++++++++++++++++++++++++
test/profile/Linux/instrprof-alloc.test | 6 +++++
2 files changed, 47 insertions(+)
create mode 100644 test/profile/Inputs/instrprof-alloc.c
create mode 100644 test/profile/Linux/instrprof-alloc.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 12ee1c1 Reapply r270865 -- previous bot failure is unrelated
new e1ebc76 Vectorizer: track non-fast FP instructions through phis 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:
lib/Transforms/Utils/LoopUtils.cpp | 2 +-
.../LoopVectorize/imprecise-through-phis.ll | 75 ++++++++++++++++++++++
2 files changed, 76 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopVectorize/imprecise-through-phis.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 372172f * tree-ssa-threadedge.c: Remove include of tree-ssa-threadba [...]
new e57686b 2016-05-27 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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 | 5 +++++
gcc/config/arm/arm.h | 3 ---
2 files changed, 5 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 c7235a4 * config/visium/visium-protos.h (split_double_move): Rename [...]
new 372172f * tree-ssa-threadedge.c: Remove include of tree-ssa-threadba [...]
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 | 13 +++++
gcc/passes.def | 4 ++
gcc/testsuite/ChangeLog | 16 ++++++
gcc/testsuite/gcc.dg/tree-ssa/pr21417.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr66752-3.c | 11 ++--
gcc/testsuite/gcc.dg/tree-ssa/pr68198.c | 6 +-
gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr69270-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2b.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2g.c | 9 ++-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2h.c | 5 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-6.c | 5 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 7 ++-
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-12.c | 6 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-13.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp56.c | 4 +-
gcc/timevar.def | 1 +
gcc/tree-pass.h | 1 +
gcc/tree-ssa-threadbackward.c | 69 +++++++++++++++++++++--
gcc/tree-ssa-threadedge.c | 13 +----
20 files changed, 139 insertions(+), 49 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 36fbd04 Validate the blocksize before using it
new f11d66d Remove sample profile dependency to instcombine, which is not [...]
new 6768e77 Make sure the directory block array fits in the file
new c41579b Make sure there are enough blocks for the stream
new d92a258 Make sure these error codes are marked as checked
new 12ee1c1 Reapply r270865 -- previous bot failure is unrelated
The 5 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/DebugInfo/PDB/Raw/NameHashTable.cpp | 10 +--
lib/DebugInfo/PDB/Raw/NameMap.cpp | 71 +++++++++++++---------
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 22 +++++++
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 30 +++++----
lib/Transforms/IPO/SampleProfile.cpp | 8 ---
.../Instrumentation/PGOInstrumentation.cpp | 2 +-
test/Transforms/SampleProfile/calls.ll | 2 +-
test/Transforms/SampleProfile/cov-zero-samples.ll | 2 +-
test/Transforms/SampleProfile/inline-combine.ll | 2 +-
test/Transforms/SampleProfile/inline-coverage.ll | 2 +-
10 files changed, 92 insertions(+), 59 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 d820594 [msan] add a sentence about inline assembly
new 35537a7 Add instcombine pass if sampleprofile pass is enabled.
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/CodeGen/BackendUtil.cpp | 12 ++++++++++--
1 file changed, 10 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.
Peter Smith pushed a change to branch linaro-local/ARMportforupstream
in repository toolchain/llvm/lld.
discards c1d7920 Initial support for ARM in lld.
adds 48d2b37 Update for llvm change.
adds ef8c628 [ELF][MIPS] Handle section symbol points to the .MIPS.options [...]
adds b9cab3d --threads is a flag, not a number
adds cc9d948 Add a help description for --threads to avoid confusion.
adds 58c42eb Explain a bit better what --start-lib and --end-lib do.
adds b9a2e54 Make -L description a bit more precise.
adds 73a898f Update LLD for D20550.
adds 0336e6f Avoid having to check in a binary.
adds 23b131a Avoid doing binary search.
new bfa839a Initial support for ARM in lld.
new d705ec6 ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c1d7920)
\
N -- N -- N refs/heads/linaro-local/ARMportforupstream (d705ec6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
COFF/SymbolTable.cpp | 10 ++--
ELF/InputSection.cpp | 51 +++++++++++++++------
ELF/InputSection.h | 3 ++
ELF/LTO.cpp | 8 +++-
ELF/Options.td | 9 ++--
ELF/OutputSections.cpp | 8 ++++
ELF/OutputSections.h | 3 ++
ELF/Target.cpp | 10 +++-
ELF/Writer.cpp | 20 +++++++-
test/ELF/Inputs/mips-options.o | Bin 0 -> 1160 bytes
test/ELF/Inputs/no-augmentation.o | Bin 3640 -> 0 bytes
.../lto/Inputs/{start-lib1.ll => irmover-error.ll} | 8 ++--
test/ELF/lto/irmover-error.ll | 12 +++++
test/ELF/mips-options-r.test | 19 ++++++++
test/ELF/no-augmentation.s | 18 ++++----
15 files changed, 139 insertions(+), 40 deletions(-)
create mode 100644 test/ELF/Inputs/mips-options.o
delete mode 100644 test/ELF/Inputs/no-augmentation.o
copy test/ELF/lto/Inputs/{start-lib1.ll => irmover-error.ll} (63%)
create mode 100644 test/ELF/lto/irmover-error.ll
create mode 100644 test/ELF/mips-options-r.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 019fdc9 Disable lifetime-start-on-first-use analysis.
new 8c5e8ce [X86][AVX] Removed some remains of old (pre-regeneration) filechecks
new 36fbd04 Validate the blocksize before using it
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/DebugInfo/PDB/Raw/PDBFile.cpp | 10 +++----
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 36 --------------------------
2 files changed, 5 insertions(+), 41 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 openmp.
from 1000614 Fix for OMP_PROC_BIND=spread strategy
new 541b718 Add missing OpenMP 4.5 device entries to stubs library.
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:
runtime/src/dllexports | 15 +++++++++++
runtime/src/kmp_ftn_entry.h | 66 ++++++++++++++++++++++++++++++++++++++++-----
runtime/src/kmp_ftn_os.h | 48 ++++++++++++++++++++++++++++++---
3 files changed, 119 insertions(+), 10 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 c0ff89d [OpenMP] Fix SEMA bug in the capture of global variables in t [...]
new d820594 [msan] add a sentence about inline assembly
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/MemorySanitizer.rst | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.