This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02a915b8e8c [RISCV][MC] Use a custom ParserMethod for the bare_symbol o [...] new 6b2193a167c Revert rL342466: [llvm-exegesis] Improve Register Setup. new d1ec7a712ce Revert rL342465: Added function to set a register to a part [...] new c5c0a4b4805 [NFC] Update comments regarding BufferSize for ProcResources
The 3 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/AArch64/Target.cpp | 50 +-- tools/llvm-exegesis/lib/Assembler.cpp | 35 +- tools/llvm-exegesis/lib/Assembler.h | 8 +- tools/llvm-exegesis/lib/BenchmarkCode.h | 2 +- tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 2 +- tools/llvm-exegesis/lib/SnippetGenerator.cpp | 10 +- tools/llvm-exegesis/lib/SnippetGenerator.h | 4 +- tools/llvm-exegesis/lib/Target.cpp | 22 +- tools/llvm-exegesis/lib/Target.h | 20 +- tools/llvm-exegesis/lib/X86/Target.cpp | 154 ++++---- .../tools/llvm-exegesis/AArch64/TargetTest.cpp | 21 +- .../tools/llvm-exegesis/ARM/AssemblerTest.cpp | 5 +- .../tools/llvm-exegesis/Common/AssemblerUtils.h | 23 +- .../tools/llvm-exegesis/X86/AssemblerTest.cpp | 23 +- .../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 18 +- unittests/tools/llvm-exegesis/X86/TargetTest.cpp | 421 ++++++++------------- utils/TableGen/SubtargetEmitter.cpp | 2 +- 17 files changed, 360 insertions(+), 460 deletions(-)