This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9c9ec72 IR: Change PointerType to derive from Type rather than Sequen [...]
new 2a9507e Change LoopUnrollPass cost from int to unsigned to make it co [...]
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/Scalar/LoopUnrollPass.cpp | 10 +++++-----
1 file changed, 5 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 f5bbb38 Fix GlobalISel build.
new 9c9ec72 IR: Change PointerType to derive from Type rather than Sequen [...]
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/ProgrammersManual.rst | 4 ++--
include/llvm/IR/DerivedTypes.h | 25 +++++++++++++------------
include/llvm/IR/Instructions.h | 5 -----
include/llvm/IR/Type.h | 2 +-
lib/Analysis/ScalarEvolution.cpp | 4 ++--
lib/IR/ConstantFold.cpp | 8 +-------
lib/IR/Core.cpp | 7 +++++--
lib/IR/Type.cpp | 4 +++-
lib/Target/Hexagon/HexagonCommonGEP.cpp | 2 ++
lib/Transforms/IPO/ArgumentPromotion.cpp | 8 +++++---
lib/Transforms/Scalar/SROA.cpp | 4 ----
11 files changed, 34 insertions(+), 39 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 376c3ec Implement --push-state/--pop-state.
new be2884c Fix problem causing internal error when -z max-page-size is used.
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:
gold/ChangeLog | 6 ++++++
gold/target.h | 12 +++++++++++-
2 files changed, 17 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 749e583 ConstantFolding: Factor code into helper function
new f5bbb38 Fix GlobalISel build.
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/GlobalISel/IRTranslator.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 lld.
from 3b2f973 Write the addent to got entries when using Elf_Rel.
new 3f42924 Allow duplicated abs symbols with the same value.
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:
ELF/SymbolTable.cpp | 21 +++++++++++++++------
test/ELF/abs-conflict.s | 16 ++++++++++++++++
2 files changed, 31 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/abs-conflict.s
--
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 release_39
in repository llvm.
from c95a737 Merging r287339:
new e77b40b Merging r278268:
new 2abbb43 Merging r287360:
new de903c2 Revert "Merging r278268:"
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:
test/LTO/X86/type-mapping-bug.ll | 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 llvm.
from 89cbbcf [DWARF] Put linkage-name on abstract origin even when there's [...]
new 0611580 IR: Change the gep_type_iterator API to avoid always exposing [...]
new 749e583 ConstantFolding: Factor code into helper function
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/TargetTransformInfoImpl.h | 24 +++---
include/llvm/IR/GetElementPtrTypeIterator.h | 96 +++++++++++++---------
include/llvm/Transforms/Utils/Local.h | 2 +-
lib/Analysis/BasicAliasAnalysis.cpp | 8 +-
lib/Analysis/ConstantFolding.cpp | 57 +++++++------
lib/Analysis/InlineCost.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 4 +-
lib/Analysis/VectorUtils.cpp | 4 +-
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/ExecutionEngine/Interpreter/Execution.cpp | 5 +-
lib/IR/ConstantFold.cpp | 33 +++-----
lib/IR/Constants.cpp | 13 +--
lib/IR/DataLayout.cpp | 9 +-
lib/IR/Operator.cpp | 2 +-
lib/Target/AArch64/AArch64FastISel.cpp | 4 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 4 +-
lib/Target/ARM/ARMFastISel.cpp | 2 +-
lib/Target/Mips/MipsFastISel.cpp | 2 +-
lib/Target/PowerPC/PPCFastISel.cpp | 2 +-
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 2 +-
lib/Target/X86/X86FastISel.cpp | 2 +-
lib/Transforms/IPO/GlobalOpt.cpp | 20 ++---
lib/Transforms/InstCombine/InstCombineCompares.cpp | 4 +-
.../InstCombine/InstructionCombining.cpp | 4 +-
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 +-
lib/Transforms/Scalar/NaryReassociate.cpp | 7 +-
lib/Transforms/Scalar/SROA.cpp | 2 +-
.../Scalar/SeparateConstOffsetFromGEP.cpp | 12 +--
.../Scalar/StraightLineStrengthReduce.cpp | 6 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
32 files changed, 175 insertions(+), 167 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 libcxxabi.
from 2ecedcc __cxa_demangle: use default member initialization
new f163620 Update implementation of ABI support for throwing noexcept fu [...]
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:
src/private_typeinfo.cpp | 57 ++++----------------------
src/private_typeinfo.h | 44 ++++++++------------
test/catch_function_03.pass.cpp | 4 +-
test/catch_member_function_pointer_02.pass.cpp | 4 +-
test/libcxxabi/test/config.py | 2 -
5 files changed, 30 insertions(+), 81 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 097fe2b Recover better from an incompatible .pcm file being provided [...]
new de23535 p0012r1: define corresponding feature test macro
new 8ca3a0c [CUDA] Fix faulty test from rL288448
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:
lib/Frontend/InitPreprocessor.cpp | 2 +-
test/Driver/cuda-no-sanitizers.cu | 2 +-
test/Lexer/cxx-features.cpp | 3 +--
3 files changed, 3 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 llvm.
from 7d2e3aa [ThinLTO] Stop importing constant global vars as copies in th [...]
new 89cbbcf [DWARF] Put linkage-name on abstract origin even when there's [...]
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/AsmPrinter/DwarfUnit.cpp | 4 +-
test/DebugInfo/Generic/linkage-name-abstract.ll | 129 +++++++++++++++++-------
2 files changed, 97 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.