1. 30 Jul, 2009 7 commits
    • a-teioed.adb, [...]: Minor reformatting · 16c5f1c6
      2009-07-30  Robert Dewar  <dewar@adacore.com>
      
      	* a-teioed.adb, exp_disp.adb, s-linux-hppa.ads, s-linux.ads,
      	s-tasini.adb, sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch6.adb,
      	sem_ch7.adb: Minor reformatting
      
      From-SVN: r150251
      Robert Dewar committed
    • ssa-loop-manip.c: Include langhooks.h. · 08dab97a
      2009-07-30  Razya Ladelsky <razya@il.ibm.com>
      
              * ssa-loop-manip.c: Include langhooks.h.
              (rewrite_phi_with_iv): New.
              (rewrite_all_phi_nodes_with_iv): New.
              (canonicalize_loop_ivs): Move here from tree-parloops.c.
              Remove reduction_list argument. Use rewrite_all_phi_nodes_with_iv.
              * tree-parloops.c (loop_parallel_p): Move out all conditions
              except dependency check.
              (canonicalize_loop_ivs): Move to tree-ssa-loop-manip.c.
              (gen_parallel_loop): Call canonicalize_loop_ivs without
              reduction_list argument.
              (build_new_reduction): New.
              (gather_scalar_reductions): New.
              (try_get_loop_niter): New.
              (try_create_reduction_list): New.
              (parallleize_loops): Change the parallel conditions check.
              * tree-flow.h (canonicalize_loop_ivs): Remove one argument.
              * Makefile.in (tree-ssa-loop-manip.o): Add langhooks.h dependency.
      
      From-SVN: r150250
      Razya Ladelsky committed
    • opt-functions.awk (opt_args): Allow argument to be enclosed in curly braces. · 88c2fd3d
      	* opt-functions.awk (opt_args): Allow argument to be enclosed in
      	curly braces.
      	* doc/options.texi (Option properties):  Mention new quoting syntax.
      
      From-SVN: r150248
      Dave Korn committed
    • alpha.c (alpha_start_function): Handle VMS_DEBUG_MAIN_POINTER · 5ea8f977
      
      	* config/alpha/alpha.c (alpha_start_function):
      	Handle VMS_DEBUG_MAIN_POINTER
      	* config/alpha/vms.h (VMS_DEBUG_MAIN_POINTER): Define new macro.
      	* doc/invoke.texi: Document -mdebug-main switch.
      
      From-SVN: r150235
      Douglas B Rupp committed
    • cgraph.c (cgraph_set_call_stmt_including_clones): Tidy. · 9b2a5ef7
              * cgraph.c (cgraph_set_call_stmt_including_clones): Tidy.
              (cgraph_create_edge_including_clones): Likewise.
              * tree-inline.c (copy_bb): Operate on the correct edges
              when updating the callgraph.
      
      From-SVN: r150234
      Richard Henderson committed
    • Daily bump. · 2f5164ee
      From-SVN: r150233
      GCC Administrator committed
    • vms-cc.c: Deleted. · 71cd2220
      
      	* config/alpha/vms-cc.c: Deleted.
      	* config/alpha/vms-ld.c: Deleted.
      	* config/alpha/t-vms64: Moved to config/vms
      	* config/alpha/vms-crt0-64.c: Moved to config/vms
      	* config/alpha/vms-crt0.c: Moved to config/vms
      	* config/alpha/vms-psxcrt0-64.c: Moved to config/vms
      	* config/alpha/vms-psxcrt0.c: Moved to config/vms
      	* config/alpha/xm-vms.h: Moved to config/vms
      	* config/alpha/x-vms: Moved to config/vms
      	* config/alpha/t-vms (vcrt0.o, pcrt0.o): Move rules to new file
      	config/vms/t-vms.
      	* config/vms/t-vms: Moved here from config/alpha. Alpha specific
      	parts removed. (STMP_FIXPROTO, STMP_FIXINC, LIMITS_H_TEST): Set.
      	(version): Set.
      	* config/vms/t-vms64: Moved here from config/alpha
      	* config/vms/vms-crt0-64.c: Moved here from config/alpha.
      	(argc,argv,envp): Enforce 32bit malloc'ing.
      	* config/vms/vms-psxcrt0-64.c: Likewise.
      	* config/vms/vms-crt0.c: Moved here from config/alpha.
      	* config/vms/vms-psxcrt0.c: Likewise.
      	* config/vms/vms-crtl-64.h: New file.
      	* config/vms/vms-crtl.h: New file.
      	* config/vms/vms.opt: New file.
      	* config/vms/xm-vms64.h: New file.
      	* config/vms/xm-vms.h: Moved here from config/alpha.
      	(STANARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX, STANDARD_INCLUDE_DIR):
      	Set.
      	* config/vms/x-vms: Moved here from config/alpha.
      	(version, VMS_EXTRA_PARTS): Moved to t-vms.
      	(vms-ld.o, vms-cc.o): Removed.
      	(LN, LN_S, USE_COLLECT2, POD2MAN): Set.
      
      From-SVN: r150230
      Douglas B Rupp committed
  2. 29 Jul, 2009 21 commits
  3. 28 Jul, 2009 12 commits