This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from af59bfdfc3 [analyzer] Move out tracking retain count for OSObjects into [...]
new 24a89effee [Preprocessor] Don't avoid entering included files after hit [...]
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/Lex/Preprocessor.h | 4 ++++
lib/Lex/PPDirectives.cpp | 10 ++++++----
test/Index/Inputs/cycle.h | 1 +
test/Index/keep-going-include-cycle.c | 10 ++++++++++
test/Index/keep-going.cpp | 11 ++++++++++-
5 files changed, 31 insertions(+), 5 deletions(-)
create mode 100644 test/Index/Inputs/cycle.h
create mode 100644 test/Index/keep-going-include-cycle.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 master
in repository binutils-gdb.
from 8bebfcda34 Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfd
new f50fabe4f6 RISC-V: Fix 4-arg add parsing.
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:
gas/ChangeLog | 13 +++++++++++++
gas/config/tc-riscv.c | 15 ++++++++++++---
gas/testsuite/gas/riscv/tprel-add.d | 3 +++
gas/testsuite/gas/riscv/tprel-add.l | 4 ++++
gas/testsuite/gas/riscv/tprel-add.s | 11 +++++++++++
opcodes/ChangeLog | 5 +++++
opcodes/riscv-opc.c | 2 +-
7 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/tprel-add.d
create mode 100644 gas/testsuite/gas/riscv/tprel-add.l
create mode 100644 gas/testsuite/gas/riscv/tprel-add.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 release_70
in repository llvm.
from 06a6c330784 Merging r340125:
new 4a684f7170a Merging r346203:
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/AArch64ISelLowering.cpp | 59 +++++++++++++++---------------
1 file changed, 30 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 llvm.
from f66defb43a0 Update the Swift version numbers reported by objdump
new b7c4b42cc3b [HotColdSplitting] Outline more than once per function
new d0e8089e646 [HotColdSplitting] Refine definition of unlikelyExecuted
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/Transforms/IPO/HotColdSplitting.cpp | 492 +++++++++++++--------
test/Transforms/HotColdSplit/eh-pads.ll | 65 +++
.../extraction-subregion-breaks-phis.ll | 63 +++
.../forward-dfs-reaches-marked-block.ll | 29 ++
.../HotColdSplit/mark-the-whole-func-cold.ll | 64 +++
test/Transforms/HotColdSplit/noreturn.ll | 73 +++
test/Transforms/HotColdSplit/outline-cold-asm.ll | 27 ++
.../HotColdSplit/outline-disjoint-diamonds.ll | 57 +++
.../HotColdSplit/outline-multiple-entry-region.ll | 81 ++++
test/Transforms/HotColdSplit/outline-while-loop.ll | 49 ++
.../phi-with-distinct-outlined-values.ll | 35 ++
test/Transforms/HotColdSplit/region-overlap.ll | 65 +++
.../HotColdSplit/succ-block-with-self-edge.ll | 56 +++
13 files changed, 967 insertions(+), 189 deletions(-)
create mode 100644 test/Transforms/HotColdSplit/eh-pads.ll
create mode 100644 test/Transforms/HotColdSplit/extraction-subregion-breaks-phis.ll
create mode 100644 test/Transforms/HotColdSplit/forward-dfs-reaches-marked-block.ll
create mode 100644 test/Transforms/HotColdSplit/mark-the-whole-func-cold.ll
create mode 100644 test/Transforms/HotColdSplit/noreturn.ll
create mode 100644 test/Transforms/HotColdSplit/outline-cold-asm.ll
create mode 100644 test/Transforms/HotColdSplit/outline-disjoint-diamonds.ll
create mode 100644 test/Transforms/HotColdSplit/outline-multiple-entry-region.ll
create mode 100644 test/Transforms/HotColdSplit/phi-with-distinct-outlined-values.ll
create mode 100644 test/Transforms/HotColdSplit/region-overlap.ll
create mode 100644 test/Transforms/HotColdSplit/succ-block-with-self-edge.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 991d0b5799 Make testcase more robust for bots actually building in /var
new 75429d6557 [analyzer] RetainCountChecker: remove untested, unused, inco [...]
new af59bfdfc3 [analyzer] Move out tracking retain count for OSObjects into [...]
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/clang/StaticAnalyzer/Checkers/Checkers.td | 3 +
.../StaticAnalyzer/Core/RetainSummaryManager.h | 47 ++++-
.../RetainCountChecker/RetainCountChecker.cpp | 16 +-
.../RetainCountChecker/RetainCountChecker.h | 14 +-
.../RetainCountChecker/RetainCountDiagnostics.cpp | 12 +-
.../RetainCountChecker/RetainCountDiagnostics.h | 5 +-
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 201 +++++++++++++--------
test/Analysis/osobject-retain-release.cpp | 2 +-
test/Analysis/test-separate-retaincount.cpp | 37 ++++
9 files changed, 232 insertions(+), 105 deletions(-)
create mode 100644 test/Analysis/test-separate-retaincount.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.