This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d1851a2b7af Revert "[MSP430] Add MC layer" new 0398c778a4a [PowerPC][llvm-exegesis] Add a PowerPC target new a3a30c008db [dsymutil] Copy the LC_BUILD_VERSION load command into the [...]
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: test/tools/dsymutil/Inputs/lc_build_version.x86_64 | Bin 0 -> 4248 bytes test/tools/dsymutil/X86/lc_build_version.test | 11 +++ tools/dsymutil/MachOUtils.cpp | 43 ++++++---- tools/llvm-exegesis/lib/CMakeLists.txt | 4 + tools/llvm-exegesis/lib/PowerPC/CMakeLists.txt | 18 ++++ tools/llvm-exegesis/lib/PowerPC/LLVMBuild.txt | 22 +++++ tools/llvm-exegesis/lib/PowerPC/Target.cpp | 92 ++++++++++++++++++++ unittests/tools/llvm-exegesis/CMakeLists.txt | 3 + .../tools/llvm-exegesis/PowerPC/AnalysisTest.cpp | 93 +++++++++++++++++++++ .../tools/llvm-exegesis/PowerPC/CMakeLists.txt | 22 +++++ .../tools/llvm-exegesis/PowerPC/TargetTest.cpp | 64 ++++++++++++++ 11 files changed, 358 insertions(+), 14 deletions(-) create mode 100644 test/tools/dsymutil/Inputs/lc_build_version.x86_64 create mode 100644 test/tools/dsymutil/X86/lc_build_version.test create mode 100644 tools/llvm-exegesis/lib/PowerPC/CMakeLists.txt create mode 100644 tools/llvm-exegesis/lib/PowerPC/LLVMBuild.txt create mode 100644 tools/llvm-exegesis/lib/PowerPC/Target.cpp create mode 100644 unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp create mode 100644 unittests/tools/llvm-exegesis/PowerPC/CMakeLists.txt create mode 100644 unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp