This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f9c0a77 This is an attempt to reapply r280808: [ARM] Lower UDIV+UREM [...]
new 89f7a48 [AArch64][GlobalISel] Use the generic DefaultMapping as the default.
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/AArch64/AArch64RegisterBankInfo.cpp | 3 +--
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 6c1574b Trying to fix Mangler memory leak in TargetLoweringObjectFile.
new f9c0a77 This is an attempt to reapply r280808: [ARM] Lower UDIV+UREM [...]
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/ARM/ARMISelLowering.cpp | 19 ++++++++++++++++-
test/CodeGen/ARM/urem-opt-size.ll | 43 ++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 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 gcc.
from 0665113 Fix testsuite failure for avr target
new 222ac27 Adjust arguments to aligned_alloc or posix_memalign
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/libsupc++/new_opa.cc | 13 +++++++++++--
2 files changed, 18 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.
unknown user pushed a change to branch master
in repository llvm.
from 793f008 [LCG] Redesign the lazy post-order iteration mechanism for th [...]
new 6c1574b Trying to fix Mangler memory leak in TargetLoweringObjectFile.
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/Target/TargetLoweringObjectFile.h | 2 +-
lib/Target/TargetLoweringObjectFile.cpp | 2 ++
2 files changed, 3 insertions(+), 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 gcc.
from d80c1c6 * c-typeck.c (lvalue_p): Use true and false instead of 1 and 0.
new 0665113 Fix testsuite failure for avr target
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 | 4 ++++
gcc/testsuite/gcc.dg/torture/pr70421.c | 1 +
2 files changed, 5 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 lldb.
from 3a04daf add availability check to DarwinLog event tests
new 5794467 [RenderScript] Support tracking and dumping reduction kernels
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:
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 266 ++++++++++++++++-----
.../RenderScriptRuntime/RenderScriptRuntime.h | 57 ++++-
2 files changed, 264 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 gcc.
from f5c4b3b * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use paramete [...]
new d80c1c6 * c-typeck.c (lvalue_p): Use true and false instead of 1 and 0.
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/c/ChangeLog | 4 ++++
gcc/c/c-typeck.c | 4 ++--
2 files changed, 6 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.
unknown user pushed a change to branch master
in repository llvm.
from 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean u [...]
new d95bdda [ARM] Promote small global constants to constant pools
new 793f008 [LCG] Redesign the lazy post-order iteration mechanism for th [...]
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/Analysis/LazyCallGraph.h | 61 ++++-
lib/Analysis/LazyCallGraph.cpp | 230 +++++++++--------
lib/Target/ARM/ARMAsmPrinter.cpp | 13 +
lib/Target/ARM/ARMAsmPrinter.h | 9 +-
lib/Target/ARM/ARMISelLowering.cpp | 168 +++++++++++++
lib/Target/ARM/ARMMachineFunctionInfo.cpp | 2 +-
lib/Target/ARM/ARMMachineFunctionInfo.h | 25 +-
test/CodeGen/ARM/constantpool-promote.ll | 120 +++++++++
unittests/Analysis/LazyCallGraphTest.cpp | 396 +++++++++++++++++++++++++++++-
9 files changed, 894 insertions(+), 130 deletions(-)
create mode 100644 test/CodeGen/ARM/constantpool-promote.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 fcb405e Touch up [[clang::require_constant_initialization]] docs
new c0e5675 Improve handling of floating point literals in OpenCL to only [...]
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/Sema/SemaExpr.cpp | 22 +++++++++++++++++++---
lib/Sema/SemaType.cpp | 3 ++-
test/CodeGenOpenCL/fpmath.cl | 13 +++++++++++++
test/SemaOpenCL/extensions.cl | 11 ++++++++++-
4 files changed, 44 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 clang-tools-extra.
from e6522d8 [clang-rename] Merge rename-{at|all} & optimise.
new 97c9504 [clang-tidy] Bugfix for readability-redundant-control-flow check
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:
clang-tidy/readability/RedundantControlFlowCheck.cpp | 2 +-
test/clang-tidy/readability-redundant-control-flow.cpp | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.