This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 38f2c0f249c Re-enable "[SCEV] Make isLoopEntryGuardedByCond a bit smarter"
new 97d47c0facf [BinaryFormat] Remove dangling declaration of DiscriminantString
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/BinaryFormat/Dwarf.h | 1 -
1 file changed, 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 release_60
in repository llvm.
from c00e97dc8ce [Hexagon] Add release notes for 6.0.0
new 5d4f6a8d9ba Merging r324422: ------------------------------------------ [...]
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/LivePhysRegs.cpp | 31 +++++++++++-------------
test/CodeGen/ARM/pr25838.ll | 2 +-
test/CodeGen/Thumb/stm-scavenging.ll | 46 ++++++++++++++++++++++++++++++++++++
3 files changed, 61 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/Thumb/stm-scavenging.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 llvm.
from ee43c8204a4 [MergeICmps] Re-commit rL324317 "Enable the MergeICmps Pass [...]
new 38f2c0f249c Re-enable "[SCEV] Make isLoopEntryGuardedByCond a bit smarter"
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/InstrTypes.h | 13 ++++
lib/Analysis/ScalarEvolution.cpp | 62 +++++++++++++++--
lib/IR/Instructions.cpp | 14 ++++
test/Transforms/IRCE/conjunctive-checks.ll | 6 +-
test/Transforms/IRCE/decrementing-loop.ll | 80 ++++++++++++++++++++++
test/Transforms/IRCE/single-access-no-preloop.ll | 6 +-
.../IndVarSimplify/loop-invariant-conditions.ll | 30 ++++++++
7 files changed, 200 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 63f24576c lldb running on an ios device is using the _dyld_get_all_imag [...]
new 7c6d16f9c Remove function DW_DSC_value_to_name
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/Plugins/SymbolFile/DWARF/DWARFDefines.cpp | 10 ----------
source/Plugins/SymbolFile/DWARF/DWARFDefines.h | 2 --
2 files changed, 12 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 3a5a56c5d77 [openacc] Fix diff_type in expand_oacc_collapse_init
new f083e97748d i386: Mask out the CF_SET bit for -fcf-protection check
new e9ca398c158 Use -fcf-protection=return in cet-intrin-4.c
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:
gcc/ChangeLog | 7 ++++++-
gcc/config/i386/i386.c | 10 +++++-----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/cet-intrin-4.c | 2 +-
4 files changed, 18 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 release_60
in repository lld.
from 938f2ae2f Merging r324043: -------------------------------------------- [...]
new c76af4336 Merging r324467 and r324468: -------------------------------- [...]
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 | 8 ++++++++
test/ELF/Inputs/mips-gp-dips-corrupt-ver.s | 14 ++++++++++++++
test/ELF/Inputs/mips-gp-dips-corrupt-ver.so | Bin 0 -> 2160 bytes
test/ELF/mips-gp-disp-ver.s | 15 +++++++++++++++
4 files changed, 37 insertions(+)
create mode 100644 test/ELF/Inputs/mips-gp-dips-corrupt-ver.s
create mode 100755 test/ELF/Inputs/mips-gp-dips-corrupt-ver.so
create mode 100644 test/ELF/mips-gp-disp-ver.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 gcc.
from ae57de0e9c2 * lto.c (register_resolution): Remove forgotten sanity check.
new 3a5a56c5d77 [openacc] Fix diff_type in expand_oacc_collapse_init
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 | 6 ++++++
gcc/omp-expand.c | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/c-c++-common/goacc/pr84217.c | 8 ++++++++
gcc/testsuite/gfortran.dg/goacc/pr84217.f90 | 9 +++++++++
libgomp/ChangeLog | 5 +++++
.../testsuite/libgomp.oacc-c-c++-common/pr84217.c | 22 ++++++++++++++++++++++
7 files changed, 58 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/goacc/pr84217.c
create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr84217.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr84217.c
--
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 release_60
in repository clang.
from 11cd7cef1e Merging r324246: ------------------------------------------- [...]
new b010081fcb Merging r324439: ------------------------------------------- [...]
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/AST/MicrosoftMangle.cpp | 6 +++---
test/CodeGenCXX/msabi-swiftcall-cc.cpp | 28 ++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGenCXX/msabi-swiftcall-cc.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 f022963d54 AST: support SwiftCC on MS ABI
new 848874aed9 [clang-format] Fix ObjC message arguments formatting.
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/Format/ContinuationIndenter.cpp | 5 +++++
lib/Format/FormatToken.h | 4 ++++
lib/Format/TokenAnnotator.cpp | 12 +++++++++++-
unittests/Format/FormatTestObjC.cpp | 33 +++++++++++++++++++++++++++++++++
4 files changed, 53 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 45105e0ee90 2018-02-07 Richard Biener <rguenther(a)suse.de>
new ae57de0e9c2 * lto.c (register_resolution): Remove forgotten sanity 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:
gcc/lto/ChangeLog | 4 ++++
gcc/lto/lto.c | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.