This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 03b75528694 [NVPTX] Move InstPrinter files to MCTargetDesc. NFC
new a4579c0d030 [PowerPC] Move InstPrinter files to MCTargetDesc. 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:
lib/Target/PowerPC/CMakeLists.txt | 1 -
lib/Target/PowerPC/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/PowerPC/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/PowerPC/LLVMBuild.txt | 4 ++--
lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt | 2 +-
.../PPCInstPrinter.cpp | 2 +-
.../{InstPrinter => MCTargetDesc}/PPCInstPrinter.h | 4 ++--
.../PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp | 2 +-
lib/Target/PowerPC/PPCAsmPrinter.cpp | 2 +-
10 files changed, 9 insertions(+), 34 deletions(-)
delete mode 100644 lib/Target/PowerPC/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/PowerPC/InstPrinter/LLVMBuild.txt
rename lib/Target/PowerPC/{InstPrinter => MCTargetDesc}/PPCInstPrinter.cpp (99%)
rename lib/Target/PowerPC/{InstPrinter => MCTargetDesc}/PPCInstPrinter.h (96%)
--
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 compiler-rt.
from a02dc8937 [crt] Use -std=c11 for crtbegin.o/crtend.o
new 67a5399a1 [compiler-rt] Fix crtbegin.c compilation
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/crt/crtbegin.c | 8 ++++----
1 file 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 llvm.
from 099af04decd [MSP430] Move InstPrinter files to MCTargetDesc. NFC
new 03b75528694 [NVPTX] Move InstPrinter files to MCTargetDesc. 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:
lib/Target/NVPTX/CMakeLists.txt | 1 -
lib/Target/NVPTX/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/NVPTX/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/NVPTX/LLVMBuild.txt | 4 ++--
lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/NVPTX/MCTargetDesc/LLVMBuild.txt | 2 +-
.../NVPTXInstPrinter.cpp | 2 +-
.../NVPTXInstPrinter.h | 4 ++--
.../NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp | 2 +-
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +-
10 files changed, 9 insertions(+), 34 deletions(-)
delete mode 100644 lib/Target/NVPTX/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/NVPTX/InstPrinter/LLVMBuild.txt
rename lib/Target/NVPTX/{InstPrinter => MCTargetDesc}/NVPTXInstPrinter.cpp (99%)
rename lib/Target/NVPTX/{InstPrinter => MCTargetDesc}/NVPTXInstPrinter.h (93%)
--
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 11c23203ed6 [Mips] Move InstPrinter files to MCTargetDesc. NFC
new 099af04decd [MSP430] Move InstPrinter files to MCTargetDesc. 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:
lib/Target/MSP430/CMakeLists.txt | 1 -
lib/Target/MSP430/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/MSP430/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/MSP430/LLVMBuild.txt | 4 ++--
lib/Target/MSP430/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt | 2 +-
.../MSP430InstPrinter.cpp | 0
.../MSP430InstPrinter.h | 4 ++--
.../MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp | 2 +-
lib/Target/MSP430/MSP430AsmPrinter.cpp | 2 +-
10 files changed, 8 insertions(+), 33 deletions(-)
delete mode 100644 lib/Target/MSP430/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/MSP430/InstPrinter/LLVMBuild.txt
rename lib/Target/MSP430/{InstPrinter => MCTargetDesc}/MSP430InstPrinter.cpp (100%)
rename lib/Target/MSP430/{InstPrinter => MCTargetDesc}/MSP430InstPrinter.h (93%)
--
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 7eda614874 [cc1as] Change -compress-debug-sections= to use --
new ede407975c Reject attempts to call non-static member functions on objec [...]
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/DiagnosticASTKinds.td | 24 ++---
lib/AST/ExprConstant.cpp | 155 +++++++++++++++++++++++------
test/CXX/expr/expr.const/p2-0x.cpp | 4 +-
test/SemaCXX/constant-expression-cxx11.cpp | 76 ++++++++++++--
4 files changed, 202 insertions(+), 57 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 fccde470b3c [Lanai] Move InstPrinter files to MCTargetDesc. NFC
new 11c23203ed6 [Mips] Move InstPrinter files to MCTargetDesc. 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:
lib/Target/Mips/CMakeLists.txt | 1 -
lib/Target/Mips/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/Mips/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/Mips/LLVMBuild.txt | 3 +--
lib/Target/Mips/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/Mips/MCTargetDesc/LLVMBuild.txt | 2 +-
.../MipsInstPrinter.cpp | 2 +-
.../MipsInstPrinter.h | 4 ++--
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 2 +-
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 2 +-
lib/Target/Mips/MipsAsmPrinter.cpp | 2 +-
lib/Target/Mips/MipsISelLowering.cpp | 2 +-
lib/Target/Mips/MipsSEInstrInfo.cpp | 2 +-
13 files changed, 11 insertions(+), 37 deletions(-)
delete mode 100644 lib/Target/Mips/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/Mips/InstPrinter/LLVMBuild.txt
rename lib/Target/Mips/{InstPrinter => MCTargetDesc}/MipsInstPrinter.cpp (99%)
rename lib/Target/Mips/{InstPrinter => MCTargetDesc}/MipsInstPrinter.h (96%)
--
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 6e03a1fc306 [BPF] Move InstPrinter files to MCTargetDesc. NFC
new fccde470b3c [Lanai] Move InstPrinter files to MCTargetDesc. 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:
lib/Target/Lanai/CMakeLists.txt | 1 -
lib/Target/Lanai/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/Lanai/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/Lanai/LLVMBuild.txt | 3 +--
lib/Target/Lanai/LanaiAsmPrinter.cpp | 2 +-
lib/Target/Lanai/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/Lanai/MCTargetDesc/LLVMBuild.txt | 2 +-
.../LanaiInstPrinter.cpp | 2 +-
.../LanaiInstPrinter.h | 6 +++---
.../Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 2 +-
10 files changed, 9 insertions(+), 35 deletions(-)
delete mode 100644 lib/Target/Lanai/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/Lanai/InstPrinter/LLVMBuild.txt
rename lib/Target/Lanai/{InstPrinter => MCTargetDesc}/LanaiInstPrinter.cpp (99%)
rename lib/Target/Lanai/{InstPrinter => MCTargetDesc}/LanaiInstPrinter.h (93%)
--
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 2edebed8417 [AVR] Move InstPrinter files to MCTargetDesc. NFC
new 6e03a1fc306 [BPF] Move InstPrinter files to MCTargetDesc. 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:
lib/Target/BPF/BPFAsmPrinter.cpp | 2 +-
lib/Target/BPF/CMakeLists.txt | 1 -
lib/Target/BPF/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/BPF/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/BPF/LLVMBuild.txt | 3 +--
.../BPFInstPrinter.cpp | 2 +-
.../{InstPrinter => MCTargetDesc}/BPFInstPrinter.h | 4 ++--
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 2 +-
lib/Target/BPF/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/BPF/MCTargetDesc/LLVMBuild.txt | 2 +-
10 files changed, 8 insertions(+), 34 deletions(-)
delete mode 100644 lib/Target/BPF/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/BPF/InstPrinter/LLVMBuild.txt
rename lib/Target/BPF/{InstPrinter => MCTargetDesc}/BPFInstPrinter.cpp (98%)
rename lib/Target/BPF/{InstPrinter => MCTargetDesc}/BPFInstPrinter.h (92%)
--
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 784fcc1726 [Darwin] Introduce a new flag, -fapple-link-rtlib that force [...]
new 7eda614874 [cc1as] Change -compress-debug-sections= to use --
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/Driver/CC1Options.td | 2 +-
lib/Driver/ToolChains/Clang.cpp | 6 +++---
lib/Driver/ToolChains/Gnu.cpp | 8 +++-----
test/Driver/compress-noias.c | 8 ++++----
test/Driver/compress.c | 8 ++++----
5 files changed, 15 insertions(+), 17 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 3bff587556b Daily bump.
new f1f1a94e47c runtime: set up g early
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/proc.go | 18 +++++++++++-------
libgo/runtime/go-libmain.c | 1 +
libgo/runtime/go-main.c | 1 +
libgo/runtime/runtime.h | 2 ++
5 files changed, 16 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.