OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [ChangeLog] - Blame information for rev 134

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 134 jeremybenn
2010-06-22  Jeremy Bennett 
2
        * configure: Regenerated.
3
        * configure.ac: Version changed to 0.4.0.
4
 
5 127 jeremybenn
2010-06-16  Jeremy Bennett 
6
        * configure: Regenerated.
7
        * configure.ac: Changed version to 0.4.0rc2.
8
 
9 123 jeremybenn
2010-06-15  Jeremy Bennett 
10 124 jeremybenn
        * inst-set-test/is-and-test.S: Created.
11
        * inst-set-test/is-or-test.S: Created.
12
        * inst-set-test/is-shift-test.S: Created.
13 123 jeremybenn
        * inst-set-test/is-spr-test.S: Created.
14 124 jeremybenn
        * inst-set-test/is-sub-test.S: Created.
15
        * inst-set-test/is-xor-test.S: Created.
16 123 jeremybenn
        * inst-set-test/Makefile.am: Updated for new tests
17
        * inst-set-test/Makefile.in: Regenerated.
18
 
19 121 jeremybenn
2010-06-14  Jeremy Bennett 
20
        * inst-set-test/inst-set-test.S : Just output
21
        identification string.
22
        : Alignment exception handler.
23
        : Illegal instruction exception handler.
24
        * inst-set-test/is-jump-test.S: Created.
25 122 jeremybenn
        * inst-set-test/is-ror-test.S: Created.
26 121 jeremybenn
        * inst-set-test/Makefile.am: Updated for new tests
27
        * inst-set-test/Makefile.in: Regenerated.
28
 
29 118 jeremybenn
2010-06-13  Jeremy Bennett 
30
        * inst-set-test/inst-set-test.h : New
31
        macros created.
32
        * inst-set-test/inst-set-test.S (puthh, puthq): Created.
33
        * inst-set-test/is-add-test.S : Macros
34
        changed to use CHECK_RES1, rather than CHECK_RES. Check for
35
        failure to generate exception, as well as generation of exception.
36
        * inst-set-test/is-div-test.S Wider range of tests.
37
        : Macro changed to use CHECK_RES1, rather than
38
        CHECK_RES. Check for failure to generate exception, as well as
39
        generation of exception.
40
        * inst-set-test/is-find-test.S : Macro changed to use
41
        CHECK_RES1, rather than CHECK_RES.
42
        * inst-set-test/is-mul-test.S: Created.
43
        * inst-set-test/Makefile.am: Updated for new tests
44
        * inst-set-test/Makefile.in: Regenerated.
45
 
46 116 jeremybenn
2010-06-11  Jeremy Bennett 
47
        * inst-set-test/inst-set-test.h: Calling conventions updated.
48
        : New macro created.
49
        : New macro created.
50
        : New macro created.
51
        * inst-set-test/inst-set-test.S: New calling convention
52
        implemented throughout.
53
        (puth): Created.
54
        * inst-set-test/is-mac-test.S: Created.
55
        * inst-set-test/Makefile.am: Updated for new tests
56
        * inst-set-test/Makefile.in: Regenerated.
57
        * mul/mul.c: Corrected expected results.
58
 
59 114 jeremybenn
2010-06-10  Jeremy Bennett 
60 115 jeremybenn
        * inst-set-test/is-add-test.S: Commenting corrected.
61
        * inst-set-test/is-find-test.S: Created.
62
        * inst-set-test/Makefile.am: Updated for new tests
63
        * inst-set-test/Makefile.in: Regenerated.
64
 
65
2010-06-10  Jeremy Bennett 
66 114 jeremybenn
        * inst-set-test/is-add-test.S: Added tests for l.addi and l.addic
67
 
68 112 jeremybenn
2010-06-09  Jeremy Bennett 
69
        * inst-set-test/is-add-test.S: Created.
70
        * inst-set-test/Makefile.am: Updated for new tests
71
        * inst-set-test/Makefile.in: Regenerated.
72
 
73
2010-06-08  Jeremy Bennett 
74
        * mc-sync/mc-sync.c: mc_defines.h -> mc-defines.h.
75
        * mc-ssram/mc-ssram.c: mc_defines.h -> mc-defines.h.
76
        * mc-dram/mc-dram.c: mc_defines.h -> mc-defines.h.
77
        * mc-async/mc-async.c: mc_defines.h -> mc-defines.h.
78
 
79 110 julius
2010-06-08  Julius Baxter 
80
        * eth/eth.h: Created from ethernet peripheral's header.
81
        * eth/Makefile.am: Removed eth_CPPFLAGS.
82
        * mc-sync/mc-sync.c: Changed include of mc.h to mc_defines.h
83
        * mc-ssram/mc-ssram.c: Changed include of mc.h to mc_defines.h
84
        * mc-dram/mc-dram.c: Changed include of mc.h to mc_defines.h
85
        * mc-async/mc-async.c: Changed include of mc.h to mc_defines.h
86 112 jeremybenn
 
87 107 jeremybenn
2010-06-06  Jeremy Bennett 
88
        * configure: Regenerated.
89
        * configure.ac: Removed creation of lws-test makefile.
90
        * fp/fp.S (_puts): Fixed register usage.
91
        * inst-set-test/inst-set-test.ld: Created.
92
        * inst-set-test/inst-set-test.S: Created using functions
93
        lws-test/lws-test.S
94
        * inst-set-test/is-div-test.S: Created.
95
        * inst-set-test/inst-set-test.h: Created using macros from
96
        lws-test/lws-test.S.
97
        * inst-set-test/Makefile.am: Updated for new tests
98 112 jeremybenn
        * inst-set-test/Makefile.in: Regenerated.
99 107 jeremybenn
        * inst-set-test/is-lws-test.S: Created from lws-test/lws-test.S
100
        * lws-test: Directory deleted.
101
        * lws-test/lws-test.S: Deleted.
102
        * lws-test/Makefile.am: Deleted.
103
        * lws-test/Makefile.in: Deleted.
104
        * Makefile.am: Removed lws-test directory
105
        * Makefile.in: Regenerated.
106
 
107 104 jeremybenn
2010-06-04  Jeremy Bennett 
108
        * configure: Regenerated.
109
        * configure.ac: Added creation of lws-test makefile
110
        * fp/fp.S (_puts): Fixed register usage.
111
        * lws-test: Directory created.
112
        * lws-test/lws-test.S: Created.
113
        * lws-test/Makefile.am: Created.
114
        * lws-test/Makefile.in: Generated.
115
        * Makefile.am: Added lws-test directory
116
        * Makefile.in: Regenerated.
117
 
118
2010-06-02  Jeremy Bennett 
119
        * configure: Regenerated.
120
        * configure.ac: Added creation of FP test makefile
121
        * fp: Directory created.
122
        * fp/fp.S: Created.
123
        * fp/Makefile.am: Created.
124
        * fp/Makefile.in: Generated.
125
        * Makefile.am: Added FP test directory
126
        * Makefile.in: Regenerated.
127
 
128 98 jeremybenn
2010-05-18  Jeremy Bennett 
129
        * loop/loop-init.c (main): Initialize top of each memory block.
130
        * loop/loop-report.c (main): Rewritten to ensure reliable
131
        reporting of results.
132
 
133
2010-05-11  Jeremy Bennett 
134
        * loop/loop-init.c: Looping program with SPR and memory
135
        initialization.
136
        * loop/loop-report.c: Looping program which reports changes to SPR
137
        and memory.
138
        * loop/Makefile.am: Update for new programs.
139
        * loop/Makefile.in: Regenerated.
140
 
141 93 jeremybenn
2010-04-28  Jeremy Bennett 
142
        * int-logger/int-logger-edge.c: Created.
143
        * int-logger/Makefile.am: Added int-logger-edge.
144
        * int-logger/Makefile.in: Regenerated.
145
        * upcalls/upcall-basic.c: Created.
146
        * upcalls/upcall-misaligned.c: Created.
147
        * upcalls/Makefile.am: Created.
148
        * upcalls/Makefile.in: Regenerated.
149
 
150
2010-04-25  Jeremy Bennett 
151
        * kbdtest/kbdtest.c (print_escaped_char): Added function to print
152
        chars more clearly.
153
 
154
2010-04-23  Jeremy Bennett 
155
        * configure.ac: Added new interrupt test make files.
156
        * configure: Regenerated.
157
        * int-logger/int-logger-level.c: Created.
158
        * int-logger/Makefile.am: Created.
159
        * int-logger/Makefile.in: Regenerated.
160
 
161
2010-04-22  Jeremy Bennett 
162
        * support/support.c (print_base, printf_unsigned_base): Value and
163
        base made unsigned.
164
        (print_decimal): cast value to unsigned for call to print_base.
165
 
166 90 jeremybenn
2010-04-21  Jeremy Bennett 
167
        * AUTHORS: Moved from parent directory
168
        * configure: Regenerated.
169
        * configure.ac: Moved from parent directory and updated.
170
        * COPYING: Moved from parent directory.
171
        * INSTALL: Moved from parent directory.
172
        * NEWS: Moved from parent directory
173
        * README: Updated for new structure.
174
 
175
2010-04-20  Jeremy Bennett 
176
        * support/spr-defs.h: NOP_PRINTF definition removed.
177
        * except-test/except-test.c (illegal_insn_test):
178
          Generate and check a correct sequence for illegal instruction.
179
        * except-test/except-test.c (except_priority_test):
180
          Generate a properly illegal instruction.
181
 
182
2010-04-19  Jeremy Bennett 
183
        * acv-gpio: New directory.
184
        * acv-gpio/acv-gpio.c: Created.
185
        * acv-gpio/Makefile.am: Created.
186
        * acv-gpio/Makefile.in: Regenerated.
187
        * acv-uart: New directory.
188
        * acv-uart/acv-uart.c: Created.
189
        * acv-uart/Makefile.am: Created.
190
        * acv-uart/Makefile.in: Regenerated.
191
        * basic: New directory.
192
        * basic/basic.S: Created.
193
        * basic/Makefile.am: Created.
194
        * basic/Makefile.in: Regenerated.
195
        * board.h: Created.
196
        * cache: New directory.
197
        * cache/cache-asm.S: Created.
198
        * cache/cache.c: Created.
199
        * cache/cache.ld: Updated from old test directory.
200
        * cache/Makefile.am: Created.
201
        * cache/Makefile.in: Regenerated.
202
        * cbasic: New directory.
203
        * cbasic/cbasic.c: Created.
204
        * cbasic/Makefile.am: Created.
205
        * cbasic/Makefile.in: Regenerated.
206
        * cfg: New directory.
207
        * cfg/cfg.S: Created.
208
        * cfg/Makefile.am: Created.
209
        * cfg/Makefile.in: Regenerated.
210
        * default.ld: Updated from old test directory.
211
        * dhry: New directory.
212
        * dhry/dhry.c: Created.
213
        * dhry/dhry.h: Created.
214
        * dhry/Makefile.am: Created.
215
        * dhry/Makefile.in: Regenerated.
216
        * dmatest: New directory.
217
        * dmatest/dmatest.c: Created.
218
        * dmatest/Makefile.am: Created.
219
        * dmatest/Makefile.in: Regenerated.
220
        * eth: New directory.
221
        * eth/eth.c: Created.
222
        * eth/Makefile.am: Created.
223
        * eth/Makefile.in: Regenerated.
224
        * except: New directory.
225
        * except/except.S: Created.
226
        * except/Makefile.am: Created.
227
        * except/Makefile.in: Regenerated.
228
        * except-mc.ld: Updated from old test directory.
229
        * except-test: New directory.
230
        * except-test/except-test.c: Created.
231
        * except-test/except-test-s.S: Created.
232
        * except-test/Makefile.am: Created.
233
        * except-test/Makefile.in: Regenerated.
234
        * exit: New directory.
235
        * exit/exit.c: Created.
236
        * exit/Makefile.am: Created.
237
        * exit/Makefile.in: Regenerated.
238
        * ext: New directory.
239
        * ext/ext.S: Created.
240
        * ext/Makefile.am: Created.
241
        * ext/Makefile.in: Regenerated.
242
        * fbtest: New directory.
243
        * fbtest/fbtest.c: Created.
244
        * fbtest/Makefile.am: Created.
245
        * fbtest/Makefile.in: Regenerated.
246
        * flag: New directory.
247
        * flag/flag.S: Created.
248
        * flag/Makefile.am: Created.
249
        * flag/Makefile.in: Regenerated.
250
        * functest: New directory.
251
        * functest/functest.c: Created.
252
        * functest/Makefile.am: Created.
253
        * functest/Makefile.in: Regenerated.
254
        * inst-set-test: New directory.
255
        * inst-set-test/inst-set-test.c: Created.
256
        * inst-set-test/Makefile.am: Created.
257
        * inst-set-test/Makefile.in: Regenerated.
258
        * int-test: New directory.
259
        * int-test/int-test.ld: Updated from old test directory.
260
        * int-test/int-test.S: Created.
261
        * int-test/Makefile.am: Created.
262
        * int-test/Makefile.in: Regenerated.
263
        * kbdtest: New directory.
264
        * kbdtest/kbdtest.c: Created.
265
        * kbdtest/Makefile.am: Created.
266
        * kbdtest/Makefile.in: Regenerated.
267
        * local-global: New directory.
268
        * local-global/local-global.c: Created.
269
        * local-global/Makefile.am: Created.
270
        * local-global/Makefile.in: Regenerated.
271
        * Makefile.am: Created.
272
        * Makefile.in: Regenerated.
273
        * mc-async: New directory.
274
        * mc-async/Makefile.am: Created.
275
        * mc-async/Makefile.in: Regenerated.
276
        * mc-async/mc-async.c: Created.
277
        * mc-async/mc-async.h: Created.
278
        * mc-common: New directory.
279
        * mc-common/except-mc.S: Created.
280
        * mc-common/Makefile.am: Created.
281
        * mc-common/Makefile.in: Regenerated.
282
        * mc-common/mc-common.c: Created.
283
        * mc-common/mc-common.h: Created.
284
        * mc-dram: New directory.
285
        * mc-dram/Makefile.am: Created.
286
        * mc-dram/Makefile.in: Regenerated.
287
        * mc-dram/mc-dram.c: Created.
288
        * mc-dram/mc-dram.h: Created.
289
        * mc-ssram: New directory.
290
        * mc-ssram/Makefile.am: Created.
291
        * mc-ssram/Makefile.in: Regenerated.
292
        * mc-ssram/mc-ssram.c: Created.
293
        * mc-ssram/mc-ssram.h: Created.
294
        * mc-sync: New directory.
295
        * mc-sync/Makefile.am: Created.
296
        * mc-sync/Makefile.in: Regenerated.
297
        * mc-sync/mc-sync.c: Created.
298
        * mc-sync/mc-sync.h: Created.
299
        * mem-test: New directory.
300
        * mem-test/Makefile.am: Created.
301
        * mem-test/Makefile.in: Regenerated.
302
        * mem-test/mem-test.c: Created.
303
        * mmu: New directory.
304
        * mmu/Makefile.am: Created.
305
        * mmu/Makefile.in: Regenerated.
306
        * mmu/mmu-asm.S: Created.
307
        * mmu/mmu.c: Created.
308
        * mul: New directory.
309
        * mul/Makefile.am: Created.
310
        * mul/Makefile.in: Regenerated.
311
        * mul/mul.c: Created.
312
        * mycompress: New directory.
313
        * mycompress/Makefile.am: Created.
314
        * mycompress/Makefile.in: Regenerated.
315
        * mycompress/mycompress.c: Created.
316
        * support: New directory.
317
        * support/int.c: Created.
318
        * support/int.h: Created.
319
        * support/Makefile.am: Created.
320
        * support/Makefile.in: Regenerated.
321
        * support/spr-defs.h: Created.
322
        * support/support.c: Created.
323
        * support/support.h: Created.
324
        * tick: New directory.
325
        * tick/Makefile.am: Created.
326
        * tick/Makefile.in: Regenerated.
327
        * tick/tick.c: Created.
328
        * uos: New directory.
329
        * uos/except-or32.S: Created.
330
        * uos/ipc.h: Created.
331
        * uos/Makefile.am: Created.
332
        * uos/Makefile.in: Regenerated.
333
        * uos/README: Created.
334
        * uos/task.c: Created.
335
        * uos/tick.c: Created.
336
        * uos/uos.c: Created.
337
        * uos/uos.h: Created.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.