This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a1b0287 Add missing -mtriple to MIR test case
new af672fb [ARM] Implement execute-only support in CodeGen
new 412b80f Allow ELF section flags to be specified numerically
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:
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 2 +-
include/llvm/MC/SectionKind.h | 9 +-
include/llvm/Support/ELF.h | 3 +
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 6 ++
lib/MC/MCContext.cpp | 4 +-
lib/MC/MCParser/ELFAsmParser.cpp | 7 ++
lib/MC/MCSectionELF.cpp | 2 +
lib/ObjectYAML/ELFYAML.cpp | 3 +
lib/Target/ARM/ARMAsmPrinter.cpp | 2 +
lib/Target/ARM/ARMConstantIslandPass.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 38 +++++--
lib/Target/ARM/ARMInstrFormats.td | 8 ++
lib/Target/ARM/ARMInstrInfo.td | 2 +
lib/Target/ARM/ARMInstrThumb2.td | 4 +-
lib/Target/ARM/ARMMCInstLower.cpp | 2 +
lib/Target/ARM/ARMSubtarget.cpp | 14 ++-
lib/Target/ARM/ARMSubtarget.h | 4 +
lib/Target/ARM/ARMTargetObjectFile.cpp | 36 ++++++-
lib/Target/ARM/ARMTargetObjectFile.h | 7 ++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 3 +
lib/Target/ARM/ThumbRegisterInfo.cpp | 8 +-
test/CodeGen/ARM/constantfp.ll | 110 +++++++++++++++++++++
test/CodeGen/ARM/execute-only-big-stack-frame.ll | 46 +++++++++
test/CodeGen/ARM/execute-only-section.ll | 23 +++++
test/CodeGen/ARM/execute-only.ll | 82 +++++++++++++++
test/MC/ELF/ARM/execute-only-section.s | 44 +++++++++
test/MC/ELF/section-numeric-flag.s | 37 +++++++
tools/llvm-readobj/ELFDumper.cpp | 8 ++
28 files changed, 496 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/ARM/execute-only-big-stack-frame.ll
create mode 100644 test/CodeGen/ARM/execute-only-section.ll
create mode 100644 test/CodeGen/ARM/execute-only.ll
create mode 100644 test/MC/ELF/ARM/execute-only-section.s
create mode 100644 test/MC/ELF/section-numeric-flag.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 master
in repository clang.
from 97e0cde CodeGen: force builtins to be local
new 363cb41 [ARM] Implement execute-only support in CodeGen
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/DiagnosticCommonKinds.td | 2 +
include/clang/Driver/Options.td | 6 ++
lib/Driver/Tools.cpp | 25 ++++++-
test/Driver/arm-execute-only.c | 99 ++++++++++++++++++++++++++++
4 files changed, 131 insertions(+), 1 deletion(-)
create mode 100644 test/Driver/arm-execute-only.c
--
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 e13e0e4 CodeGen: fix runtime function dll storage
new 97e0cde CodeGen: force builtins to be local
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/CGBuiltin.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 libcxx.
from cdc59e5 Add tests for LWG 2796
new b7fe139 Fix typo
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/std/utilities/utility/pairs/pairs.pair/dtor.pass.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 8efbda1 COFF: Open and map input files asynchronously on Windows.
new c2bb683 [ELF] - Do not crash when move location counter backward.
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/LinkerScript.cpp | 6 +++++-
test/ELF/linkerscript/locationcountererr.s | 9 +++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/locationcountererr.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 2678c77 Merge branches/gcc-6-branch rev 243594.
adds 886f8c4 Make Linaro GCC Snapshot 6.2-2016.12.
new e60be60 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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/LINARO-VERSION | 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.
Yvan Roux pushed a change to branch linaro-local/snapshots/linaro-6.2-2016.12
in repository toolchain/gcc.
at da7adbe gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new da7adbe gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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.
--
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 libcxx.
from 90314c5 Add more test cases for PR31384
new cdc59e5 Add tests for LWG 2796
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:
.../tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | 38 ++++++++++++++++++++++
.../get_rv.pass.cpp => pairs.pair/dtor.pass.cpp} | 23 +++++++------
2 files changed, 51 insertions(+), 10 deletions(-)
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp
copy test/std/utilities/utility/pairs/{pair.astuple/get_rv.pass.cpp => pairs.pair/ [...]
--
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 4ebefd4 Attempt to fix llvm-readobj crash on ppc64 due to r289674
new a1b0287 Add missing -mtriple to MIR test case
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/block-placement.mir | 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 libcxx.
from 1739d3e Add test case for PR31384
new 90314c5 Add more test cases for PR31384
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:
.../tuple/tuple.tuple/tuple.cnstr/PR31384.pass.cpp | 68 +++++++++++++++++++---
1 file changed, 59 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.