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 444

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

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

powered by: WebSVN 2.1.0

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