This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9d6d8bd Adapt to LLVM optimization remark interface change. NFC
new c9b9480 Shorten DiagnosticInfoOptimizationRemark* to OptimizationRema [...]
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/CodeGenAction.cpp | 36 +++++++++++++++---------------------
1 file changed, 15 insertions(+), 21 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 835827e [LoopSimplify] When simplifying phis in loop-simplify, do it [...]
new 8d5df95 [Inliner] Fold the analysis remark into the missed remark
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/Transforms/IPO/Inliner.cpp | 10 ++++------
test/Transforms/Inline/optimization-remarks-yaml.ll | 10 ++++++----
test/Transforms/Inline/optimization-remarks.ll | 6 ++----
3 files changed, 12 insertions(+), 14 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 a2195a2 compiler: add src information to AST dumps (part 1 of 2).
new e5a6dcd compiler: avoid call duplication during order eval.
new bfac90c libgo: separate mksysinfo inputs into separate Makefile targets
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 25 +++--
libgo/Makefile.am | 21 +++-
libgo/Makefile.in | 21 +++-
libgo/mksysinfo.sh | 276 ++--------------------------------------------
libgo/sysinfo.c | 259 +++++++++++++++++++++++++++++++++++++++++++
6 files changed, 324 insertions(+), 280 deletions(-)
create mode 100644 libgo/sysinfo.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 llvm.
from 47c0d49 Output optimization remarks in YAML
new 835827e [LoopSimplify] When simplifying phis in loop-simplify, do it [...]
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/Transforms/Utils/LoopSimplify.cpp | 6 +++--
test/Transforms/LoopUnroll/rebuild_lcssa.ll | 37 +++++++++++++++++++++++++++++
2 files changed, 41 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 5b0f4e9 [cmake] Support overriding remaining HTML doc install directories
new 6acd868 Sort headers
new 47c0d49 Output optimization remarks in YAML
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/OptimizationDiagnosticInfo.h | 17 +++++
include/llvm/IR/DiagnosticInfo.h | 73 ++++++++++++++++++-
include/llvm/IR/LLVMContext.h | 14 ++++
lib/Analysis/OptimizationDiagnosticInfo.cpp | 85 ++++++++++++++++++++++
lib/IR/DiagnosticInfo.cpp | 39 +++++++++-
lib/IR/LLVMContext.cpp | 8 ++
lib/IR/LLVMContextImpl.h | 2 +
lib/Transforms/IPO/Inliner.cpp | 14 ++--
.../Transforms/Inline/optimization-remarks-yaml.ll | 76 +++++++++++++++++++
tools/opt/opt.cpp | 23 ++++++
10 files changed, 340 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/Inline/optimization-remarks-yaml.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 aa39cf1 Adapt to LLVM EnableStatistics() change.
new 9d6d8bd Adapt to LLVM optimization remark interface change. 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:
lib/CodeGen/CodeGenAction.cpp | 2 +-
1 file changed, 1 insertion(+), 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 4fd4e9e * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star [...]
new a2195a2 compiler: add src information to AST dumps (part 1 of 2).
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/go/ChangeLog | 4 +++
gcc/go/go-linemap.cc | 28 +++++++++++++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/go-linemap.h | 15 ++++++++-
gcc/go/gofrontend/statements.cc | 67 +++++++++++++++++++++++++----------------
5 files changed, 88 insertions(+), 28 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 5453393 Adding a RegisterContextMinidump_x86_64 converter
new bdcdf8e Update FileSpec's interface to use StringRefs.
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/lldb/Host/FileSpec.h | 38 ++-----
source/Host/common/FileSpec.cpp | 220 ++++++++++++++++++----------------------
2 files changed, 110 insertions(+), 148 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.
diana.picus pushed a change to branch diana_picus/worktree
in repository toolchain/tcwg-release-tools.
from 76623c5 Revert "Test that the worktree is on a valid branch"
new 380ed33 Revert properly
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:
linaropy/git/worktree.py | 16 ----------------
1 file changed, 16 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 66a3934 Fix a typo, depricated -> deprecated
new 5b0f4e9 [cmake] Support overriding remaining HTML doc install directories
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:
CMakeLists.txt | 5 +++++
docs/CMake.rst | 10 ++++++++++
docs/CMakeLists.txt | 14 ++++++++++----
3 files changed, 25 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.