This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8fd292e Prevent ICE in dllexport class with _Atomic data member
new 2afc0a4 [Driver] Updated for Visual Studio 2017
new ae1e478 Revert "[Driver] Updated for Visual Studio 2017"
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:
--
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 ebf6fea [libFuzzer] Properly handle exceptions with UnhandledExceptio [...]
new 53438cd [PGO] make graph view internal options available for all builds
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/Analysis/BlockFrequencyInfo.cpp | 10 ----------
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 9 ---------
lib/CodeGen/MachineBlockPlacement.cpp | 4 ----
lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 2 --
4 files changed, 25 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 1d1bfde FunctionImport: Remove the -disable-force-link-odr flag and c [...]
new ebf6fea [libFuzzer] Properly handle exceptions with UnhandledExceptio [...]
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/Fuzzer/FuzzerUtilWindows.cpp | 7 ++-----
1 file changed, 2 insertions(+), 5 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 20af8a7 [ThinLTO] Add an auto-hide feature
new 1d1bfde FunctionImport: Remove the -disable-force-link-odr flag and c [...]
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/Transforms/IPO/FunctionImport.h | 6 +-----
lib/Transforms/IPO/FunctionImport.cpp | 16 +++-------------
test/Transforms/FunctionImport/funcimport.ll | 10 +++-------
3 files changed, 7 insertions(+), 25 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 2a8f190 [X86][XOP] Added FIXME comments to missed shuffle combine opp [...]
new 20af8a7 [ThinLTO] Add an auto-hide feature
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/ModuleSummaryIndex.h | 10 +++-
include/llvm/IR/ModuleSummaryIndexYAML.h | 2 +-
include/llvm/LTO/LTO.h | 8 ++-
lib/Analysis/ModuleSummaryAnalysis.cpp | 12 +++--
lib/Bitcode/Reader/BitcodeReader.cpp | 9 ++--
lib/Bitcode/Writer/BitcodeWriter.cpp | 8 +--
lib/LTO/LTO.cpp | 26 +++++++---
lib/LTO/ThinLTOCodeGenerator.cpp | 60 ++++++++++++----------
lib/Transforms/IPO/FunctionImport.cpp | 7 +++
...empty_module_with_cache.ll => weak_autohide.ll} | 6 +--
test/ThinLTO/X86/deadstrip.ll | 7 +--
test/ThinLTO/X86/weak_autohide.ll | 24 +++++++++
12 files changed, 123 insertions(+), 56 deletions(-)
copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => weak_autohide.ll} (68%)
create mode 100644 test/ThinLTO/X86/weak_autohide.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.
Yvan Roux pushed a change to annotated tag linaro-4.9-2017.01
in repository toolchain/gcc.
at 216c5d9 (tag)
tagging 9ea5f94d575a1594e4d7bdfc056b0c0ea21c0d47 (commit)
replaces linaro-4.9-2017.01-rc1
tagged by Yvan Roux
on Mon Jan 30 13:07:09 2017 +0000
- Log -----------------------------------------------------------------
Linaro GCC Release 4.9-2017.01
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 9ea5f94 Make Linaro GCC Release 4.9-2017.01.
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.
--
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 8ffb6b1 [ThinLTO] PrintStatistics when we exit early for thinlto-index-only
new 73efdef [ThinLTO] Add an auto-hide feature
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/ModuleSummaryIndex.h | 10 ++++-
include/llvm/IR/ModuleSummaryIndexYAML.h | 2 +-
include/llvm/LTO/LTO.h | 8 +++-
lib/Analysis/ModuleSummaryAnalysis.cpp | 12 +++--
lib/Bitcode/Reader/BitcodeReader.cpp | 9 ++--
lib/Bitcode/Writer/BitcodeWriter.cpp | 8 ++--
lib/LTO/LTO.cpp | 26 ++++++++---
lib/LTO/ThinLTOCodeGenerator.cpp | 52 +++++++++++++---------
lib/Transforms/IPO/FunctionImport.cpp | 7 +++
...empty_module_with_cache.ll => weak_autohide.ll} | 6 +--
test/ThinLTO/X86/deadstrip.ll | 7 +--
test/ThinLTO/X86/weak_autohide.ll | 24 ++++++++++
12 files changed, 119 insertions(+), 52 deletions(-)
copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => weak_autohide.ll} (68%)
create mode 100644 test/ThinLTO/X86/weak_autohide.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 lldb.
from 97f3c20 Unify PlatformPOSIX::ResolveExecutable
new 7b0e034 Fix windows build after r293821
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:
unittests/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.