This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89fb1f68e32 Update trunk version to 6.0.0svn new 683224ecbd7 [ARM] Unify handling of M-Class system registers
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/ARM/ARMISelDAGToDAG.cpp | 100 ++------------ lib/Target/ARM/ARMRegisterInfo.td | 2 + lib/Target/ARM/ARMSystemRegister.td | 108 +++++++++++++++ lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 76 +---------- lib/Target/ARM/AsmParser/LLVMBuild.txt | 2 +- lib/Target/ARM/CMakeLists.txt | 2 + lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 145 ++++----------------- lib/Target/ARM/InstPrinter/LLVMBuild.txt | 2 +- lib/Target/ARM/LLVMBuild.txt | 4 +- lib/Target/ARM/Utils/ARMBaseInfo.cpp | 44 +++++++ lib/Target/ARM/Utils/ARMBaseInfo.h | 64 +++++++++ lib/Target/ARM/Utils/CMakeLists.txt | 3 + lib/Target/ARM/{TargetInfo => Utils}/LLVMBuild.txt | 5 +- test/CodeGen/ARM/special-reg-v8m-main.ll | 10 +- test/MC/ARM/thumbv8m.s | 9 +- 15 files changed, 272 insertions(+), 304 deletions(-) create mode 100644 lib/Target/ARM/ARMSystemRegister.td create mode 100644 lib/Target/ARM/Utils/ARMBaseInfo.cpp create mode 100644 lib/Target/ARM/Utils/ARMBaseInfo.h create mode 100644 lib/Target/ARM/Utils/CMakeLists.txt copy lib/Target/ARM/{TargetInfo => Utils}/LLVMBuild.txt (86%)