llvm-6502/test
Chris Lattner d2b1fb27df copy mmx values from/to memory with GPRs on x86-32
instead of with mmx registers.  This horribleness is apparently
done by gcc to avoid having to insert emms in places that really 
should have it.  This is the second half of rdar://5741668.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47474 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-22 05:18:04 +00:00
..
Analysis Add 'umax' similar to 'smax' SCEV. Closes PR2003. 2008-02-20 06:48:22 +00:00
Archive
Assembler Let invoke return aggregate value. 2008-02-21 02:14:01 +00:00
Bindings/Ocaml
Bitcode fix this test. 2008-02-17 00:15:25 +00:00
BugPoint Remove llvm-upgrade 2008-02-17 00:15:09 +00:00
C++Frontend Modify test to expect improved code. 2008-02-15 22:05:15 +00:00
CFrontend
CodeGen copy mmx values from/to memory with GPRs on x86-32 2008-02-22 05:18:04 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendObjC
Integer
lib
Linker
Other dead pass 2008-02-19 07:58:11 +00:00
Scripts
TableGen
Transforms Correctly fold divide-by-constant, even when faced with overflow. 2008-02-18 22:48:05 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh