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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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