This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 491343d2fa2 Temporarily revert "[PowerPC] Allow tail calls of fastcc fu [...]
new c94e896e673 [ModRefInfo] Make enum ModRefInfo an enum class [NFC].
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/Analysis/AliasAnalysis.h | 72 ++++++++--------
lib/Analysis/AliasAnalysis.cpp | 96 +++++++++++-----------
lib/Analysis/AliasAnalysisEvaluator.cpp | 16 ++--
lib/Analysis/BasicAliasAnalysis.cpp | 38 +++++----
lib/Analysis/GlobalsModRef.cpp | 38 +++++----
lib/Analysis/MemoryDependenceAnalysis.cpp | 32 ++++----
lib/Analysis/ObjCARCAliasAnalysis.cpp | 2 +-
lib/Analysis/ScopedNoAliasAA.cpp | 8 +-
lib/Analysis/TypeBasedAliasAnalysis.cpp | 4 +-
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 10 +--
lib/Transforms/IPO/ArgumentPromotion.cpp | 2 +-
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 10 +--
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 2 +-
unittests/Analysis/AliasAnalysisTest.cpp | 24 +++---
14 files changed, 183 insertions(+), 171 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 binutils-gdb.
from 99598d713f Fix regression in "commands"
new ec72db3ef4 Fix wrong prefix in py-breakpoint.exp
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:
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.python/py-breakpoint.exp | 144 ++++++++++++++---------------
2 files changed, 76 insertions(+), 73 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 c297153c364 [MachineOutliner] Fix offset overflow check
new 134f1a833f6 [PGO] detect infinite loop and form MST properly
new 491343d2fa2 Temporarily revert "[PowerPC] Allow tail calls of fastcc fu [...]
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/BlockFrequencyInfo.h | 1 +
include/llvm/Analysis/BlockFrequencyInfoImpl.h | 1 +
lib/Analysis/BlockFrequencyInfo.cpp | 4 ++
lib/Target/PowerPC/PPCISelLowering.cpp | 15 +++----
lib/Transforms/Instrumentation/CFGMST.h | 24 +++++++++--
.../Instrumentation/PGOInstrumentation.cpp | 46 ++++++----------------
.../PowerPC/duplicate-returns-for-tailcall.ll | 6 +--
test/Transforms/PGOProfile/infinite_loop_gen.ll | 18 +++++++++
8 files changed, 64 insertions(+), 51 deletions(-)
create mode 100644 test/Transforms/PGOProfile/infinite_loop_gen.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 compiler-rt.
from 53c23134b [sanitizer] Simplify android_run.py.
new 8316f8d58 Test case update for D40873
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:
test/profile/infinite_loop.c | 4 ++--
1 file changed, 2 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 gcc.
from 59d01fbaf41 PR libstdc++/83120 * testsuite/ext/special_ [...]
new 8b25e697883 Improve fstack_protector effective 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 | 5 +++++
gcc/testsuite/lib/target-supports.exp | 6 +++++-
2 files changed, 10 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 llvm.
from f534f4a24f7 [AMDGPU] Fix typo in Kernel Descriptor for GFX6-GFX9
new c297153c364 [MachineOutliner] Fix offset overflow 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:
lib/Target/AArch64/AArch64InstrInfo.cpp | 10 ++++++----
test/CodeGen/AArch64/machine-outliner.mir | 3 +++
2 files changed, 9 insertions(+), 4 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 aca1787e1a Add new language mode flags for C17.
new a5b4d42444 [Analysis] Fix some Clang-tidy modernize and Include What Yo [...]
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/Analysis/CFG.h | 351 +++++++++++++++-------------
include/clang/Analysis/CallGraph.h | 93 ++++----
include/clang/Analysis/Support/BumpVector.h | 53 +++--
lib/Analysis/CFG.cpp | 281 +++++++++++-----------
lib/Analysis/CallGraph.cpp | 38 ++-
5 files changed, 442 insertions(+), 374 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 binutils-gdb.
from 23a8d1862b Fix build with g++ 6.3.1
new 99598d713f Fix regression in "commands"
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:
gdb/ChangeLog | 6 ++++++
gdb/breakpoint.c | 3 ---
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/break.exp | 12 ++++++++++++
4 files changed, 22 insertions(+), 3 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 950a2da158 Add support for the __has_c_attribute builtin preprocessor macro.
new aca1787e1a Add new language mode flags for C17.
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:
docs/ReleaseNotes.rst | 6 +
include/clang/Basic/LangOptions.def | 369 ++++++++++++++--------------
include/clang/Frontend/LangStandard.h | 224 ++++++++---------
include/clang/Frontend/LangStandards.def | 331 +++++++++++++------------
lib/Frontend/CompilerInvocation.cpp | 401 +++++++++++++++---------------
lib/Frontend/InitPreprocessor.cpp | 404 ++++++++++++++++---------------
test/Driver/unknown-std.c | 42 ++--
7 files changed, 901 insertions(+), 876 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 8c8d967b8a [libclang] Record code-completion invocations to a temporary [...]
new 950a2da158 Add support for the __has_c_attribute builtin preprocessor macro.
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:
docs/LanguageExtensions.rst | 29 +
docs/ReleaseNotes.rst | 5 +
include/clang/Lex/Preprocessor.h | 1 +
lib/Lex/PPMacroExpansion.cpp | 3831 ++++++++++++++++++-----------------
test/Preprocessor/has_c_attribute.c | 12 +
5 files changed, 1965 insertions(+), 1913 deletions(-)
create mode 100644 test/Preprocessor/has_c_attribute.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.