This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b76b470 [InstCombine] Simplify and correct folding fcmps with the sam [...]
new 0b21d88 Change Archive::create() from ErrorOr<...> to Expected<...> a [...]
new 6a40504 StackColoring for SafeStack.
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:
include/llvm/Object/Archive.h | 4 +-
lib/CodeGen/CMakeLists.txt | 2 +
lib/CodeGen/SafeStack.cpp | 88 +++---
lib/CodeGen/SafeStackColoring.cpp | 289 ++++++++++++++++++++
lib/CodeGen/SafeStackColoring.h | 149 ++++++++++
lib/CodeGen/SafeStackLayout.cpp | 138 ++++++++++
lib/CodeGen/SafeStackLayout.h | 68 +++++
lib/Object/Archive.cpp | 43 +--
lib/Object/Binary.cpp | 2 +-
lib/Object/MachOUniversal.cpp | 2 +-
test/Transforms/SafeStack/coloring.ll | 44 +++
test/Transforms/SafeStack/coloring2.ll | 482 +++++++++++++++++++++++++++++++++
tools/dsymutil/BinaryHolder.cpp | 4 +-
tools/lli/lli.cpp | 10 +-
tools/llvm-ar/llvm-ar.cpp | 7 +-
15 files changed, 1265 insertions(+), 67 deletions(-)
create mode 100644 lib/CodeGen/SafeStackColoring.cpp
create mode 100644 lib/CodeGen/SafeStackColoring.h
create mode 100644 lib/CodeGen/SafeStackLayout.cpp
create mode 100644 lib/CodeGen/SafeStackLayout.h
create mode 100644 test/Transforms/SafeStack/coloring.ll
create mode 100644 test/Transforms/SafeStack/coloring2.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 lld.
from 686cb9d [ELF] More self-explanatory error message when e_machine can' [...]
new 9729e99 Matching change for lld for the llvm change of Archive::creat [...]
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:
COFF/DriverUtils.cpp | 6 +++---
COFF/InputFiles.cpp | 3 ++-
ELF/Error.h | 7 +++++++
lib/ReaderWriter/FileArchive.cpp | 7 ++++---
4 files changed, 16 insertions(+), 7 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 lldb.
from 77aba5f Remove platform plugins from lldb-server
new 1f495cc Validate the option index before trying to access an array el [...]
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:
source/Interpreter/Options.cpp | 7 +++++++
1 file changed, 7 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 clang.
from 05f4650 [OpenCL] Allow -cl-std and other standard -cl- options in driver
new 8c3317a [cmake] Move creation of ClangTargets and installation of Cla [...]
new f195b05 [ClangConfig] Replace paths with the same value as CLANG_INST [...]
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:
CMakeLists.txt | 23 +----------------------
cmake/modules/CMakeLists.txt | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+), 22 deletions(-)
create mode 100644 cmake/modules/CMakeLists.txt
--
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 23b1498 [Triple] Reimplement isLittleEndian(). Now it works for arm too.
new 1c953b5 [InstCombine, NFC] Change the generated variable names by cre [...]
new b76b470 [InstCombine] Simplify and correct folding fcmps with the sam [...]
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:
include/llvm/IR/InstrTypes.h | 4 +
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 198 ++++------
test/Transforms/InstCombine/and-fcmp.ll | 432 +++++++--------------
test/Transforms/InstCombine/or-fcmp.ll | 295 +++++---------
4 files changed, 307 insertions(+), 622 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 f362d3a Don't verify inputs to the Linker if ODR merging.
new a4d5658 Permit memory operands in ins/outs instructions
new 23b1498 [Triple] Reimplement isLittleEndian(). Now it works for arm too.
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/Support/Triple.cpp | 55 ++++++++++++++-----------------
lib/Target/X86/AsmParser/X86AsmParser.cpp | 10 +++---
test/MC/X86/x86-32.s | 49 +++++++++++++++++++++++++++
test/MC/X86/x86-64.s | 21 ++++++++++++
unittests/ADT/TripleTest.cpp | 8 +++++
5 files changed, 109 insertions(+), 34 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 compiler-rt.
from f7e391c [tsan] Stop extending the block’s lifetime in dispatch_group_async
new c9bc2ab [compiler-rt] Fix passing debug information to unittest.
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/tests/CMakeLists.txt | 4 ++++
lib/sanitizer_common/tests/CMakeLists.txt | 4 ++++
2 files changed, 8 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 openmp.
from f01e27f Fix bugs in TAS and futex lock
new 5afb0c9 Fix omp_sections_nowait.c test to address Bugzilla Bug 28336
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:
.../worksharing/sections/omp_sections_nowait.c | 83 +++++++++++++++-------
1 file changed, 59 insertions(+), 24 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 c34a31e Add CapturedDecl::parameters() ArrayRef accessors following r273647.
new 05f4650 [OpenCL] Allow -cl-std and other standard -cl- options in driver
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/DiagnosticFrontendKinds.td | 5 ++-
include/clang/Driver/CC1Options.td | 25 -------------
include/clang/Driver/Options.td | 21 +++++++++++
lib/Driver/Tools.cpp | 34 ++++++++++++++++++
lib/Frontend/CompilerInvocation.cpp | 13 +++++++
test/Driver/opencl.cl | 50 +++++++++++++++++++-------
6 files changed, 109 insertions(+), 39 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 a635e1e 2016-06-29 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 5f1d49a 2016-06-29 Jerry DeLisle <jvdelisle(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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/unexpected_eof_2.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/unexpected_eof_3.f90 | 6 ++++++
3 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/unexpected_eof_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/unexpected_eof_3.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.