This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bec58f46358 [PowerPC] Fix label address calculation for ppc64 new 5201dae2def [llvm-exegesis] Add predefined floating point values so we [...]
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: tools/llvm-exegesis/lib/CMakeLists.txt | 1 + tools/llvm-exegesis/lib/RegisterValue.cpp | 48 +++++++++++++++ tools/llvm-exegesis/lib/RegisterValue.h | 38 ++++++++++++ unittests/tools/llvm-exegesis/CMakeLists.txt | 1 + .../tools/llvm-exegesis/RegisterValueTest.cpp | 71 ++++++++++++++++++++++ 5 files changed, 159 insertions(+) create mode 100644 tools/llvm-exegesis/lib/RegisterValue.cpp create mode 100644 tools/llvm-exegesis/lib/RegisterValue.h create mode 100644 unittests/tools/llvm-exegesis/RegisterValueTest.cpp