aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* Making main() return 0 so that we know it ran successfully when it exits.Misha Brukman2002-12-132-4/+4
* Making main() return 0 to exit without error when no error actually occurs.Misha Brukman2002-12-131-2/+2
* Fix testcaseChris Lattner2002-12-131-1/+1
* Infinite loops, are, well, not goodChris Lattner2002-12-131-1/+1
* This way it's easier to test: if the call to external exit(0) succeeded,Misha Brukman2002-12-131-3/+3
* Return 0 to make it into a fully-functioning "Hello, World!" test case.Misha Brukman2002-12-041-2/+2
* Fix testcaseChris Lattner2002-12-041-1/+1
* New testcaseChris Lattner2002-12-041-0/+9
* Add main functions to benchmarksChris Lattner2002-12-046-7/+15
* New testcaseChris Lattner2002-12-041-0/+19
* Testcase for call instructionChris Lattner2002-12-031-0/+7
* Standard hello-world testChris Lattner2002-12-031-0/+11
* Make testcase more interestingChris Lattner2002-11-211-0/+3
* Move testChris Lattner2002-11-211-0/+6
* Shuffle testcases aroundChris Lattner2002-11-211-0/+10
* New testcaseChris Lattner2002-11-211-0/+13
* New testcase for loads and storesChris Lattner2002-11-171-0/+12
* comment out the 64-bit cases for now.Brian Gaeke2002-11-071-16/+16
* Add instruction selection code and tests for setcc instructionsBrian Gaeke2002-11-072-0/+88
* Enable div and mod testsChris Lattner2002-11-021-12/+12
* Enable multiply testsChris Lattner2002-11-021-3/+3
* New testcase for arithmetic operationsChris Lattner2002-11-021-0/+28
* New testcase for logical operatorsChris Lattner2002-11-021-0/+16
* A new test case that tries to generate all the different possible shiftBrian Gaeke2002-10-311-0/+27