- 24 Apr, 1997 5 commits
-
-
TARGET_5200 support. From-SVN: r13978
Jim Wilson committed -
From-SVN: r13977
Richard Kenner committed -
From-SVN: r13976
Jason Merrill committed -
From-SVN: r13975
Ian Lance Taylor committed -
From-SVN: r13974
Jason Merrill committed
-
- 23 Apr, 1997 17 commits
-
-
* mn10300.c (secondary_reload_class): Handle more cases where we need secondary reloads. (impossible_plus_operand): Accept anything that involves addition of the stack pointer. * mn10300.md (reload_insi): Always load the stack pointer into the destination (which is always an address register). * mn10300.h (STORE_FLAG_VALUE): Remove definition. * xm-mn10300.h: Declare malloc, realloc, calloc and free. From-SVN: r13973
Jeff Law committed -
From-SVN: r13972
Mike Stump committed -
From-SVN: r13971
Mike Stump committed -
From-SVN: r13970
Ian Lance Taylor committed -
From-SVN: r13969
Mike Stump committed -
From-SVN: r13968
Mike Stump committed -
From-SVN: r13967
Doug Evans committed -
From-SVN: r13966
Richard Kenner committed -
(INITIAL_FRAME_POINTER_OFFSET,FIX_FRAME_POINTER_ADDRESS): Undefine. (FUNCTION_PROLOGUE,FUNCTION_EPILOGUE): Honor -fomit-frame-pointer. (ELIMINABLE_REGS,CAN_ELIMINATE,INITIAL_ELIMINATION_OFFSET): Defined. (PREFERRED_RELOAD_CLASS): Corrected. (CONST_COSTS,ADDRESS_COST,REGISTER_MOVE_COST,MEMORY_MOVE_COST): Slight adjustments. (ASM_APP_ON,ASM_APP_OFF): Corrected. From-SVN: r13965
Richard Kenner committed -
(nonindirect_operand): Remove. (print_operand): Fix 'J' output modifier. From-SVN: r13964
Richard Kenner committed -
(mov[hq]i-[23]): New patterns for mem-indirect moves. (movhf,movtqf): Corrected. From-SVN: r13963
Richard Kenner committed -
From-SVN: r13962
Richard Kenner committed -
From-SVN: r13961
Richard Kenner committed -
From-SVN: r13960
Richard Kenner committed -
From-SVN: r13959
Richard Kenner committed -
From-SVN: r13958
Richard Kenner committed -
From-SVN: r13957
Jason Merrill committed
-
- 22 Apr, 1997 2 commits
-
-
(gen_variable_dir): Add test for DW_AT_declaration to the old_die if statement, and delete assertion for it. (gen_variable_dir): Add test for DW_AT_declaration to the old_die if statement, and delete assertion for it. (decl_ultimate_origin): Remove last change. From-SVN: r13956
Jim Wilson committed -
mn10300.c (expand_prologue): End the current sequence before counting the tst insns in the current function. * mn10300.c (expand_prologue): End the current sequence before counting the tst insns in the current function. Start a new one before emitting any prologue instructions. * mn10300.h (REGISTER_MOVE_COST): Bump up cost of moves in the same class. * mn10300.md (untyped_call): New expander. From-SVN: r13955
Jeff Law committed
-
- 21 Apr, 1997 7 commits
-
-
From-SVN: r13954
Jim Wilson committed -
make sure not dealing with largest negative. From-SVN: r13953
Richard Kenner committed -
From-SVN: r13952
Jim Wilson committed -
(movxf+1): Disable for TARGET_5200. (movxf+2): New pattern for TARGET_5200. (addsi3): Add define_expand. Move code to output_addsi3. (addsi3_internal): Renamed from addsi3. Disable for TARGET_5200. (addsi3_5200): New pattern for TARGET_5200. From-SVN: r13951
Jim Wilson committed -
From-SVN: r13950
Jim Wilson committed -
From-SVN: r13949
Richard Kenner committed -
From-SVN: r13948
Richard Kenner committed
-
- 20 Apr, 1997 9 commits
-
-
From-SVN: r13947
Richard Kenner committed -
From-SVN: r13946
Richard Kenner committed -
From-SVN: r13945
Richard Kenner committed -
From-SVN: r13944
Richard Kenner committed -
From-SVN: r13943
Richard Kenner committed -
(output_prolog): Call it instead of doing it directly. From-SVN: r13942
Richard Kenner committed -
From-SVN: r13941
Richard Kenner committed -
Include expr.h. Undefine inline ifndef __GNUC__; never define to include static. Add "static" to header of all inlined functions. Add declarations for all static functions, with prototypes. (addr_const_to_string): Use HOST_WIDE_INT_PRINT_* macros. (add_AT_*, new_{die,loc_descr,cfi): Don't check for xmalloc returning zero. (modified_type_die): Add missing parm on recursive call. ({reg,based}_loc_descriptor): Add missing arg to call to new_loc_descr. (add_const_value_attribute): Use REAL_VALUE_TYPE for fp calculations. (output_call_frame_info): Add missing arg to output_cfi call. (dwarf2out_def_cfa): Local variable OLD_REG must be unsigned long. From-SVN: r13940
Richard Kenner committed -
(decl_ultimate_origin): Return NULL if equal to decl. (constant_size): Never return more than 4. (value_format, case 8): New case. (dwarf2out_frame_debug): Use HARD_FRAME_POINTER_REGNUM. (based_loc_descr): Likewise. (add_bound_info): Delete default case. Add cases for CONVERT_EXPR and NON_LVALUE_EXPR; treat like NOP_EXPR. Change NOP_EXPR to to recursive call. (add_type_attribute): Ignore unnamed subtype of integral or FP. (gen_subprogram_die): Use reg_loc_descriptor. (dwarf2out_decl): Ignore nested functions. From-SVN: r13939
Richard Kenner committed
-