This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9acb854 [ARM] Command-line options for embedded position-independent code
new 50d23ea [analyzer] Change -analyze-function to accept qualified names.
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/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 82 +++++++++++++++++-------
test/Analysis/analyzeOneFunction.m | 2 +-
test/Analysis/analyze_display_progress.cpp | 26 --------
test/Analysis/analyzer-display-progress.cpp | 30 +++++++++
test/Analysis/analyzer-display-progress.m | 30 +++++++++
5 files changed, 121 insertions(+), 49 deletions(-)
delete mode 100644 test/Analysis/analyze_display_progress.cpp
create mode 100644 test/Analysis/analyzer-display-progress.cpp
create mode 100644 test/Analysis/analyzer-display-progress.m
--
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 c6b5e88 [SystemZ] Add support for the .insn directive
new b85d8f4 [ARM] Add support for embedded position-independent code
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/CommandFlags.h | 6 +
include/llvm/Support/CodeGen.h | 2 +-
lib/Target/ARM/ARMAsmPrinter.cpp | 35 ++-
lib/Target/ARM/ARMBaseInstrInfo.cpp | 3 +
lib/Target/ARM/ARMConstantPoolValue.cpp | 2 +
lib/Target/ARM/ARMConstantPoolValue.h | 1 +
lib/Target/ARM/ARMFastISel.cpp | 4 +
lib/Target/ARM/ARMISelLowering.cpp | 32 ++-
lib/Target/ARM/ARMSubtarget.cpp | 12 +
lib/Target/ARM/ARMSubtarget.h | 3 +
lib/Target/ARM/ARMTargetMachine.cpp | 4 +
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 20 +-
lib/Target/TargetLoweringObjectFile.cpp | 13 +-
.../ARM/arm-position-independence-jump-table.ll | 114 ++++++++
test/CodeGen/ARM/arm-position-independence.ll | 309 +++++++++++++++++++++
test/CodeGen/ARM/build-attributes.ll | 12 +
16 files changed, 551 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/ARM/arm-position-independence-jump-table.ll
create mode 100644 test/CodeGen/ARM/arm-position-independence.ll
--
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 f12ee3b [analyzer] Command line option to show enabled checker list.
new 9acb854 [ARM] Command-line options for embedded position-independent code
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/DiagnosticDriverKinds.td | 5 +++
include/clang/Driver/Options.td | 4 ++
lib/CodeGen/BackendUtil.cpp | 6 +++
lib/Driver/Tools.cpp | 57 +++++++++++++++++++++++++++-
test/Driver/ropi-rwpi.c | 38 +++++++++++++++++++
5 files changed, 109 insertions(+), 1 deletion(-)
create mode 100644 test/Driver/ropi-rwpi.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 gcc.
from 179ad37 PR rtl-optimization/72821 * lra-spills.c (regno_in_use_p): [...]
new eb571c1 PR testsuite/72838 - FAIL: g++.dg/cpp0x/constexpr-cast.C
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-cast.C | 2 +-
gcc/testsuite/g++.dg/warn/overflow-warn-3.C | 2 +-
gcc/testsuite/g++.dg/warn/overflow-warn-4.C | 2 +-
4 files changed, 10 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 llvm.
from 43949cd Revert r2277979.
new c6b5e88 [SystemZ] Add support for the .insn directive
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/SystemZ/AsmParser/SystemZAsmParser.cpp | 244 +++++++++++++++++++++
.../SystemZ/InstPrinter/SystemZInstPrinter.cpp | 5 +
.../SystemZ/InstPrinter/SystemZInstPrinter.h | 1 +
lib/Target/SystemZ/SystemZInstrFormats.td | 190 ++++++++++++++++
lib/Target/SystemZ/SystemZInstrInfo.td | 96 ++++++++
lib/Target/SystemZ/SystemZOperands.td | 11 +
lib/Target/SystemZ/SystemZRegisterInfo.td | 8 +
test/MC/SystemZ/directive-insn.s | 102 +++++++++
8 files changed, 657 insertions(+)
create mode 100644 test/MC/SystemZ/directive-insn.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 llvm.
from fe11e98 [LVI] NFC. On the fast dest path use inverse predicate instea [...]
new 9ecdaba GVN-hoist: enable by default
new 43949cd Revert r2277979.
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:
include/llvm/Analysis/TargetLibraryInfo.h | 1 -
lib/Transforms/IPO/PassManagerBuilder.cpp | 4 ++--
test/Feature/optnone-opt.ll | 1 +
3 files 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 users/palves/revert-tdesc-remove-end-spec
in repository binutils-gdb.
at d4eab73 gdb: Revert 'Remove "end" spec.'
This branch includes the following new commits:
new d4eab73 gdb: Revert 'Remove "end" spec.'
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 llvm.
from b827587 [LVI] NFC. Rename confusing local NegOffset to Offset
new fe11e98 [LVI] NFC. On the fast dest path use inverse predicate instea [...]
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/Analysis/LazyValueInfo.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.