This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 059c392 * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb [...]
new 52e3e48 * sv.po: Update.
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/po/ChangeLog | 4 +
gcc/po/sv.po | 697 ++++++++++++++++++++++---------------------------------
2 files changed, 282 insertions(+), 419 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 gcc-6-branch
in repository gcc.
from 0a2d8b5 * config/i386/i386.md (absneg splitters with general regs): [...]
new 0a056cf * sv.po: Update.
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/po/ChangeLog | 4 +
gcc/po/sv.po | 697 ++++++++++++++++++++++---------------------------------
2 files changed, 282 insertions(+), 419 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 a93fdcf [CUDA] Only __shared__ variables can be static local on device side.
new e0c569d [CUDA] Restrict init of local __shared__ variables to empty c [...]
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/CGDecl.cpp | 10 ++++++++--
lib/Sema/SemaDecl.cpp | 9 +++++----
test/CodeGenCUDA/address-spaces.cu | 31 -------------------------------
test/CodeGenCUDA/device-var-init.cu | 12 ++++++++++--
4 files changed, 23 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 llvm.
from 2ebc9f6 Typo. NFC.
new 957278e Fix buildbot failure from r268968.
new 22d7b01 [Inliner] don't assume that a Constant alloca size is a Const [...]
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/Analysis/InlineCost.cpp | 8 ++++----
test/Transforms/Inline/alloca_test.ll | 30 ++++++++++++++++++++++++++++++
test/Transforms/PGOProfile/macho.ll | 2 +-
3 files changed, 35 insertions(+), 5 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 311faa8 Re install test reverted by r268866
new 18929dd [CMake] Support platform building builtins without a full toolchain
new 2cfbf74 Remove XFAIL
new 4ce1f1e [MSan] Add a test for vararg with lots of non-vararg arguments.
The 3 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 | 74 ++---------
cmake/base-config-ix.cmake | 162 ++++++++++++++++++++++++
cmake/builtin-config-ix.cmake | 169 ++++++++++++++++++++++++++
cmake/config-ix.cmake | 132 +-------------------
lib/builtins/CMakeLists.txt | 20 ++-
lib/msan/tests/msan_test.cc | 14 +++
test/profile/instrprof-value-prof-shared.test | 1 -
7 files changed, 373 insertions(+), 199 deletions(-)
create mode 100644 cmake/base-config-ix.cmake
create mode 100644 cmake/builtin-config-ix.cmake
--
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 efd0e15 [X86] Strengthen the setting of inline asm constraints for fp [...]
new 05e004f Cleanup followup of r268710 - [PM] port IR based PGO prof-gen [...]
new 2ebc9f6 Typo. NFC.
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/Transforms/PGOInstrumentation.h | 2 -
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 2 +-
.../Instrumentation/PGOInstrumentation.cpp | 51 +++++++++++-----------
3 files changed, 26 insertions(+), 29 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 lld.
from 25f107f Document and test the first few .got.plt entries.
new 9154639 Print member name in undefined symbol error.
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:
ELF/InputFiles.cpp | 9 +++++++++
ELF/InputFiles.h | 3 +++
ELF/SymbolTable.cpp | 9 ---------
ELF/Writer.cpp | 2 +-
test/ELF/Inputs/undef.s | 3 +++
test/ELF/undef.s | 12 ++++++++----
6 files changed, 24 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/Inputs/undef.s
--
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 15a5947 [X86][SSE] Improve cost model for i64 vector comparisons on p [...]
new efd0e15 [X86] Strengthen the setting of inline asm constraints for fp [...]
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/X86/X86ISelLowering.cpp | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 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 8e0fce8 [PGO] Fix __llvm_profile_raw_version linkage in MACHO IR inst [...]
new 15a5947 [X86][SSE] Improve cost model for i64 vector comparisons on p [...]
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/X86/X86TargetTransformInfo.cpp | 14 +++++++++++---
test/Analysis/CostModel/X86/cmp.ll | 16 ++++++++--------
2 files changed, 19 insertions(+), 11 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 ff3bb4d Fixed multiline expressions, and removed some dead code.
new 3f4d7d2 Added a testcase that verifies that multiline expressions work.
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:
.../multiline}/Makefile | 0
.../multiline/TestMultilineExpressions.py | 57 ++++++++++++++++++++++
.../multiline}/main.c | 2 +-
3 files changed, 58 insertions(+), 1 deletion(-)
copy packages/Python/lldbsuite/test/{settings/quoting => expression_command/multil [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/multiline/Tes [...]
copy packages/Python/lldbsuite/test/{python_api/interpreter => expression_command/ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.