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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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