llvm-6502/test
Owen Anderson 0c326f07ca When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is
also worthwhile for it to look through FP extensions and truncations, whose
application commutes with fneg.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187249 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-26 21:40:29 +00:00
..
Analysis
Assembler Next batch of -disable-debug-info-verifier. 2013-07-26 14:16:30 +00:00
Bindings/Ocaml
Bitcode Make .bc en/decoding of AttrKind stable 2013-07-26 04:16:55 +00:00
BugPoint
CodeGen [mips] Implement llvm.trap intrinsic. 2013-07-26 20:58:55 +00:00
DebugInfo Debug Info Verifier: enable verification of DICompileUnit. 2013-07-26 20:04:30 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation Current batch of -disable-debug-info-verifier. 2013-07-25 17:16:05 +00:00
Integer
JitListener
Linker Debug Info Verifier: enable verification of DICompileUnit. 2013-07-26 20:04:30 +00:00
MC [mips] Fix FP conditional move instructions to have explicit FP condition code 2013-07-26 20:51:20 +00:00
Object
Other
TableGen Fix a bug in TableGen where the intrinsic function name recognizer could mis-identify names if one was a prefix substring of the other 2013-07-25 12:32:00 +00:00
tools Remove the mblaze backend from llvm. 2013-07-25 18:55:05 +00:00
Transforms When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is 2013-07-26 21:40:29 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests Remove dead code from the makefile build system. 2013-07-25 20:25:31 +00:00
TestRunner.sh