1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test
Florian Hahn 1bd32a39f9 [AsmPrinter] Use getMnemonic for instruction-mix remark.
This patch uses the new `getMnemonic` helper from D90039
to display mnemonics instead of the internal opcodes.

The main motivation behind using the mnemonics is that they
are more user-friendly and more directly related to the assembly
the users will be presented.

Reviewed By: paquette

Differential Revision: https://reviews.llvm.org/D90040
2020-11-17 12:12:47 +00:00
..
Analysis [AArch64] Add check for widening instruction for SVE. 2020-11-16 12:30:08 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [AsmPrinter] Use getMnemonic for instruction-mix remark. 2020-11-17 12:12:47 +00:00
DebugInfo [Debugify] Skip debugifying on special/immutable passes 2020-11-16 20:39:46 -08:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation Extend the dfsan store/load callback with write/read address 2020-11-13 19:46:32 +00:00
Integer
JitListener [MCJIT] Profile the code generated by MCJIT engine using Intel VTune profiler 2020-11-16 19:28:14 +11:00
Linker
LTO
MachineVerifier
MC ELFAsmParser: Remove non-SHF_ALLOC or non-executable sections' line info/address ranges contribution for -g 2020-11-16 20:02:25 -08:00
Object
ObjectYAML
Other Add pass to add !annotate metadata from @llvm.global.annotations. 2020-11-16 14:57:11 +00:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Enhance the six comparison bang operators. 2020-11-13 09:57:27 -05:00
ThinLTO/X86
tools [dsymutil] Generalize handling of aliases external symbols 2020-11-16 11:04:31 -08:00
Transforms [JumpThreading] Fix branch probabilities in DuplicateCondBranchOnPHIIntoPred() 2020-11-17 14:40:50 +07:00
Unit
Verifier Add !annotation metadata and remarks pass. 2020-11-13 13:24:10 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh