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

Subversion Repositories openrisc_me

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

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

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

powered by: WebSVN 2.1.0

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