llvm-6502/test
Tom Stellard 1234c9be42 R600: Add support for SET*_DX10 instructions
These instructions compare two floating point values and return an
integer true (-1) or false (0) value.

When compiling code generated by the Mesa GLSL frontend, the SET*_DX10
instructions save us four instructions for most branch decisions that
use floating-point comparisons.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174609 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-07 14:02:35 +00:00
..
Analysis ARM cost model: Cost for scalar integer casts and floating point conversions 2013-02-05 14:05:55 +00:00
Archive
Assembler Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized. 2013-02-05 05:57:38 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen R600: Add support for SET*_DX10 instructions 2013-02-07 14:02:35 +00:00
DebugInfo Fix typo 2013-02-06 22:34:46 +00:00
ExecutionEngine
Feature
FileCheck Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only. 2013-02-06 20:40:38 +00:00
Instrumentation
Integer
JitListener
Linker Linker: correctly link in dbg.declare 2013-01-31 21:19:18 +00:00
MC Add AArch64 CRC32 instructions 2013-02-06 09:13:13 +00:00
Object
Other
Scripts
TableGen
tools
Transforms Remove this testcase until I can figure out how to properly conditionalize it. 2013-02-07 07:01:54 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh