llvm-6502/test
Brian Gaeke ed6902ca89 lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,
because arguments start two stack slots off of EBP. Break out of the
 for loop once the argument is found. Increment the counter at the end
 of the loop instead of the beginning. Use addRegOffset and compute
 the scale * index part at compile time instead of using the fancy
 load instruction. Just because an instruction set has wacky addressing
 modes doesn't mean we ought to use them (at least, if you believe Dave
 Patterson).

lib/Target/X86/X86InstrBuilder.h: Add some comments.

test/Regression/Jello/test-loadstore.ll:  Let main return int 0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4999 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-13 09:28:50 +00:00
..
Analysis Update test to use long instead of uint getelementptr subscripts 2002-10-25 22:29:07 +00:00
Assembler New testcase 2002-10-15 21:18:03 +00:00
BugPoint Checkin testcases for bugpoint 2002-11-20 22:30:02 +00:00
CBackend Certain characters not getting escaped properly 2002-11-06 21:38:39 +00:00
CFrontend Check in an old testcase 2002-12-07 17:08:07 +00:00
CodeGen Certain characters not getting escaped properly 2002-11-06 21:38:39 +00:00
ExecutionEngine lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2, 2002-12-13 09:28:50 +00:00
Feature - Cleaned up all of the test/Feature tests to not use uint's with 2002-10-06 22:43:49 +00:00
Jello Move test 2002-11-21 17:20:32 +00:00
Linker Covnert testcases to not use indexed loads/stores 2002-08-22 16:39:05 +00:00
LiveVar Regression tests for live-variable analysis on machine code 2002-03-16 21:42:33 +00:00
LLC Test case that shows some poor results for register allocation. 2002-10-14 14:53:06 +00:00
Other New testcase for dominator problem 2002-08-02 16:41:21 +00:00
Transforms New testcase pointed out by Casey Carter 2002-12-05 22:25:47 +00:00
Verifier New testcase to handle eventually 2002-11-06 00:52:21 +00:00
exprtest.ll
Failure.sh Initial checking of Failure.sh 2002-01-23 18:03:49 +00:00
globaldce.ll Cleanup testcase 2002-10-08 19:11:21 +00:00
inductionvars.ll
inlinetest.ll
Makefile libraries is used for internal stuff, not as a real testcase 2002-11-06 20:36:52 +00:00
Makefile.tests Add support for bugpoint 2002-11-19 21:57:18 +00:00
runtime.c
sched.ll Update testcase to be legal llvm 2002-10-07 17:00:53 +00:00
TestRunner.sh Allow multiline RUN:'s 2002-02-11 23:32:43 +00:00