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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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