This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d309dec2f3e [InstCombine] add test to show fmul transform creates extra [...]
new 3270ed077cb [llvm] Fix mc tests
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/MC/ELF/comdat-name-number.s | 4 ++++
1 file changed, 4 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 clang.
from b2dc2834ca [analyzer] NFC: Move the code for setting temp object lifeti [...]
new 4cf17d1623 [analyzer] Support temporaries conjured by conservatively ev [...]
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:
.../Core/ExprEngineCallAndReturn.cpp | 44 ++++++++++++------
test/Analysis/explain-svals.cpp | 2 +-
test/Analysis/temporaries.cpp | 52 +++++++++++++++++++++-
3 files changed, 81 insertions(+), 17 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-7-branch
in repository gcc.
from 877730ca2b2 PR ada/82813 * gcc-interface/misc.c (gnat_post_options): [...]
new f6e7e5b71ed PR libstdc++/84773 use aligned alloc functions for FreeBSD [...]
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 | 10 +++++++++
libstdc++-v3/configure | 26 ++++++++++++++++++++++
libstdc++-v3/crossconfig.m4 | 2 ++
libstdc++-v3/include/c_global/cstdlib | 6 +++++
.../aligned_alloc/aligned_alloc.cc} | 19 +++++++++-------
5 files changed, 55 insertions(+), 8 deletions(-)
copy libstdc++-v3/testsuite/{23_containers/forward_list/modifiers/emplace_cxx17_re [...]
--
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 3e76d34afa [CFG] [analyzer] Add construction context to C++ return-by-v [...]
new 9a1bd8b74c [analyzer] Destroy and lifetime-extend inlined function retu [...]
new b2dc2834ca [analyzer] NFC: Move the code for setting temp object lifeti [...]
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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 8 ++
lib/StaticAnalyzer/Core/ExprEngine.cpp | 60 ++++++++
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 57 ++------
test/Analysis/lifetime-extension.cpp | 156 +++++++++++++++++++++
4 files changed, 237 insertions(+), 44 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 304352277fd [llvm-readobj] Extend the output of -elf-section-groups
new d309dec2f3e [InstCombine] add test to show fmul transform creates extra [...]
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/Transforms/InstCombine/fast-math.ll | 88 -------------------------
test/Transforms/InstCombine/fmul.ll | 107 +++++++++++++++++++++++++++++++
2 files changed, 107 insertions(+), 88 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 49c32abef3 Re-land "[Sema] Make getCurFunction() return null outside fu [...]
new 3e76d34afa [CFG] [analyzer] Add construction context to C++ return-by-v [...]
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 | 54 +++++++++-
lib/Analysis/CFG.cpp | 160 ++++++++++++++++++----------
lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 +
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 1 +
test/Analysis/cfg-rich-constructors.cpp | 20 ++--
test/Analysis/temp-obj-dtors-cfg-output.cpp | 9 +-
6 files changed, 171 insertions(+), 74 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 7d966c397ef PR ada/82813 * gcc-interface/misc.c (gnat_post_options): [...]
new 147fd74e393 PR libstdc++/84773 use aligned alloc functions for FreeBSD [...]
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 | 10 +++++++++
libstdc++-v3/configure | 26 ++++++++++++++++++++++
libstdc++-v3/crossconfig.m4 | 2 ++
libstdc++-v3/include/c_global/cstdlib | 6 +++++
.../aligned_alloc/aligned_alloc.cc} | 19 +++++++++-------
5 files changed, 55 insertions(+), 8 deletions(-)
copy libstdc++-v3/testsuite/{23_containers/forward_list/modifiers/emplace_cxx17_re [...]
--
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 7b396b7a54b BlockExtractor: Don’t delete functions directly
new 304352277fd [llvm-readobj] Extend the output of -elf-section-groups
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/tools/llvm-readobj/broken-group.test | 4 ++++
test/tools/llvm-readobj/elf-groups.test | 4 ++++
tools/llvm-readobj/ELFDumper.cpp | 13 ++++++++++++-
3 files changed, 20 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 78f59e34a37 Fix spelling of -mclflushopt in manual
new 7d966c397ef PR ada/82813 * gcc-interface/misc.c (gnat_post_options): [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/gcc-interface/misc.c | 3 +++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.