Chris Lattner
|
7027143f0a
|
execution tests shouldn't go here. This was killing the PPC nightly tester.
llvm-svn: 20186
|
2005-02-14 21:54:32 +00:00 |
Chris Lattner
|
924d100bd1
|
Cleanup a bunch of tests. In particular do not allow target directives in
the .ll file or it forces the V9 backend. This is the CodeGen/Generic dir,
so there is no use in doing that.
llvm-svn: 19355
|
2005-01-07 22:05:31 +00:00 |
Chris Lattner
|
e3f06e9945
|
Make this test a bit more interesting by making there actually be a use of the
PHI node.
llvm-svn: 19351
|
2005-01-07 21:37:13 +00:00 |
Chris Lattner
|
44b30c9abb
|
modernize and clean up this test.
llvm-svn: 19347
|
2005-01-07 21:15:58 +00:00 |
Chris Lattner
|
b15064a776
|
This passes on darwin now
llvm-svn: 18380
|
2004-11-30 07:38:41 +00:00 |
Tanya Lattner
|
f3c3ba6b7a
|
Adding missing dg file.
llvm-svn: 18062
|
2004-11-20 23:51:38 +00:00 |
Tanya Lattner
|
f1e4bf5b66
|
Adding srcdir arg
llvm-svn: 18020
|
2004-11-19 22:45:25 +00:00 |
Tanya Lattner
|
4afaf40a28
|
Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression)
llvm-svn: 17712
|
2004-11-13 23:00:45 +00:00 |
Chris Lattner
|
f4d3fb930e
|
Fix a test.
These other tests should be in test/Programs/SingleSource/UnitTests if anyone
cares enough to save them
llvm-svn: 17540
|
2004-11-07 00:33:14 +00:00 |
Chris Lattner
|
5993ea5da2
|
These files are all moved to test/Regression/CodeGen/Generic
llvm-svn: 17538
|
2004-11-07 00:24:14 +00:00 |
Tanya Lattner
|
f14e76db43
|
Adding RUN lines.
llvm-svn: 17527
|
2004-11-06 21:40:51 +00:00 |
Chris Lattner
|
1f0758cb95
|
Add missing run line
llvm-svn: 17522
|
2004-11-06 21:11:04 +00:00 |
Misha Brukman
|
81f6ee8070
|
Simple hand-coded tests to aid in early development of backends, along with a
Makefile to run ad-hoc tests easily.
llvm-svn: 15664
|
2004-08-11 14:16:34 +00:00 |
Chris Lattner
|
7324574660
|
Update gc intrinsics to take pointer to object as well as pointer to field.
Patch contributed by Tobias Nurmiranta
llvm-svn: 15094
|
2004-07-22 05:48:38 +00:00 |
Chris Lattner
|
8b0c935145
|
New testcase for constant expression lowering pass, contributed by Vladimir Prus!
llvm-svn: 14398
|
2004-06-25 07:47:13 +00:00 |
Reid Spencer
|
d2eca3d441
|
Make the test pass by using the correct RUN: syntax.
llvm-svn: 13848
|
2004-05-27 20:49:16 +00:00 |
Reid Spencer
|
09fabea814
|
Added a "RUN:" line so this file can be executed by TestRunner.sh
llvm-svn: 13829
|
2004-05-27 08:28:42 +00:00 |
Chris Lattner
|
d74befe02a
|
gc_init now gets an argument
llvm-svn: 13816
|
2004-05-27 05:51:00 +00:00 |
Chris Lattner
|
acd339ea4f
|
Add a simple testcase for garbage collection support
llvm-svn: 13697
|
2004-05-23 21:24:50 +00:00 |
Chris Lattner
|
60ef22da3d
|
Testcase for PR337, which was reduced by Reid Spencer.
llvm-svn: 13443
|
2004-05-10 05:11:24 +00:00 |
Alkis Evlogimenos
|
7ab640fdcb
|
Update testcase to illustrate the coalescing problem. The previous one did not work because of a fix in the x86 instruction selector.
llvm-svn: 12870
|
2004-04-12 19:04:22 +00:00 |
Alkis Evlogimenos
|
70bbce62b1
|
Add same value coalescing testcase
llvm-svn: 12865
|
2004-04-12 15:40:25 +00:00 |
Chris Lattner
|
d93de7a754
|
New file that can be useful for hand inspection of assembly required for certain
kinds of instructions.
llvm-svn: 12746
|
2004-04-07 05:06:39 +00:00 |
Chris Lattner
|
a67801f0d4
|
New testcase
llvm-svn: 12738
|
2004-04-07 04:08:21 +00:00 |