This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from 86e0218 Add support for dwarf unwinding on windows on x86_64
new 7c4a46a Restore arch specific lastDwarfRegNum in builds without _LIBU [...]
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/__libunwind_config.h | 20 +++++++++++++-------
src/Registers.hpp | 10 +++++-----
2 files changed, 18 insertions(+), 12 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 lld.
from e9941a29b Simplify error handling.
new 68b085e7e Pass symbol attributes instead of ElfSym to Shared symbol ctor.
new 8cb3aa88e Rename V -> Ver for readability.
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:
ELF/InputFiles.cpp | 40 ++++++++++++++++++++++------------------
ELF/InputFiles.h | 3 +--
ELF/MapFile.cpp | 18 ++++++------------
ELF/MapFile.h | 5 +----
ELF/Relocations.cpp | 15 ++++++---------
ELF/SymbolTable.cpp | 11 ++++++++---
ELF/SymbolTable.h | 2 +-
ELF/Symbols.cpp | 25 ++-----------------------
ELF/Symbols.h | 32 ++++++++++----------------------
ELF/SyntheticSections.cpp | 4 ++--
ELF/Writer.cpp | 2 +-
11 files changed, 60 insertions(+), 97 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 cf76a97d8fa ADT: add a helper to check if the Triple is ARM64
new 4a6c7d6ea22 [X86] Replace some default cases in X86SelectShift with llv [...]
new a101cd003a2 [X86] Fix a mistake in the X86ISelDAGToDAG.cpp code for MUL [...]
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/Target/X86/X86FastISel.cpp | 6 +++---
lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +-
2 files changed, 4 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 gcc.
from 463025a4a1a 2017-10-28 Paolo Carlini <paolo.carlini(a)oracle.com>
new 9e9fa2ca36b * ChangeLog: Fix whitespace.
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 | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 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 72428f5e04d [SimplifyCFG] use pass options and remove the latesimplifycfg pass
new cf76a97d8fa ADT: add a helper to check if the Triple is ARM64
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/ADT/Triple.h | 5 +++++
1 file changed, 5 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 5d548d284e [analyzer] LoopUnrolling: check the bitwidth of the used num [...]
new abf6311767 PR35039: Materialize temporary objects before wrapping them [...]
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/Sema/SemaExpr.cpp | 10 ++++
test/Analysis/temp-obj-dtors-cfg-output.cpp | 81 +++++++++++++++++++----------
test/CodeGenCXX/cxx1z-copy-omission.cpp | 26 +++++++++
3 files changed, 90 insertions(+), 27 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 2146c5ac40a [X86][SSE] Rename truncateVectorCompareWithPACKSS to trunca [...]
new 72428f5e04d [SimplifyCFG] use pass options and remove the latesimplifycfg pass
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-c/Transforms/Scalar.h | 3 -
include/llvm/InitializePasses.h | 1 -
include/llvm/LinkAllPasses.h | 1 -
include/llvm/Transforms/Scalar.h | 14 +--
include/llvm/Transforms/Scalar/SimplifyCFG.h | 12 +-
include/llvm/Transforms/Utils/Local.h | 25 +++-
lib/LTO/LTOCodeGenerator.cpp | 1 -
lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +-
lib/Target/ARM/ARMTargetMachine.cpp | 9 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 4 +-
lib/Transforms/Scalar/Scalar.cpp | 7 +-
lib/Transforms/Scalar/SimplifyCFGPass.cpp | 134 ++++++++++-----------
test/CodeGen/AArch64/cmpxchg-idioms.ll | 2 +-
.../LoopVectorize/X86/float-induction-x86.ll | 2 +-
test/Transforms/LoopVectorize/float-induction.ll | 2 +-
.../SimplifyCFG/ARM/switch-to-lookup-table.ll | 10 +-
test/Transforms/SimplifyCFG/CoveredLookupTable.ll | 2 +-
.../SimplifyCFG/ForwardSwitchConditionToPHI.ll | 74 +++++++++---
.../SimplifyCFG/X86/disable-lookup-table.ll | 7 +-
.../SimplifyCFG/X86/switch-covered-bug.ll | 2 +-
.../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 2 +-
.../SimplifyCFG/X86/switch_to_lookup_table.ll | 2 +-
test/Transforms/SimplifyCFG/multiple-phis.ll | 2 +-
.../SimplifyCFG/preserve-llvm-loop-metadata.ll | 2 +-
test/Transforms/SimplifyCFG/rangereduce.ll | 2 +-
25 files changed, 187 insertions(+), 137 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 d91f0b20e5 PR22361 readelf buffer overflow on fuzzed archive header
new 484d8d361d Make gdb.selected_thread().inferior return a new reference
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:
gdb/ChangeLog | 6 ++++++
gdb/python/py-infthread.c | 1 +
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.python/py-infthread.exp | 9 +++++++++
4 files changed, 22 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 llvm.
from 36351285336 [X86] Correct the alignments on the aligned test cases in f [...]
new 2146c5ac40a [X86][SSE] Rename truncateVectorCompareWithPACKSS to trunca [...]
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/X86/X86ISelLowering.cpp | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 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 559a395253f [SelectionDAG] Support 'bit preserving' floating points bit [...]
new 36351285336 [X86] Correct the alignments on the aligned test cases in f [...]
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/CodeGen/X86/fast-isel-vecload.ll | 48 +++++++++++++++++------------------
1 file changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.