1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Marina Yatsina 668150fc2f [X86] Fix bug in COMISD and COMISS definition in td files
COMISD should receive QWORD because it is defined as
 (V)COMISD xmm1, xmm2/m64

COMISS should receive DWORD because it is defined as
 (V)COMISS xmm1, xmm2/m32

Differential Revision: http://reviews.llvm.org/D11712

llvm-svn: 245551
2015-08-20 11:21:36 +00:00
..
Analysis Fix how DependenceAnalysis calls delinearization 2015-08-19 02:56:36 +00:00
Assembler [IR] Add token types 2015-08-14 05:09:07 +00:00
Bindings
Bitcode [test] Testing write access to llvm 2015-08-14 17:42:50 +00:00
BugPoint
CodeGen [X86] Fix the (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2)) fold 2015-08-20 09:00:56 +00:00
DebugInfo Minor tidying of regex in a test 2015-08-19 19:36:35 +00:00
ExecutionEngine [mips] Expand JAL instructions when PIC is enabled. 2015-08-18 16:18:09 +00:00
Feature [IR] Give catchret an optional 'return value' operand 2015-08-15 02:46:08 +00:00
FileCheck
Instrumentation [msan] Fix handling of musttail calls. 2015-08-14 22:03:50 +00:00
Integer
JitListener
LibDriver
Linker Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE. 2015-08-11 21:36:45 +00:00
LTO
MC [X86] Fix bug in COMISD and COMISS definition in td files 2015-08-20 11:21:36 +00:00
Object Add a test showing that objdump (and so ObjectFIle) can handle shndx. 2015-08-10 21:00:15 +00:00
Other
SymbolRewriter
TableGen
tools Enable five passing dsymutil tests on Windows. 2015-08-11 06:05:27 +00:00
Transforms Revert "[DSE] Enable removal of lifetime intrinsics in terminating blocks" 2015-08-20 08:58:47 +00:00
Unit
Verifier [IR] Add token types 2015-08-14 05:09:07 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh