llvm-6502/test
Chris Lattner 5192676aa4 New testcase. This now codegens to:
max:
        mov %EAX, DWORD PTR [%ESP + 4]
        mov %ECX, DWORD PTR [%ESP + 8]
        cmp %EAX, %ECX
        cmovle %EAX, %ECX
        ret

Someone should really implement passing arguments through registers for
known-internal functions.  :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12558 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-30 22:36:52 +00:00
..
Analysis Fix testcase 2004-03-16 20:04:55 +00:00
Assembler New testcase that crashes the assembler 2004-03-30 20:58:00 +00:00
BugPoint
C++Frontend foo Bug 291, bar PR291 2004-03-16 05:18:24 +00:00
CFrontend New testcase for PR297 2004-03-16 21:52:24 +00:00
CodeGen New testcase. This now codegens to: 2004-03-30 22:36:52 +00:00
Debugger
ExecutionEngine
Feature
Linker
LLC
Other
Scripts
TableGen fix a bug in the testcase 2004-02-28 17:33:21 +00:00
Transforms Oops, actually USE the previously computed value 2004-03-30 19:45:39 +00:00
Verifier
Failure.sh
Makefile Merged in RELEASE_12. 2004-03-29 20:23:11 +00:00
Makefile.tests
TestRunner.sh