This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 15e2aef [include-fixer] Code cleanup.
new 41679aa [include-fixer] use tooling::Replacements since the order of [...]
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-fixer/IncludeFixer.cpp | 12 +++---------
include-fixer/IncludeFixer.h | 2 +-
include-fixer/tool/ClangIncludeFixer.cpp | 7 +++----
unittests/include-fixer/IncludeFixerTest.cpp | 12 ++++++------
4 files changed, 13 insertions(+), 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.
unknown user pushed a change to branch master
in repository clang.
from 6358954 [ARM] Add load/store co-processor intrinsics.
new 9ee9835 [clang-format] insert new #includes into correct blocks 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:
include/clang/Format/Format.h | 2 +
lib/Format/Format.cpp | 211 +++++++++++++++++++++++-----
unittests/Format/CleanupTest.cpp | 288 ++++++++++++++++++++++++++++++++++++---
3 files changed, 451 insertions(+), 50 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 0573d6c [esan] Intercept and chain signal handlers
new 53a1466 [esan|wset] Iterate all memory to compute the total working set
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/esan/esan.cpp | 12 +++-
lib/esan/working_set.cpp | 78 +++++++++++++++++++++++--
lib/esan/working_set_posix.cpp | 14 +++--
test/esan/TestCases/workingset-memset.cpp | 3 +-
test/esan/TestCases/workingset-signal-posix.cpp | 1 +
test/esan/TestCases/workingset-simple.cpp | 30 ++++++++++
6 files changed, 125 insertions(+), 13 deletions(-)
create mode 100644 test/esan/TestCases/workingset-simple.cpp
--
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 489b931 [Clang][Intrinsics][avx512] Adding round cvt to clang
new 6358954 [ARM] Add load/store co-processor intrinsics.
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/BuiltinsARM.def | 10 +++++++
test/CodeGen/builtins-arm.c | 56 +++++++++++++++++++++++++++++++++++++
test/Sema/builtins-arm.c | 32 +++++++++++++++++++++
3 files changed, 98 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 lnt.
from 95a98fb [profile] Show basic block weights correctly for event types [...]
new feb228b Avoid using Flask 0.11
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:
setup.py | 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 compiler-rt.
from 124601f __builtin_ia32_storeups is no more. Replace it with xmmintrin [...]
new 0573d6c [esan] Intercept and chain signal handlers
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/esan/CMakeLists.txt | 3 +-
lib/esan/esan.cpp | 12 +++
lib/esan/esan.h | 3 +
lib/esan/esan_interceptors.cpp | 40 +++++++++
lib/esan/working_set.cpp | 1 +
lib/esan/working_set.h | 6 ++
lib/esan/working_set_posix.cpp | 106 ++++++++++++++++++++++++
test/esan/TestCases/workingset-signal-posix.cpp | 59 +++++++++++++
8 files changed, 229 insertions(+), 1 deletion(-)
create mode 100644 lib/esan/working_set_posix.cpp
create mode 100644 test/esan/TestCases/workingset-signal-posix.cpp
--
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-tools-extra.
from fa0a0e8 [find-all-symbols] Add a test to make sure merging actually works.
new 15e2aef [include-fixer] Code cleanup.
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-fixer/IncludeFixer.cpp | 15 ++---
include-fixer/tool/ClangIncludeFixer.cpp | 106 +++++++++++++++++--------------
2 files changed, 62 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.
charles.baylis pushed a change to branch stuff
in repository toolchain/luajit-aarch64.
from f6b117d tries to run JITed code. Dies with SIGILL.
new 9fdee02 fix up some branch encoding mistakes
new b7256ab Correct some branch issues with emit_branch and asm_guardcc
new c24efc3 Cleanup/fixes for load/store offsets
new de51c1d Start of vm_exit_handler
new 930a3fe WIP trace exit.
new db53339 more vm_exit_handler fixes, now hits NYI at end
The 6 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:
src/lj_asm_arm64.h | 55 +++++++++++++++++++++--------------
src/lj_emit_arm64.h | 55 ++++++++++++++++++++++++++++++-----
src/lj_target_arm64.h | 13 +++++----
src/vm_arm64.dasc | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++-
4 files changed, 169 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 955913b move build_app_gcc to build-gcc.sh
new c5efe65 use readlink -f instead of realpath
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:
tcwg-buildapp.sh | 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 a8a5e74 [X86][SSE] Add load-folding patterns for (V)CVTDQ2PD (PR27291)
new c146d1a [ARM] Add backend support for load/store intrinsics.
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/llvm/IR/IntrinsicsARM.td | 18 ++++++++++++
lib/Target/ARM/ARMInstrInfo.td | 45 +++++++++++++++--------------
lib/Target/ARM/ARMInstrThumb2.td | 31 ++++++++++----------
test/CodeGen/ARM/intrinsics-coprocessor.ll | 46 +++++++++++++++++++++++++-----
test/CodeGen/ARM/ldc2l.ll | 11 +++++++
test/CodeGen/ARM/stc2.ll | 11 +++++++
6 files changed, 118 insertions(+), 44 deletions(-)
create mode 100644 test/CodeGen/ARM/ldc2l.ll
create mode 100644 test/CodeGen/ARM/stc2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.