1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test
Alexei Starovoitov 719b0399a8 convert bpf assembler to look like kernel verifier output
since bpf instruction set was introduced people learned to
read and understand kernel verifier output whereas llvm asm
output stayed obscure and unknown. Convert llvm to emit
assembler text similar to kernel to avoid this discrepancy

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
llvm-svn: 287300
2016-11-18 02:32:35 +00:00
..
Analysis [AVX-512] Support FCOPYSIGN for v16f32 and v8f64 2016-11-18 02:25:34 +00:00
Assembler
Bindings [C API] Prevent nullptr dereferences in C API for counting attributes. 2016-11-15 22:19:59 +00:00
Bitcode Bitcode: Introduce initial multi-module reader API. 2016-11-16 21:44:45 +00:00
BugPoint
CodeGen convert bpf assembler to look like kernel verifier output 2016-11-18 02:32:35 +00:00
DebugInfo
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan] Turn on Mach-O global metadata liveness tracking by default 2016-11-17 16:55:40 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC [mips] not instruction alias 2016-11-16 11:04:49 +00:00
Object [ELF] Convert ELF.h to Expected<T>. 2016-11-16 05:10:28 +00:00
ObjectYAML
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools General clean up of error handling in llvm-objdump to remove its use of report_fatal_error(). 2016-11-16 22:17:38 +00:00
Transforms [AVX-512] Support FCOPYSIGN for v16f32 and v8f64 2016-11-18 02:25:34 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh