aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
AgeCommit message (Expand)Author
2002-12-25Initial fp testChris Lattner
2002-12-18Print argc as well as argvChris Lattner
2002-12-17Make testcase return 0 on successChris Lattner
2002-12-16Add dummy implementation of __mainChris Lattner
2002-12-16New testcase for printing out argumentsChris Lattner
2002-12-15Add new testcase for repeated predsChris Lattner
2002-12-15New testcase for bool supportChris Lattner
2002-12-13Test indirect callChris Lattner
2002-12-13New testcaseChris Lattner
2002-12-13Return success on successChris Lattner
2002-12-13Test more phi stuffChris Lattner
2002-12-13lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,Brian Gaeke
2002-12-13return 0 on successChris Lattner
2002-12-13Stop suckingChris Lattner
2002-12-13Making main() return 0 so that we know it ran successfully when it exits.Misha Brukman
2002-12-13Making main() return 0 to exit without error when no error actually occurs.Misha Brukman
2002-12-13Fix testcaseChris Lattner
2002-12-13Infinite loops, are, well, not goodChris Lattner
2002-12-13This way it's easier to test: if the call to external exit(0) succeeded,Misha Brukman
2002-12-04Return 0 to make it into a fully-functioning "Hello, World!" test case.Misha Brukman
2002-12-04Fix testcaseChris Lattner
2002-12-04New testcaseChris Lattner
2002-12-04Add main functions to benchmarksChris Lattner
2002-12-04New testcaseChris Lattner
2002-12-03Testcase for call instructionChris Lattner
2002-12-03Standard hello-world testChris Lattner
2002-11-21Make testcase more interestingChris Lattner
2002-11-21Move testChris Lattner
2002-11-21Shuffle testcases aroundChris Lattner
2002-11-21New testcaseChris Lattner
2002-11-17New testcase for loads and storesChris Lattner
2002-11-07comment out the 64-bit cases for now.Brian Gaeke
2002-11-07Add instruction selection code and tests for setcc instructionsBrian Gaeke
2002-11-02Enable div and mod testsChris Lattner
2002-11-02Enable multiply testsChris Lattner
2002-11-02New testcase for arithmetic operationsChris Lattner
2002-11-02New testcase for logical operatorsChris Lattner
2002-10-31A new test case that tries to generate all the different possible shiftBrian Gaeke