Vikram S. Adve
|
04aec9fbb4
|
Added function LL__main.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1230 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-09 02:21:38 +00:00 |
|
Vikram S. Adve
|
19560c3fd3
|
Eliminate cleaning step for individual %.bc files created by our gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1211 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-08 18:42:08 +00:00 |
|
Vikram S. Adve
|
f87fc32e35
|
Took out .clean.bc target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1210 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-08 18:25:05 +00:00 |
|
Vikram S. Adve
|
5efe19801e
|
Run cleaning pass only when linking multiple files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1209 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-08 18:14:20 +00:00 |
|
Vikram S. Adve
|
9af7022d55
|
Add cleaning pass after linking.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1208 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-08 18:13:17 +00:00 |
|
Vikram S. Adve
|
3bc29389c5
|
Keep *.s files while we're debugging the native code.
Also, fix rule for $(LLCLIBS).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1206 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-08 14:31:05 +00:00 |
|
Vikram S. Adve
|
e78ea6782b
|
Add rule for %.clean.bc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1204 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-08 05:28:08 +00:00 |
|
Vikram S. Adve
|
1f64ad998a
|
Roll back all these changes that have broken Makefile.target again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1172 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-07 12:29:40 +00:00 |
|
Chris Lattner
|
4bf36bb67f
|
Minor fixes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1164 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-06 22:53:17 +00:00 |
|
Chris Lattner
|
54b7741dff
|
Build .bc from .c better.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1158 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-06 20:44:15 +00:00 |
|
Chris Lattner
|
054385a11a
|
Don't forget to make the clean version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1157 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-06 20:23:50 +00:00 |
|
Vikram S. Adve
|
a46fb6bb90
|
Really fix Makefile to compile individual tests and Olden codes.
by using a better naming scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1156 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-06 17:09:49 +00:00 |
|
Vikram S. Adve
|
7b10c3694a
|
Moved *.c files into subdirectory TestSources to avoid overwriting
corresponding *.ll files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1155 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-06 17:06:06 +00:00 |
|
Chris Lattner
|
54bc6b3166
|
Reorder paramters to make the command line more easily modifiable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1153 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-06 08:34:56 +00:00 |
|
Chris Lattner
|
93ee0a165a
|
Fix makefile to compile olden and main benchmarks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1142 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-05 19:43:24 +00:00 |
|
Chris Lattner
|
8448fb5b24
|
Make the olden benchmarks compile again
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1139 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-05 18:25:37 +00:00 |
|
Vikram S. Adve
|
0b12f2bb30
|
Put it back!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1136 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-05 00:48:27 +00:00 |
|
Vikram S. Adve
|
11f45baa9b
|
Removed by mistake; will add it back immediately.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1135 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-05 00:48:05 +00:00 |
|
Vikram S. Adve
|
772d091e00
|
Make gcc generate assembly files (%.ll) until Chris has a stable
version of his gccas. Plus another dumb bug fix (the bug, not the fix).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1134 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-05 00:35:56 +00:00 |
|
Vikram S. Adve
|
2fc372e0ca
|
Delete rule to disassemble %.bc -- need to make it effective only when
%.ll is not a pre-existing file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1133 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-05 00:23:25 +00:00 |
|
Vikram S. Adve
|
38b8620f4a
|
Replaced another HERE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1132 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-05 00:22:16 +00:00 |
|
Vikram S. Adve
|
4cceffe0a9
|
Put common rules for compiling programs into Makefile.target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1130 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-11-05 00:18:30 +00:00 |
|
Chris Lattner
|
2305b6c3a7
|
Start testing the new cleangcc pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1067 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-31 06:36:34 +00:00 |
|
Chris Lattner
|
a3ad7bbbb1
|
Initial checkin of heapsort benchmark
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1057 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-31 02:28:25 +00:00 |
|
Chris Lattner
|
db351718d0
|
Initial checkin of ary3 "benchmark" from prog lang shootout
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1051 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-30 22:17:57 +00:00 |
|
Chris Lattner
|
bfbed460df
|
Add testcase for missed SCCP optimization
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1040 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-30 03:22:59 +00:00 |
|
Chris Lattner
|
b82f5e7c00
|
Test bitwise operations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1025 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-29 13:56:42 +00:00 |
|
Vikram S. Adve
|
5b3a0140a7
|
Added printPointer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1001 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-28 21:34:59 +00:00 |
|
Vikram S. Adve
|
1b20ca21c6
|
Runtime routines implementing print<TYPE> for all basic types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1000 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-28 21:31:33 +00:00 |
|
Vikram S. Adve
|
ffcaa7bb00
|
Add calls to print results in fib, simpleadd and sumarray.
indirectcall is the same as fib but uses function pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@996 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-28 21:16:34 +00:00 |
|
Vikram S. Adve
|
59a9960423
|
Added rules for building sparc executable with and without tracing,
and linking with local runtime library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@993 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-28 20:18:11 +00:00 |
|
Vikram S. Adve
|
919b59a148
|
Disable alloca code gen tests until size of extra args in stack frame
can be computed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@957 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-22 22:33:08 +00:00 |
|
Vikram S. Adve
|
ad5b62012c
|
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@913 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 22:47:50 +00:00 |
|
Chris Lattner
|
b7e711838f
|
Check in new testcase based on .c file. Adapted to run with lli
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@908 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 21:55:07 +00:00 |
|
Chris Lattner
|
03f7ce0757
|
Fix null termination issue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@907 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 21:54:42 +00:00 |
|
Chris Lattner
|
1e39a958c0
|
Add new testcase from C source
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@906 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 21:50:39 +00:00 |
|
Vikram S. Adve
|
8f1afbf3b3
|
Reverse previous change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@867 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 00:23:32 +00:00 |
|
Vikram S. Adve
|
867c3cc380
|
Generate assembly code for testcodegen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@866 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 00:22:14 +00:00 |
|
Vikram S. Adve
|
f6ee0d876a
|
Added several cases where a constant must be forwarded into a use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@865 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 00:22:02 +00:00 |
|
Vikram S. Adve
|
67edee1443
|
Disable codgen test for calltest.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@855 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-17 20:14:34 +00:00 |
|
Chris Lattner
|
abe959c063
|
Add rule to build executables
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@846 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-15 20:08:19 +00:00 |
|
Chris Lattner
|
1b3512ff97
|
Make main do some simple work without requiring main arguments to be happy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@842 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-15 19:18:01 +00:00 |
|
Chris Lattner
|
18fc812a1b
|
Compile with v9 extensions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-15 17:55:35 +00:00 |
|
Chris Lattner
|
230e5efe63
|
Add some more interesting test cases for the linker
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@816 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-15 03:11:58 +00:00 |
|
Chris Lattner
|
784c52f614
|
More interesting testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@809 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-14 23:28:56 +00:00 |
|
Vikram S. Adve
|
519c6fc354
|
Enable most tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@797 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-14 23:15:42 +00:00 |
|
Vikram S. Adve
|
b40acbe8c2
|
Added a string global variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@796 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-14 23:13:45 +00:00 |
|
Chris Lattner
|
836f414c2c
|
Add C source for testmisc.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@786 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-13 07:32:16 +00:00 |
|
Chris Lattner
|
5bc20c7fe3
|
New testcase for testing constant pointers to globals
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@784 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-13 07:16:11 +00:00 |
|
Chris Lattner
|
285c68d66d
|
Test files for linker
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@783 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-13 07:15:38 +00:00 |
|