aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
AgeCommit message (Expand)AuthorFilesLines
2003-07-05install.texi: Fix typos.Kazu Hirata1-1/+1
2003-07-01contrib.texi: Fix typos.Kazu Hirata1-1/+1
2003-06-30defaults.h (PUSH_ARGS_REVERSED): Define default here.Jason Merrill1-0/+7
2003-06-29target-def.h: Remove usage of OBJECT_FORMAT_ROSE.Andreas Jaeger1-8/+2
2003-06-24builtins.c (expand_builtin): Use expand_builtin_pow to expand calls for pow...Roger Sayle1-0/+11
2003-06-23extend.texi: Fix typos.Kazu Hirata1-1/+1
2003-06-20hooks.c (hook_int_void_no_regs): Rename from hook_reg_class_void_no_regs; cha...Richard Henderson1-1/+1
2003-06-20tm.texi: Uniformly use @defmac for macros, rather than @table items.Zack Weinberg1-1463/+1293
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-12/+31
2003-06-19gcc.c (target_sysroot_suffix, [...]): New.Graeme Peterson1-0/+13
2003-06-18bt-load.c: New file.Stephen Clarke1-0/+22
2003-06-17tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.Franz Sirl1-0/+3
2003-06-17dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou1-2/+4
2003-06-15install.texi: Follow spelling conventions.Kazu Hirata1-2/+2
2003-06-14rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle1-2/+3
2003-06-07mklibgcc.in (lib2funcs): Remove _exit.Andreas Jaeger1-24/+0
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg1-13/+14
2003-06-07tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.Andreas Jaeger1-6/+0
2003-06-04config.gcc: Reorganize --with-cpu logic.Daniel Jacobowitz1-0/+19
2003-06-04uwin.h: Remove SUBTARGET_PROLOGUE.Andreas Jaeger1-61/+4
2003-06-03function.c (assign_parms): Split complex arguments.Aldy Hernandez1-0/+11
2003-06-01tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.Andreas Jaeger1-15/+0
2003-05-31function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE usage.Andreas Jaeger1-13/+1
2003-05-29Remove OBJC_PROLOGUE everywhere.Stan Shebs1-6/+0
2003-05-19tm.texi (function_arg): Fix typo.Aldy Hernandez1-1/+1
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth1-0/+7
2003-05-17defaults.h (TARGET_CPU_CPP_BUILTINS, [...]): Remove.Neil Booth1-29/+0
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-4/+4
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford1-8/+16
2003-05-10except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand1-4/+9
2003-04-28tree.h (TREE_CST_RTL, [...]): Delete.Zack Weinberg1-2/+1
2003-04-22fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT macro defaul...David Edelsohn1-0/+6
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-13/+26
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-11/+51
2003-04-15varasm.c (output_constant_def): Do not consult CONSTANT_AFTER_FUNCTION_P.Zack Weinberg1-7/+0
2003-04-13config-ml.in: Remove support for --disable-aix removing call-aix multilibs.Nick Clifton1-2/+2
2003-04-13invoke.texi: Fix typos.Kazu Hirata1-1/+1
2003-04-03stor-layout.c (do_type_align): New fn, split out from...Jason Merrill1-2/+1
2003-03-11tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.Aldy Hernandez1-0/+10
2003-03-11Makefile.in: Update.Neil Booth1-1/+1
2003-03-05tm.texi: Document TARGET_DWARF_REGISTER_SPAN.Aldy Hernandez1-0/+9
2003-03-04function.c (STACK_ALIGNMENT_NEEDED): New macro.John David Anglin1-0/+10
2003-02-25003-02-20 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-4/+6
2003-02-19tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.Krister Walfridsson1-1/+1
2003-02-19calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGSJan Hubicka1-11/+9
2003-02-1920030218-1.c: New.Nick Clifton1-0/+6
2003-02-12tm.texi (MODIFY_JNI_METHOD_CALL): Document.Ranjit Mathew1-0/+16
2003-02-05defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.Richard Henderson1-0/+19
2003-01-31loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka1-6/+6
2003-01-28target.h (targetm.address_cost): New.Richard Henderson1-42/+35