llvm-project/llvm/test
Craig Topper daa385f480 [X86] Make 'xchgq %rax, %rax' an alias for the 0x90 nop encoding to match gas.
Previously we encoded it as 0x48 0x90.

llvm-svn: 322531
2018-01-16 06:07:14 +00:00
..
Analysis [GlobalsAA] Don't let dbg intrinsics affect analysis result 2018-01-15 07:05:51 +00:00
Assembler Allow dso_local on ifunc. 2018-01-12 17:03:43 +00:00
Bindings
Bitcode Make internal/private GVs implicitly dso_local. 2018-01-11 22:15:05 +00:00
BugPoint
CodeGen [X86][MMX] Add support for MMX zero vector creation 2018-01-15 22:32:40 +00:00
DebugInfo dag-combine: Transfer debug information when folding (zext (truncate x)) 2018-01-11 18:35:12 +00:00
Examples
ExecutionEngine Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linked 2018-01-08 02:48:41 +00:00
Feature
FileCheck
Instrumentation [hwasan] An LLVM flag to disable stack tag randomization. 2018-01-13 01:32:15 +00:00
Integer
JitListener
LTO Make internal/private GVs implicitly dso_local. 2018-01-11 22:15:05 +00:00
Linker Make internal/private GVs implicitly dso_local. 2018-01-11 22:15:05 +00:00
MC [X86] Make 'xchgq %rax, %rax' an alias for the 0x90 nop encoding to match gas. 2018-01-16 06:07:14 +00:00
Object Allow unaligned access to ELF file data structures. 2018-01-12 22:09:19 +00:00
ObjectYAML [WebAssembly] Explicitly specify function/global index space in YAML 2018-01-09 21:38:53 +00:00
Other Make internal/private GVs implicitly dso_local. 2018-01-11 22:15:05 +00:00
SafepointIRVerifier [SafepointIRVerifier] Allow non-dereferencing uses of unrelocated or poisoned PHI nodes 2017-12-25 09:35:10 +00:00
SymbolRewriter
TableGen [mips] Improve diagnostics for instruction mapping 2018-01-08 16:25:40 +00:00
ThinLTO/X86 Make internal/private GVs implicitly dso_local. 2018-01-11 22:15:05 +00:00
Transforms [LV] Don't call recordVectorLoopValueForInductionCast for newly-created IV from a trunc. 2018-01-15 10:56:07 +00:00
Unit
Verifier [NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of a Constant 2018-01-12 21:33:37 +00:00
YAMLParser
tools Make internal/private GVs implicitly dso_local. 2018-01-11 22:15:05 +00:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linked 2018-01-08 02:48:41 +00:00
lit.site.cfg.py.in