OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [ChangeLog.or32] - Blame information for rev 490

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

Line No. Rev Author Line
1 490 jeremybenn
2011-02-15  Joern Rennecke  
2
 
3
        * config/or32/or32.md (frame_alloc_fp): New pattern.
4
        * config/or32/or32.c (or32_expand_prologue): Use it if a frame pointer
5
        is used.
6
 
7
2011-02-03  Joern Rennecke  
8
 
9
        * config/uclibc-stdint.h: New file.
10
        * config.gcc (or32-*linux*): Add uclibc-stdint.h to tm_file.
11
 
12 484 jeremybenn
2011-02-03  Jonas Bonn  
13
 
14
        * config/or32/or32.h (CALL_USED_REGS): Include r12.
15
 
16 473 jeremybenn
2011-01-12  Joern Rennecke  
17
 
18
        * config.or32/or32.h (CPP_SPEC): Add -D_XOPEN_SOURCE=600 for pthread.
19
        (LIB_SPEC): Add --whole-archive -lpthread --no-whole-archive for
20
        pthread.
21
 
22 453 jeremybenn
2010-12-19  Jeremy Bennett 
23
 
24
        * config.gcc : Remove extra_parts.
25
        * config/or32/crti.S (__init): Add l.nop, so doesn't start at zero.
26
 
27
2010-12-19  Jeremy Bennett 
28
 
29
        * config/or32/crtn.S (__init, __fini): remove labels.
30
        * config.gcc : Add crti.o and crt.n to extra_parts.
31
 
32 452 jeremybenn
2010-12-16  Joern Rennecke  
33
 
34
        * config.gcc (or32-*-elf*) :
35
        Add OR32_LIBC_DEFAULT=or32_libc_newlib.
36
        (or32-*linux*) : Set UCLIBC_DEFAULT=1.
37
        Add OR32_LIBC_DEFAULT=or32_libc_uclibc.
38
        * config/or32/or32.opt (mnewlib): New option.
39
        (muclibc, mglibc): Stub options.
40
        * config/or32/or32.h (TARGET_CPU_CPP_BUILTINS): When using uClibc,
41
        define __UCLIBC__.
42
        (or32_libc_kind): New enum.
43
        * config/or32/or32.c (or32_handle_option): New function.
44
        (TARGET_HANDLE_OPTION): Override.
45
 
46 444 jeremybenn
2010-12-10  Joern Rennecke  
47
 
48
        * config/or32/or32.c (TARGET_STRICT_ARGUMENT_NAMING): Overrride.
49
 
50 427 jeremybenn
2010-11-18  Jeremy Bennett  
51
 
52
        * config/or32/t-linux ($(T)crtbegin.o): Reverse out __dso_handle
53
        rename.
54
        (crtbegin$(objext)): Likewise.
55
 
56 414 jeremybenn
2010-11-07  Joern Rennecke  
57
 
58
        * config/or32/or32.opt (mredzone=): New option.
59
        * config/or32/or32.c (frame_info): New members gpr_frame, late_frame.
60
        (or32_compute_frame_size, or32_expand_prologue): Implement -mredzone.
61
        or32_expand_epilogue, or32_initial_elimination_offset): Likewise.
62
        (or32_function_ok_for_sibcall): Suppress sibcall optimization if
63
        the sibcall register might not be available.
64
 
65
        * config/or32/or32.c (or32_expand_prologue): Fix threshold for
66
        loading the frame size into a register.
67
 
68
        * config/or32/or32.md (SP_REG, FP_REG, UNSPEC_FRAME): New constants.
69
        (frame_dealloc_fp, frame_dealloc_sp): New insn patterns.
70
        * config/or32/or32.c (or32_expand_epilogue): Use frame_dealloc_[fs]p.
71
 
72 402 jeremybenn
2010-11-01  Joern Rennecke  
73
 
74
        * config/or32/or32.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
75
 
76 404 jeremybenn
        * config/or32/t-linux ($(T)crtbegin.o): Rename __dso_handle.
77
 
78
        (crtbegin$(objext)): Likewise.
79
 
80 402 jeremybenn
2010-10-31  Joern Rennecke  
81
 
82
         * config/or32/or32.c (or32_struct_alignment): Refine rules to
83
         avoid overriding user settings.
84
 
85
         * Don't increase alignment of struct with sole packed field.
86
 
87 399 jeremybenn
2010-10-29  Joern Rennecke  
88
 
89
        * config/or32/or32.c (or32_output_mi_thunk): New function.
90
        (or32_output_highadd, or32_output_tailcall): Likewise.
91
        (TARGET_ASM_OUTPUT_MI_THUNK): Redefine.
92
        (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
93
 
94
        (or32_output_mi_thunk): Don't emit add of zero delta.
95
 
96
        * config/or32/or32.opt: Remove -maj option.
97
        * config/or32/or32.md, config/or32/or32.c: Likewise.
98
 
99
        * config.gcc: Add Embecosm Copyright notice.
100
        * config/or32/predicates.md: Likewise.
101
        * config/or32/or32.md: Likewise.
102
        * config/or32/t-or32: Likewise.
103
        * config/or32/or32.opt: Likewise.
104
        * config/or32/or32-protos.h: Likewise.
105
        * config/or32/crti.S: Likewise.
106
        * config/or32/or32.c: Likewise.
107
        * config/or32/constraints.md: Likewise.
108
        * config/or32/crtn.S: Likewise.
109
        * config/or32/default.h: Likewise.
110
        * config/or32/or32.h: Likewise.
111
 
112
2010-10-28  Joern Rennecke  
113
 
114
        * config/or32/or32.md (movsi_lo_sum, movsi_high): Enable generator
115
        function generation.
116
        (movsi_insn_big): Now define_insn_and_split.
117
 
118
        * config.gcc (or32-*-elf*): Change extra_parts to:
119
        "crti.o crtbegin.o crtend.o crtn.o".
120
        ( or32-*linux*): Change tmake_file to
121
        "${cpu_type}/t-${cpu_type} or32/t-linux"
122
        * config/or32/t-default, config/or32/initfini.c: Delete.
123
        * t-or32 ((T)or32-crtbegin.o, $(T)or32-crtend.o): Replace with:
124
        ((T)crti.o, $(T)crtn.o).
125
        * config/or32/t-linux: New file.
126
        * config/or32/crti.S, config/or32/crtn.S: Likewise.
127
        * config/or32/or32.h (STARTFILE_SPEC): Replace or32-crtbegin.o%s with
128
        crti.o%s crtbegin.o%s.
129
        (ENDFILE_SPEC): Set to crtend.o%s crtn.o%s.
130
 
131
        * config/or32/elf.h (DBX_DEBUGGING_INFO): Don't redefine.
132
        (PREFERRED_DEBUGGING_TYPE, PUT_SDB_DEF): Likewise.
133
 
134
        * config/or32/or32.md (tablejump): For -fpic, emit add of table base.
135
 
136
2010-10-26  Joern Rennecke  
137
 
138
        * config.gcc (or32-*-elf*): Rename crtinit.o / crtfini.o
139
        to or32-crtbegin.o / or32-crtend.o.
140
        * config/or32/t-default, config/or32/t-or32 (Entire file): Likewise.
141
        * config/or32/initfini.c, config/or32/or32.h: Likewise.
142
 
143
2010-10-26  Joern Rennecke  
144
 
145
        * config/or32/or32.opt Mask(MASK_SCHED_LOGUE): Renamed to
146
        Mask(SCHED_LOGUE).  Changed all users.
147
        (-msibcall): Delete option.
148
        * config/or32/or32.md (sibcall, sibcall_value, sibcall_internal): Make
149
        patterns unconditional.
150
        (sibcall_internal): Change alternatives to handle callee-saved
151
        registers correctly.
152
        * config/or32/or32.c (or32_compute_frame_size): Place register save
153
        area at bottom of frame.
154
        (or32_expand_prologue): Initialize frame pointer from stack pointer.
155
        For large offsets, add a REG_FRAME_RELATED_EXPR note.
156
        (or32_expand_epilogue): Restore stack pointer from frame pointer.
157
        sibcall is now the sibcall epilogue insn to be split.
158
        (or32_compute_frame_size, or32_expand_prologue, or32_expand_epilogue):
159
        Use PROLOGUE_TMP and EPILOGUE_TMP.
160
        (or32_function_ok_for_sibcall): Retrun true.
161
        (TARGET_DEFAULT_TARGET_FLAGS): Include MASK_SCHED_LOGUE.
162
        (PROLOGUE_TMP, EPILOGUE_TMP): Define.
163
        * config/or32/or32.md (CC_REG): New constant.  Use it to denote
164
        register number of flags register.
165
        Include constraints.md.
166
        * config/or32/predicates.md (cc_reg_operand): Use CC_REG.
167
        (input_operand): Use satisfies_constraint_[KMI].
168
        * config/or32/or32-protos.h (or32_initial_elimination_offset): Declare.
169
        (or32_print_jump_restore): Declare.
170
        * config/or32/or32.h (OR32_LAST_ACTUAL_REG): Define.  Use in place of
171
        OR32_LAST_INT_REG to iterate through registers where appropriate.
172
        (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): Define.
173
        (ARG_POINTER_REGNUM, FRAME_POINTER_REGNUM): Define as fake hard
174
        registers.
175
        (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_CLASS_CONTENTS): Update.
176
        (REGNO_REG_CLASS, REGISTER_NAMES): : Likewise.
177
        * config/or32/or32.c: Use HARD_FRAME_POINTER_REGNUM /
178
        hard_frame_pointer_rtx to refer to the hard frame pointer.
179
        (or32_emit_move): Now static.
180
        (or32_print_jump_restore): New function.
181
        (or32_compute_frame_size): Distinguish between saving the hard frame
182
        pointer and saving the GPR with the regno of the eliminated frame
183
        pointer.
184
        (indexed_memory): Delete.
185
        (stack_disp_mem): New function.
186
        (or32_compute_frame_size): Avoid over-wide shifts.
187
        (or32_output_function_prologue): Likewise.
188
        (or32_output_function_epilogue): Likewise.
189
        (or32_frame_pointer_required): Comment out.
190
        (or32_initial_elimination_offset): New function.
191
        (TARGET_FRAME_POINTER_REQUIRED): Don't redefine.
192
        (PRINT_OPERAND): Handle %J.
193
        * config/or32/constraints.md: New file.
194
 
195
2010-10-25  Joern Rennecke  
196
 
197
        * config/or32/or32-protos.h (get_hard_reg_initial_val): Declare.
198
        * config/or32/or32.h (INCOMING_RETURN_ADDR_RTX): Fix register number.
199
        * (RETURN_ADDR_RTX): Define.
200
 
201
2010-10-12  Joern Rennecke  
202
 
203
        * config/or32/or32.c (or32_struct_alignment): Round up alignment to
204
        power of two.
205
 
206
        For unions, use maximum of field size for size estimate.
207
 
208
2010-10-11  Joern Rennecke  
209
 
210
        * config/or32/or32.opt (mpadstruct): New option.
211
        * config/or32/or32-protos.h (or32_struct_alignment): Declare.
212
        (or32_data_alignment): Likewise.
213
        * config/or32/or32.c (or32_struct_alignment): New function.
214
        (or32_data_alignment): Likewise.
215
        * config/or32/or32.h (STRUCTURE_SIZE_BOUNDARY): Default to 8.
216 402 jeremybenn
        (ROUND_TYPE_ALIGN, DATA_ALIGNMENT, LOCAL_ALIGNMENT): Define.
217 399 jeremybenn
 
218
        * config/or32/or32.c (or32_struct_alignment): Take
219
        maximum_field_alignment into account.
220
 
221
2010-09-14  Joern Rennecke  
222
 
223
        * config/or32/or32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Fix typo.
224
        (JUMP_TABLES_IN_TEXT_SECTION): Define.
225
        * config/or32/default.h (JUMP_TABLES_IN_TEXT_SECTION): Use flag_pic.
226
 
227
2010-09-13  Joern Rennecke  
228
 
229
        * config/or32/or32.h (TRAMPOLINE_SIZE): Use result of
230
        or32_trampoline_code_size rather than its address.
231
 
232
        * config/or32/initfini.c (init): Rename to:
233
        (__init).
234
        * config/or32/or32.c (or32_trampoline_init): Don't clobber r12.
235
 
236
        * config.gcc (or32-*-elf*): Add newlib-stdint.h to tm_file.
237
 
238 334 jeremybenn
2010-09-05  Jeremy Bennett  
239
 
240 336 jeremybenn
        * BASE_VER: Updated for gcc-4.5.1-or32-1.0rc1.
241 335 jeremybenn
 
242
2010-09-05  Jeremy Bennett  
243
 
244 334 jeremybenn
        * config/or32/or32-protos.c : Added.
245
        * config/or32/or32.c : Added.
246
        * config/or32/or32.h : Deleted.
247
        * doc/contrib.texi: Updated for OpenRISC.
248
        * doc/invoke.texi: Updated for OpenRISC.
249
 
250 332 jeremybenn
2010-09-04  Jeremy Bennett  
251
 
252
        * config/or32/or32-protos.c : Added.
253
        * config/or32/or32.c :
254
        New macros added.
255
        (or32_emit_mode, or32_emit_binary, or32_force_binary)
256
        (or32_trampoline_code_size, or32_trampoline_init): Created.
257
        (or32_output_bf): Tabbing fixed.
258
        : Definition added.
259
        * config/or32/or32.h : Uses R11.
260
        : redefined.
261
        : Added definition.
262
 
263 280 jeremybenn
2010-09-01  Jeremy Bennett  
264
 
265
        * haifa-sched.c (initiate_bb_reg_pressure_info): Declaration of i
266
        made conditional to avoid warning.
267
        * or32.c: Updated for compatibility with GCC 4.5.1. Redundant
268
        functions remobed. Now contains all target hooks.
269
        * or32.h: Complete rewrite for compatibility with GCC
270
        4.5.1. Removed all target hooks.
271
        * or32.md: Rewrite for compatibility with GCC 4.5.1.
272
        * or32-protos.h: Updated to match or32.c.
273
 
274
2010-09-01  Jeremy Bennett  
275
 
276
        * .: All files updated to GCC 4.5.1 base.
277
 
278
2010-08-26  mirekez  
279
 
280
        * config/or32/or32.h : CR_REGS removed from
281
        enumeration.
282
 
283
2010-08-26  Jeremy Bennett  
284
 
285
        * vec.h: All references to VEC_TA_GTY with an empty fourth
286
        argument replaced by VEC_TA_GTY_ANON with only three arguments
287
        : Created.
288
 
289
2010-08-25  Jeremy Bennett  
290
 
291
        * config/or32/elf.h : Defined.
292
        : Changed to DWARF2_DEBUG.
293
        : Deleted.
294
        * config/or32/or32.h: Obsolete code surrounded by "#if 0" removed
295
        for clarity.
296
        : Definition deleted.
297
        :
298
        Definition deleted (default suffices).
299
        : Defined.
300
        : Defined.
301
        * config/or32/or32.md: Commenting clarified. Obsolete code for
302
        define_function_unit deleted.
303
 
304
2010-08-19  Jeremy Bennett  
305
 
306
        * config/or32/elf.h : Definition removed.
307
        : Modified to match or32.h
308
        * config/or32/linux-elf.h: Modified to match
309
        or32.h
310
        * config/or32/or32.h : Changed to use free instead of
311
        _free to match change in USER_LABEL_PREFIX.
312
        : Changed from "_" to "".
313
        : Surround .proc by tab chars.
314
        * config/or32/or32.S (__mulsi3, __udivsi3, __divsi3, __umodsi3)
315
        (__modsi3): Changed from ___mulsi3, ___udivsi3, ___divsi3,
316
        ___umodsi3 and ___modsi3 respectively to match change in
317
        USER_LABEL_PREFIX.
318
 
319
2010-07-20  Jeremy Bennett 
320
 
321
        * config/or32/or32.h: Updated LIB_SPEC for newlib 1.18.0 to force
322
        linking of _malloc and _free against a weak reference also when
323
        using -lg.
324
 
325
2010-07-19  Jeremy Bennett 
326
 
327
        * config/or32/or32.h: Updated LIB_SPEC for newlib 1.18.0 to force
328
        linking of _malloc and _free against a weak reference.
329
 
330
2010-07-17  Jeremy Bennett 
331
 
332
        * config/or32/or32.h: Updated STARTFILE_SPEC and LIB_SPEC
333
        definition for newlib.
334
 
335
2010-07-16  Jeremy Bennett 
336
 
337
        * config/or32/or32.h: Updated SPEC definitions to pick up newlib
338
        in custom location.
339
 
340
2010-07-13  Jeremy Bennett 
341
 
342
        * config/or32/initfini.c: Corrected assembler sequences.
343
 
344
2010-07-07  Jeremy Bennett 
345
 
346
        * config.gcc: Specified cpu_type for or32. Corrected templates
347
        specified for or32-*-elf*. Added extra_parts for
348
        or32-*-elf*. Specified t-or32 as tmake_file for or32-*-elf*.
349
        * config/or32/initfini.c: Created.
350
        * config/or32/or32.h : Removed.
351
        : Add crtinit.o.
352
        : Just specify crtfini.o.
353
        : Unified multiple definitions. Added newlib library
354
        when specified.
355
        * config/or32/or32.opt : New option added.
356
        * config/or32/t-default: Added details for crtinit and crtfini.
357
        * config/or32/t-or32: Added details for crtinit and crtfini.
358
 
359
2010-06-30  Jeremy Bennett  
360
 
361
        * config/or32/or32.h : Corrected definition.
362
        : Pick up newlib specific linker script.
363
        : Specify newlib library.
364
        * config/or32/or32.opt : New option added.
365
 
366
2010-06-21  Jeremy Bennett  
367
 
368
        * config/or32/or32.md: Duplicate define_insn of "movdf" and "movsf"
369
        removed.
370
 
371
2010-06-17  Jungsook yang  
372
 
373
        * config/or32/or32.c (or32_expand_branch): Added SFmode case.
374
        * config/or32/or32.md : Added.
375
        : Added.
376
        : Added.
377
        : Added.
378
        : Added.
379
        : Added.
380
        : Added.
381
        : Added.
382
        : Added.
383
        : Added TARGET_DOUBLE_FLOAT.
384
        : Added TARGET_DOUBLE_FLOAT.
385
        : Added TARGET_DOUBLE_FLOAT.
386
        : Added TARGET_DOUBLE_FLOAT.
387
        : Added.
388
        : Added.
389
        : Added.
390
        : Added.
391
        * config/or32/or32.opt: mdouble-float option added.
392
 

powered by: WebSVN 2.1.0

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