This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33c4130e260 Revert r374139, "[dsymutil] Fix handling of common symbols [...] new bf179450778 [llvm-exegesis] Explore LEA addressing modes.
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/tools/llvm-exegesis/X86/latency-LEA64r.s | 16 ++++ test/tools/llvm-exegesis/X86/uops-LEA64r.s | 16 ++++ tools/llvm-exegesis/lib/RegisterAliasing.h | 7 ++ tools/llvm-exegesis/lib/Uops.cpp | 6 -- tools/llvm-exegesis/lib/X86/Target.cpp | 117 +++++++++++++++++++++++--- 5 files changed, 145 insertions(+), 17 deletions(-) create mode 100644 test/tools/llvm-exegesis/X86/latency-LEA64r.s create mode 100644 test/tools/llvm-exegesis/X86/uops-LEA64r.s