1. 05 Mar, 2003 4 commits
    • Makefile.tpl: Reindent. · 3aa83176
      	* Makefile.tpl: Reindent.
      	* Makefile.in: Regenerate.
      	* configure.in: Reindent.  Don't set unused variables.
      	* configure: Regenerate.
      
      From-SVN: r63823
      Nathanael Nerode committed
    • i386-local.c: New. · dafc5b82
      	* gcc.dg/i386-local.c: New.
      
      	* toplev.c (rest_of_compilation):  Deffer RTL compilation only when
      	RTL inlining is done.
      
      	* cgraphunit.c (cgraph_mark_local_functions): New local function.
      	(cgraph_optimize): Mark local functions.
      	* i386-protos.h (init_cumulative_args): Update prototype.
      	* i386.c (init_cumulative_args): Use register passing convention for
      	local functions.
      
      	* cgraph.c (cgraph_global_info_ready): New global variable
      	(cgraph_local_info, cgraph_global_info): New functions.
      	* cgraph.h (struct cgraph_local_info, cgraph_global_info): New
      	structures.
      	(cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
      	Declare.
      	* cgraphunit.c (cgraph_finalize_function): Set inline_many.
      	(cgraph_mark_functions_to_output): Use inline_many.
      	(cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
      	(cgraph_expand_functions): Expand inline functions last.
      	(cgraph_optimize): Do not emit uneeded functions.
      
      From-SVN: r63822
      Jan Hubicka committed
    • Daily bump. · 75d8f260
      From-SVN: r63821
      GCC Administrator committed
    • * expr.c (convert_modes): Check for legal hard register. · 006c9f4a
      From-SVN: r63813
      Steve Ellcey committed
  2. 04 Mar, 2003 36 commits