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 452

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

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

powered by: WebSVN 2.1.0

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