aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
Commit message (Collapse)AuthorAgeFilesLines
...
* New testcaseChris Lattner2003-01-131-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5263 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcasesChris Lattner2003-01-135-0/+67
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5261 91177308-0d34-0410-b5e6-96231b3b80d8
* test the shift cases for long that are implementedChris Lattner2003-01-131-23/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5250 91177308-0d34-0410-b5e6-96231b3b80d8
* test longsChris Lattner2003-01-131-16/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5249 91177308-0d34-0410-b5e6-96231b3b80d8
* Test longs and fpChris Lattner2003-01-131-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5248 91177308-0d34-0410-b5e6-96231b3b80d8
* TEst longsChris Lattner2003-01-131-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5247 91177308-0d34-0410-b5e6-96231b3b80d8
* Add test for longsChris Lattner2003-01-131-2/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5246 91177308-0d34-0410-b5e6-96231b3b80d8
* add div test as wellChris Lattner2003-01-131-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5245 91177308-0d34-0410-b5e6-96231b3b80d8
* test a bunch of stuffChris Lattner2003-01-131-0/+58
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5244 91177308-0d34-0410-b5e6-96231b3b80d8
* Test long supportChris Lattner2003-01-131-1/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5243 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another simple callChris Lattner2002-12-281-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5160 91177308-0d34-0410-b5e6-96231b3b80d8
* Test argument passingChris Lattner2002-12-281-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5159 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a variable sized alloca to testChris Lattner2002-12-281-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5158 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial fp testChris Lattner2002-12-251-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5155 91177308-0d34-0410-b5e6-96231b3b80d8
* Print argc as well as argvChris Lattner2002-12-181-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5105 91177308-0d34-0410-b5e6-96231b3b80d8
* Make testcase return 0 on successChris Lattner2002-12-171-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5091 91177308-0d34-0410-b5e6-96231b3b80d8
* Add dummy implementation of __mainChris Lattner2002-12-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5089 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for printing out argumentsChris Lattner2002-12-161-0/+44
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5085 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new testcase for repeated predsChris Lattner2002-12-151-2/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5056 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for bool supportChris Lattner2002-12-151-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5031 91177308-0d34-0410-b5e6-96231b3b80d8
* Test indirect callChris Lattner2002-12-131-1/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5025 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-12-131-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5018 91177308-0d34-0410-b5e6-96231b3b80d8
* Return success on successChris Lattner2002-12-131-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5006 91177308-0d34-0410-b5e6-96231b3b80d8
* Test more phi stuffChris Lattner2002-12-131-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5005 91177308-0d34-0410-b5e6-96231b3b80d8
* lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,Brian Gaeke2002-12-131-2/+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
* return 0 on successChris Lattner2002-12-131-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4996 91177308-0d34-0410-b5e6-96231b3b80d8
* Stop suckingChris Lattner2002-12-131-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4992 91177308-0d34-0410-b5e6-96231b3b80d8
* Making main() return 0 so that we know it ran successfully when it exits.Misha Brukman2002-12-132-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4991 91177308-0d34-0410-b5e6-96231b3b80d8
* Making main() return 0 to exit without error when no error actually occurs.Misha Brukman2002-12-131-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4990 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcaseChris Lattner2002-12-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4989 91177308-0d34-0410-b5e6-96231b3b80d8
* Infinite loops, are, well, not goodChris Lattner2002-12-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4987 91177308-0d34-0410-b5e6-96231b3b80d8
* This way it's easier to test: if the call to external exit(0) succeeded,Misha Brukman2002-12-131-3/+3
| | | | | | | | program exits with code 0, no error. If the call does not work/succeed, main returns 1, so we notice it. The other way around doesn't work. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4984 91177308-0d34-0410-b5e6-96231b3b80d8
* Return 0 to make it into a fully-functioning "Hello, World!" test case.Misha Brukman2002-12-041-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4931 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcaseChris Lattner2002-12-041-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4926 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-12-041-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4920 91177308-0d34-0410-b5e6-96231b3b80d8
* Add main functions to benchmarksChris Lattner2002-12-046-7/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4915 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-12-041-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4912 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for call instructionChris Lattner2002-12-031-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4890 91177308-0d34-0410-b5e6-96231b3b80d8
* Standard hello-world testChris Lattner2002-12-031-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4889 91177308-0d34-0410-b5e6-96231b3b80d8
* Make testcase more interestingChris Lattner2002-11-211-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4820 91177308-0d34-0410-b5e6-96231b3b80d8
* Move testChris Lattner2002-11-211-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4808 91177308-0d34-0410-b5e6-96231b3b80d8
* Shuffle testcases aroundChris Lattner2002-11-211-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4807 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-11-211-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4806 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for loads and storesChris Lattner2002-11-171-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4715 91177308-0d34-0410-b5e6-96231b3b80d8
* comment out the 64-bit cases for now.Brian Gaeke2002-11-071-16/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4604 91177308-0d34-0410-b5e6-96231b3b80d8
* Add instruction selection code and tests for setcc instructionsBrian Gaeke2002-11-072-0/+88
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4603 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable div and mod testsChris Lattner2002-11-021-12/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4507 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable multiply testsChris Lattner2002-11-021-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4505 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for arithmetic operationsChris Lattner2002-11-021-0/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4504 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for logical operatorsChris Lattner2002-11-021-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4501 91177308-0d34-0410-b5e6-96231b3b80d8