This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from e4b4810 Daily bump.
new 26a4140 Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from 4803303 Daily bump.
new 23087a5 Daily bump.
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/DATESTAMP | 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 3c65ddc [LAA] Fix confusing debug message
new 2512bda Fix window bots failures due to r268694 - Cleanup and refacto [...]
new 2dd0b89 Object: Fix two -Wpessimizing-move warnings after r268694
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/Object/MachOObjectFile.cpp | 9 ++++-----
1 file changed, 4 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 9ed38db SDAG: Rename Select->SelectImpl and repurpose Select as retur [...]
new ba3a53c Cleanup and refactor of malformedError() in lib/Object/MachOO [...]
new 3c65ddc [LAA] Fix confusing debug message
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/Analysis/LoopAccessAnalysis.cpp | 2 +-
lib/Object/MachOObjectFile.cpp | 112 +++++++++++++-----------------------
2 files changed, 42 insertions(+), 72 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 5f2e6ee SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
new 9ed38db SDAG: Rename Select->SelectImpl and repurpose Select as retur [...]
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/ReleaseNotes.rst | 4 +++
include/llvm/CodeGen/SelectionDAGISel.h | 36 ++++++++++++++++++++--
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 18 +----------
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 4 +--
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 4 +--
lib/Target/ARM/ARMISelDAGToDAG.cpp | 5 ++-
lib/Target/BPF/BPFISelDAGToDAG.cpp | 4 +--
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 +--
lib/Target/Lanai/LanaiISelDAGToDAG.cpp | 4 +--
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp | 4 +--
lib/Target/Mips/MipsISelDAGToDAG.cpp | 2 +-
lib/Target/Mips/MipsISelDAGToDAG.h | 2 +-
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 2 +-
lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 4 +--
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 7 ++---
lib/Target/Sparc/SparcISelDAGToDAG.cpp | 4 +--
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 7 +++--
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 4 +--
lib/Target/X86/X86ISelDAGToDAG.cpp | 6 ++--
lib/Target/XCore/XCoreISelDAGToDAG.cpp | 12 ++++----
20 files changed, 78 insertions(+), 59 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 510be2f * config/i386/i386.md (peehole2 patterns): Change true_regnu [...]
new 6af52c8 PR target/70873 * config/i386/i386-protos.h (ix86_standard_ [...]
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 | 16 ++++++++++++++--
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/i386.c | 20 ++++++++++++++++++++
gcc/config/i386/i386.md | 40 +++++++++-------------------------------
4 files changed, 44 insertions(+), 33 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 55872bf [scan-build] fix warnings emitted on LLVM Hexagon code base
new 5f2e6ee SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
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/CodeGen/SelectionDAGISel.h | 9 +--
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 79 +++++++--------------------
utils/TableGen/DAGISelMatcher.cpp | 8 ---
utils/TableGen/DAGISelMatcher.h | 29 ----------
utils/TableGen/DAGISelMatcherEmitter.cpp | 10 ----
utils/TableGen/DAGISelMatcherGen.cpp | 11 ----
utils/TableGen/DAGISelMatcherOpt.cpp | 18 ------
7 files changed, 22 insertions(+), 142 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 8e8ab73 Fix some Clang-tidy readability-simplify-boolean-expr and Inc [...]
new ac57147 [Hexagon] Fix the offset ranges for vector memory instructions
new 55872bf [scan-build] fix warnings emitted on LLVM Hexagon code base
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/Hexagon/HexagonCFGOptimizer.cpp | 1 +
lib/Target/Hexagon/HexagonInstrInfo.cpp | 18 +++++++++---------
lib/Target/Hexagon/RDFGraph.cpp | 1 +
3 files changed, 11 insertions(+), 9 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 da713ca [PM] port Branch Frequency Analaysis pass to new PM
new 8e8ab73 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/llvm/ADT/BitVector.h | 12 ++++++------
include/llvm/ExecutionEngine/Orc/RPCChannel.h | 22 +++++++++++++++++-----
include/llvm/Support/FileSystem.h | 12 +++++++-----
3 files changed, 30 insertions(+), 16 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 e31e1db Fix copy relocations in pie.
new afeaca5 Don't produce a relocation to read only memory.
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/Writer.cpp | 10 ++++++++--
test/ELF/copy-rel-pie-error.s | 12 ++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/copy-rel-pie-error.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.