This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 02f474a [codeview] Improve some comments
new 2d1483c [PM] Port Interprocedural SCCP to the new pass manager.
new da713ca [PM] port Branch Frequency Analaysis pass to new PM
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 | 31 +++++++
include/llvm/InitializePasses.h | 2 +-
include/llvm/Transforms/IPO/SCCP.h | 34 ++++++++
lib/Analysis/BlockFrequencyInfo.cpp | 27 ++++++
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/Passes/PassBuilder.cpp | 3 +
lib/Passes/PassRegistry.def | 3 +
lib/Transforms/Scalar/SCCP.cpp | 95 ++++++++++++----------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Analysis/BlockFrequencyInfo/bad_input.ll | 1 +
test/Analysis/BlockFrequencyInfo/basic.ll | 1 +
.../Analysis/BlockFrequencyInfo/double_backedge.ll | 1 +
test/Analysis/BlockFrequencyInfo/double_exit.ll | 1 +
.../extremely-likely-loop-successor.ll | 1 +
test/Analysis/BlockFrequencyInfo/irreducible.ll | 1 +
.../BlockFrequencyInfo/irreducible_loop_crash.ll | 1 +
.../BlockFrequencyInfo/loop_with_branch.ll | 1 +
.../BlockFrequencyInfo/loops_with_profile_info.ll | 1 +
.../nested_loop_with_branches.ll | 1 +
test/Transforms/IPConstantProp/global.ll | 1 +
20 files changed, 165 insertions(+), 45 deletions(-)
create mode 100644 include/llvm/Transforms/IPO/SCCP.h
--
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 bee96ef Fix TestEvents.py on OS X
new 5bb37e3 Revert r268591
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/Target/LanguageRuntime.h | 3 +-
source/Core/ValueObjectDynamicValue.cpp | 48 +++++-----------------
.../ItaniumABI/ItaniumABILanguageRuntime.cpp | 4 +-
.../ItaniumABI/ItaniumABILanguageRuntime.h | 3 +-
.../LanguageRuntime/Go/GoLanguageRuntime.cpp | 10 ++---
.../Plugins/LanguageRuntime/Go/GoLanguageRuntime.h | 9 ++--
.../LanguageRuntime/Java/JavaLanguageRuntime.cpp | 10 ++---
.../LanguageRuntime/Java/JavaLanguageRuntime.h | 9 ++--
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 4 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 3 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 4 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 3 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 4 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 3 +-
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 10 ++---
.../RenderScriptRuntime/RenderScriptRuntime.h | 9 ++--
16 files changed, 38 insertions(+), 98 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 36de434 Fix some Clang-tidy readability-simplify-boolean-expr and Inc [...]
new 15e8341 [CMake] Removing LLVM_ENABLE_TIMESTAMPS from the cache files
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:
cmake/caches/3-stage-base.cmake | 1 -
cmake/caches/Apple-stage2.cmake | 1 -
2 files changed, 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 d025c69 Revert http://reviews.llvm.org/D19926 as it breaks tests.
new 1fef4fc [AArch64] Remove unused MBP headers/dependency. NFC.
new 02f474a [codeview] Improve some comments
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/DebugInfo/CodeView/TypeRecord.h | 5 +++--
lib/DebugInfo/CodeView/TypeDumper.cpp | 1 -
lib/Target/AArch64/AArch64ConditionalCompares.cpp | 3 ---
3 files changed, 3 insertions(+), 6 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 9281534 [WebAssembly] Don't emit epilogue code in the middle of stack [...]
new 0e8fd42 Revert "LTOCodeGenerator: handle correctly "unnamed" symbol"
new d025c69 Revert http://reviews.llvm.org/D19926 as it breaks tests.
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/Transforms/Scalar/SimplifyCFG.h | 11 ------
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/Transforms/Scalar/SimplifyCFGPass.cpp | 52 ++++++++++++++-------------
lib/Transforms/Utils/AddDiscriminators.cpp | 6 ----
test/Transforms/AddDiscriminators/multiple.ll | 6 ++--
test/Transforms/AddDiscriminators/oneline.ll | 19 +++++++---
6 files changed, 48 insertions(+), 48 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 331450b Enable dg-reqire-sharedlib on Solaris
new 510be2f * config/i386/i386.md (peehole2 patterns): Change true_regnu [...]
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/ChangeLog | 9 +++++++
gcc/config/i386/i386.md | 62 ++++++++++++++++++++++++-------------------------
2 files changed, 40 insertions(+), 31 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 797e9bd Fix CVTypeDumperImpl formatting after class rename
new 9281534 [WebAssembly] Don't emit epilogue code in the middle of stack [...]
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/WebAssembly/WebAssemblyFrameLowering.cpp | 8 ++++++++
lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp | 3 ++-
test/CodeGen/WebAssembly/reg-stackify.ll | 12 ++++++++++++
3 files changed, 22 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 8200288 Simplify CFG before assigning discriminator.
new 86be154 AMDGPU: Simplify control flow / conditions
new 8cff4d5 Remove unnecessary anonymous namespace from a header
new 797e9bd Fix CVTypeDumperImpl formatting after class rename
The 3 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/BlockFrequencyInfoImpl.h | 2 -
lib/DebugInfo/CodeView/TypeDumper.cpp | 88 ++++++++++++++------------
lib/Target/AMDGPU/SIISelLowering.cpp | 38 +++++------
3 files changed, 68 insertions(+), 60 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 c16ab2d [MSan] [MIPS64] Fix vararg helper for >1 fixed argument.
new 8200288 Simplify CFG before assigning discriminator.
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/Scalar/SimplifyCFG.h | 11 ++++++
lib/Transforms/Scalar/SimplifyCFGPass.cpp | 52 +++++++++++++--------------
lib/Transforms/Utils/AddDiscriminators.cpp | 6 ++++
test/Transforms/AddDiscriminators/multiple.ll | 6 ++--
test/Transforms/AddDiscriminators/oneline.ll | 19 +++-------
5 files changed, 47 insertions(+), 47 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 0982b70 Add forgotten test from r268594.
new 36de434 Fix some Clang-tidy readability-simplify-boolean-expr and Inc [...]
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/Token.h | 43 ++++++++++++++++---------------------
include/clang/Sema/ParsedTemplate.h | 13 ++++++++---
2 files changed, 29 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.