Chris Lattner
|
2e217a7d96
|
This test was mistakenly matching 'predecessors' that the new asmwriter
spits out
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4068 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-08 16:09:47 +00:00 |
|
Chris Lattner
|
48f9e6276d
|
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4065 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-07 20:32:38 +00:00 |
|
Chris Lattner
|
fd2836ac5f
|
Fix testcase to run correctly, add description
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4064 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-07 20:25:45 +00:00 |
|
Chris Lattner
|
7b96c8d046
|
Finally I'm able to distill a testcase for a problem I'm seeing!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4063 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-07 20:05:27 +00:00 |
|
Chris Lattner
|
cacfb31197
|
Checkin new "feature" test for cee
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4054 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-06 23:31:09 +00:00 |
|
Chris Lattner
|
19ee34a334
|
NEw "feature" test that cee should eventually handle
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4053 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-06 23:05:38 +00:00 |
|
Chris Lattner
|
41a29f2b6f
|
New testcase for bug never checked into CVS, but that I hit during debugging a
new feature
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4039 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-04 23:29:40 +00:00 |
|
Chris Lattner
|
24b7799a10
|
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4030 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-03 20:06:33 +00:00 |
|
Chris Lattner
|
87d9138f01
|
New testcase for a problem discovered in the SPECINT gzip benchmark.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4015 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-10-02 18:32:38 +00:00 |
|
Chris Lattner
|
999b63b453
|
Allow production of -stats output for benchmarks by specifying
ENABLE_STATS=1 on the make command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3989 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-30 19:24:07 +00:00 |
|
Chris Lattner
|
5817b4e117
|
* Run preheaders pass tests
* Linearize list of directories so I don't have to keep dealing with
wrapping problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3953 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-26 19:53:02 +00:00 |
|
Chris Lattner
|
0a4e422d07
|
Checkin the simple features tests for the preheader insertion pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3952 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-26 19:50:11 +00:00 |
|
Chris Lattner
|
04b9d2903e
|
New feature test for something we have done for a long time
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3914 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-24 16:13:20 +00:00 |
|
Chris Lattner
|
d7490bcf9a
|
New testcase that causes SimplifyCFG to assert out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3912 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-24 16:02:44 +00:00 |
|
Chris Lattner
|
aaab467e44
|
Convert to using long indexes instead of uint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3898 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-23 23:41:53 +00:00 |
|
Chris Lattner
|
a30b70f381
|
Add some more testcases for things to get optimized away
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3896 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-23 23:39:17 +00:00 |
|
Chris Lattner
|
10b37b6493
|
New testcase distilled from SPEC vortex benchmark
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3894 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-23 22:31:04 +00:00 |
|
Chris Lattner
|
da37a05774
|
Run constantmerge tests too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3893 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-23 22:26:23 +00:00 |
|
Chris Lattner
|
cba39ca9fe
|
Fix testcase to accurately expose bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3890 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-23 20:04:54 +00:00 |
|
Chris Lattner
|
b9c0d60991
|
New testcase distilled from SPEC MCF benchmark
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3889 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-23 19:54:06 +00:00 |
|
Chris Lattner
|
70019ab03c
|
Checkin old testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3855 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-20 14:37:46 +00:00 |
|
Chris Lattner
|
44404ec89d
|
New regression test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3782 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-17 21:02:24 +00:00 |
|
Chris Lattner
|
db5e5df43a
|
Convert to use long indexes instead of uint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3781 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-17 20:47:46 +00:00 |
|
Chris Lattner
|
47287be7dc
|
Run the cee pass tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3765 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-16 19:09:11 +00:00 |
|
Chris Lattner
|
876a75c79e
|
Checking testcases for cee pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3764 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-16 19:08:36 +00:00 |
|
Chris Lattner
|
dabb94adc1
|
Check for cannonicalization of shl X, 1 -> add X, X
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3670 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-10 23:03:10 +00:00 |
|
Chris Lattner
|
2b37c03f8c
|
Clean up pointer using testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3662 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-10 20:04:19 +00:00 |
|
Chris Lattner
|
544b0dcd14
|
Remove a testcase that is irrelevant now, fix a pointer adding testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3659 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-10 19:55:40 +00:00 |
|
Chris Lattner
|
4229be3ce7
|
New testcase for poitner problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3657 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-10 19:41:57 +00:00 |
|
Chris Lattner
|
4b635b8316
|
Run indvars tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3643 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-10 04:55:36 +00:00 |
|
Chris Lattner
|
7a4e86d20e
|
Add new testcase for broken indvars case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3642 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-10 04:54:44 +00:00 |
|
Chris Lattner
|
5862173c84
|
Testcase no longer applicable since shifts of pointers are no longer allowed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3629 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-09 03:43:09 +00:00 |
|
Chris Lattner
|
e083a1d695
|
Eliminate multiply of pointer type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3628 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-09 03:42:14 +00:00 |
|
Chris Lattner
|
05eb9581b2
|
New testcase for a bug identified by Vikram
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3625 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-08 21:37:49 +00:00 |
|
Chris Lattner
|
e4f318c7fc
|
New testcase that tests for array pointer analysis type stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3615 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-08 18:08:36 +00:00 |
|
Chris Lattner
|
72846c2dcd
|
Fix bug in testcase now that load-vn is not built into gcse
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3614 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-07 22:50:41 +00:00 |
|
Chris Lattner
|
92bab83913
|
Fix broken test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3613 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-07 22:48:30 +00:00 |
|
Chris Lattner
|
8617b3579b
|
Make sure that setcc is implemented for bools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3575 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-09-03 20:09:23 +00:00 |
|
Chris Lattner
|
eabb4950bd
|
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3554 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-30 23:22:15 +00:00 |
|
Chris Lattner
|
31901f80f8
|
Test that demorgan's law is instcombined successfully
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3494 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-23 18:31:18 +00:00 |
|
Chris Lattner
|
b81258c278
|
Add new testcases for instcombine
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3477 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-22 21:26:15 +00:00 |
|
Chris Lattner
|
8673e44639
|
Add a testcase that checks to make sure LICM uses basicaa correctly.
Add another gcse testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3471 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-22 20:22:55 +00:00 |
|
Chris Lattner
|
ac39b4ecab
|
Initial testcases for basicaa alias analysis
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3462 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-22 17:31:36 +00:00 |
|
Chris Lattner
|
5a3e29c661
|
Convert testcases to not use indexed loads/stores
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3460 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-22 16:39:14 +00:00 |
|
Chris Lattner
|
472e8086cc
|
Convert testcases to not use indexed loads/stores
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3459 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-22 16:39:12 +00:00 |
|
Chris Lattner
|
ac2cbb847d
|
Covnert testcases to not use indexed loads/stores
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3458 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-22 16:39:05 +00:00 |
|
Chris Lattner
|
0fd5bfd79d
|
Covnert testcases to not use indexed loads/stores
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3457 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-22 16:39:04 +00:00 |
|
Chris Lattner
|
d92ac5ae01
|
Add testcase for the not (setcc A, B) case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3418 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-21 17:11:18 +00:00 |
|
Chris Lattner
|
41ca3f8ee4
|
Fix buggy testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3403 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-20 17:07:02 +00:00 |
|
Chris Lattner
|
dce9427985
|
New testcase for instcombine
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3396 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-08-20 15:27:45 +00:00 |
|