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 453

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

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

powered by: WebSVN 2.1.0

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