This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d8469e2264e PR60580: Fix frame pointer option magic
new cbde9eb3e5a Cleanup autopref scheduling
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/haifa-sched.c | 104 ++++++++----------------------------------------------
gcc/sched-int.h | 11 ++----
3 files changed, 25 insertions(+), 99 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 d9d01c9cb21 [opt] Initialize WriteBitcode pass.
new 09a69891103 Doxygenify comments.
new b7f6ffb5389 Added instructions for obtaining clang-tools-extra to the G [...]
new 51d6fa246d2 bpf: fix a bug in bpf-isel trunc-op optimization
new 91f89f7cb41 BitVector.h:capacity_in_bytes Don't mark header functions a [...]
new b86addfb235 DenseMap.h:capacity_in_bytes Don't mark header functions as [...]
new 124aa38d31b SmallVector.h:capacity_in_bytes Don't mark header functions [...]
new 89d65d4655d StringExtras.h Don't mark header functions as file-scope static
new 22591d6e66d IndirectCallSiteVisitor.h:findIndirectCallSites Don't mark [...]
new 43e810a24d7 MemoryBuiltins.h: Don't mark header functions as file-scope static
new dd97f5a765c ValueTracking.h Don't mark header functions as file-scope static
new d9ad9f92cf6 BinaryFormat/MachO.h Don't mark header functions as file-sc [...]
The 11 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/GettingStarted.rst | 6 +++
include/llvm/ADT/BitVector.h | 2 +-
include/llvm/ADT/DenseMap.h | 5 +--
include/llvm/ADT/SmallVector.h | 4 +-
include/llvm/ADT/StringExtras.h | 32 ++++++++--------
include/llvm/Analysis/IndirectCallSiteVisitor.h | 2 +-
include/llvm/Analysis/MemoryBuiltins.h | 8 ++--
include/llvm/Analysis/ValueTracking.h | 13 +++----
include/llvm/BinaryFormat/MachO.h | 16 ++++----
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h | 51 ++++++++++++-------------
lib/Target/BPF/BPFISelDAGToDAG.cpp | 5 +++
11 files changed, 73 insertions(+), 71 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 58538f1154 [refactor] Initial outline of implementation of "extract fun [...]
new cbd4fdfd80 Add missing clangRewrite lib dependency for clangToolingRefactor
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/Tooling/Refactoring/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 8e1e4b94b8c [globalisel][tablegen] Multi-insn emission requires that Bu [...]
new d9d01c9cb21 [opt] Initialize WriteBitcode 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:
tools/opt/opt.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 53710bdec5 [code completion] Complete ObjC methods in @implementation w [...]
new 58538f1154 [refactor] Initial outline of implementation of "extract fun [...]
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/Basic/DiagnosticRefactoringKinds.td | 7 +
include/clang/Tooling/Refactoring/ASTSelection.h | 15 ++
.../Refactoring/RefactoringActionRegistry.def | 1 +
.../RefactoringActionRuleRequirements.h | 26 +++
.../Refactoring/RefactoringActionRulesInternal.h | 2 +-
.../Tooling/Refactoring/RefactoringRuleContext.h | 8 +
lib/Tooling/Refactoring/ASTSelection.cpp | 37 ++++
.../Refactoring/ASTSelectionRequirements.cpp | 48 +++++
lib/Tooling/Refactoring/CMakeLists.txt | 2 +
lib/Tooling/Refactoring/Extract.cpp | 232 +++++++++++++++++++++
test/Refactor/Extract/ExtractExprIntoFunction.cpp | 56 +++++
test/Refactor/LocalRename/Field.cpp | 8 +-
.../Refactor/LocalRename/NoSymbolSelectedError.cpp | 4 +-
test/Refactor/tool-test-support.c | 5 +
tools/clang-refactor/TestSupport.cpp | 65 +++++-
15 files changed, 499 insertions(+), 17 deletions(-)
create mode 100644 lib/Tooling/Refactoring/ASTSelectionRequirements.cpp
create mode 100644 lib/Tooling/Refactoring/Extract.cpp
create mode 100644 test/Refactor/Extract/ExtractExprIntoFunction.cpp
--
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 hjl/pr82699
in repository gcc.
discards 9f18f308c04 i386: Insert ENDBR before the profiling counter call
adds d780fbed7d3 Fix gcc.target/i386/cet-sjlj-3.c on Solaris
adds 84299d2c811 Fix gcc.target/i386/387-ficom-[12].c on Solaris
adds ec873e79242 /cp 2017-10-24 Paolo Carlini <paolo.carlini(a)oracle.com>
adds d8469e2264e PR60580: Fix frame pointer option magic
new 84027615156 i386: Insert ENDBR before the profiling counter call
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9f18f308c04)
\
N -- N -- N refs/heads/hjl/pr82699 (84027615156)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/aarch64/aarch64.c | 42 ++++++++++------------
gcc/config/i386/i386.c | 4 +--
gcc/cp/ChangeLog | 6 ++++
gcc/cp/pt.c | 17 +++++++--
gcc/testsuite/ChangeLog | 16 +++++++++
.../g++.dg/ext/is_trivially_constructible5.C | 12 +++++++
gcc/testsuite/gcc.target/i386/387-ficom-1.c | 2 +-
gcc/testsuite/gcc.target/i386/387-ficom-2.c | 2 +-
gcc/testsuite/gcc.target/i386/cet-sjlj-3.c | 2 +-
.../gcc.target/i386/{pr82699-3.c => pr82699-5.c} | 2 +-
11 files changed, 82 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/is_trivially_constructible5.C
copy gcc/testsuite/gcc.target/i386/{pr82699-3.c => pr82699-5.c} (67%)
--
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 70d05d486ef [SelectionDAG] Add VSELECT support to ComputeNumSignBits
new 91db8008a96 [codeview] Fix handling of S_HEAPALLOCSITE
new 03644f29056 [X86][AVX] ComputeNumSignBitsForTargetNode - add support fo [...]
new 8e1e4b94b8c [globalisel][tablegen] Multi-insn emission requires that Bu [...]
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:
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 3 +--
lib/Target/X86/X86ISelLowering.cpp | 10 ++++++++++
test/CodeGen/X86/avg-mask.ll | 8 ++------
test/CodeGen/X86/vselect-packss.ll | 12 +++---------
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 2 +-
utils/TableGen/GlobalISelEmitter.cpp | 12 ++++++------
6 files changed, 23 insertions(+), 24 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 d5e9ca03f Refactor duplicated comment. NFC.
new 5b9f9473e LLD/ELF: Allow targets to set e_flags
new 25dc8527d [codeview] Fix handling of S_HEAPALLOCSITE
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:
COFF/PDB.cpp | 13 +-
ELF/Arch/ARM.cpp | 8 +
ELF/Arch/Mips.cpp | 7 +-
ELF/Arch/MipsArchTree.cpp | 2 +-
ELF/Config.h | 7 +-
ELF/Driver.cpp | 3 +-
ELF/Target.h | 1 +
ELF/Writer.cpp | 9 +-
test/COFF/pdb-heapsite.yaml | 1561 +++++++++++++++++++++++++++++++++++++++++++
9 files changed, 1589 insertions(+), 22 deletions(-)
create mode 100644 test/COFF/pdb-heapsite.yaml
--
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 ec873e79242 /cp 2017-10-24 Paolo Carlini <paolo.carlini(a)oracle.com>
new d8469e2264e PR60580: Fix frame pointer option magic
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/aarch64/aarch64.c | 42 ++++++++++++++++++------------------------
2 files changed, 27 insertions(+), 24 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 09a7c6aa7a Use const reference for decimal_from_string argument
new 63a25ea0de RISC-V: Fix disassembly of c.addi4spn, c.addi16sp, c.lui when imm=0
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:
gas/ChangeLog | 10 ++++++++++
gas/testsuite/gas/riscv/c-addi16sp-fail.d | 3 +++
gas/testsuite/gas/riscv/c-addi16sp-fail.l | 2 ++
gas/testsuite/gas/riscv/c-addi16sp-fail.s | 2 ++
gas/testsuite/gas/riscv/c-addi4spn-fail.d | 3 +++
gas/testsuite/gas/riscv/c-addi4spn-fail.l | 2 ++
gas/testsuite/gas/riscv/c-addi4spn-fail.s | 2 ++
gas/testsuite/gas/riscv/riscv.exp | 2 ++
opcodes/ChangeLog | 10 ++++++++++
opcodes/riscv-opc.c | 30 +++++++++++++++++++++++-------
10 files changed, 59 insertions(+), 7 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/c-addi16sp-fail.d
create mode 100644 gas/testsuite/gas/riscv/c-addi16sp-fail.l
create mode 100644 gas/testsuite/gas/riscv/c-addi16sp-fail.s
create mode 100644 gas/testsuite/gas/riscv/c-addi4spn-fail.d
create mode 100644 gas/testsuite/gas/riscv/c-addi4spn-fail.l
create mode 100644 gas/testsuite/gas/riscv/c-addi4spn-fail.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.