llvm-6502/test
Chris Lattner 94276b6f93 An example testcase for use in the debugger. Currently you can do stuff like
stepping, next'ing, finish'ing, stacktraces, source listings, etc.  You can't
print program variables yet though.

Oh, and I lost my nice commented version of funccall.ll  :(

Test with:
llvm-as funccall.ll
llvm-db funccall.bc
<arguments>

This is not automatically testable yet, and the C front-end doesn't support
debug information yet.  That said, it's a start.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10689 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-05 05:32:40 +00:00
..
Analysis Rename variable to avoid confusing it with the global G 2003-12-11 22:49:32 +00:00
Assembler testcase for PR198 2003-12-31 03:24:14 +00:00
BugPoint Merged RELEASE_1. 2003-10-27 17:46:42 +00:00
C++Frontend New testcase for PR165 2003-12-08 06:18:37 +00:00
CBackend Strengthen test case. 2003-11-22 05:01:57 +00:00
CFrontend Regression test for initializers with members of unknown size. 2004-01-01 23:58:07 +00:00
CodeGen Unbreak this test case - llvm-as no longer tolerates redefining names in any 2003-11-22 06:18:35 +00:00
Debugger An example testcase for use in the debugger. Currently you can do stuff like 2004-01-05 05:32:40 +00:00
ExecutionEngine Renamed intermediate values that used the same type and name as previous 2003-11-26 14:45:37 +00:00
Feature Update test to new style 2003-10-21 15:36:21 +00:00
Linker New testcase for PR 130 2003-11-19 01:03:16 +00:00
LLC Unbreak this test case - llvm-as no longer tolerates redefining names in any 2003-11-22 06:18:35 +00:00
Other
Scripts
TableGen
Transforms new testcase for cananonicalization of subtracts 2003-12-22 05:24:45 +00:00
Verifier New testcase 2003-11-21 22:28:49 +00:00
Failure.sh
Makefile Separate out target for cleaning up qmtest garbage. 2003-12-11 04:48:38 +00:00
Makefile.tests Move rule to top-level makefile 2003-11-29 09:49:14 +00:00
TestRunner.sh