1. 28 Apr, 2006 5 commits
  2. 27 Apr, 2006 12 commits
    • target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket with #ifndef/#endif. · 16d6f994
      2006-04-27  Eric Christopher  <echristo@apple.com>
      
              * target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket
              with #ifndef/#endif.
              * config/darwin-c.c (darwin_ms_struct): New.
              (darwin_pragma_ms_struct): Ditto.
              (darwin_set_default_type_attributes): Ditto.
              * config/darwin-protos.h (darwin_pragma_ms_struct): Declare.
              * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS):
              Register ms_struct pragma.
              * config/i386/darwin.h (REGISTER_TARGET_PRAGMAS): Declare.
              (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Ditto.
              * config/rs6000/rs6000.c (rs6000_set_default_type_attributes): Call
              darwin_set_default_type_attributes if TARGET_MACHO.
      
      2006-04-27  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/pragma-ms_struct.c: New.
      
      From-SVN: r113327
      Eric Christopher committed
    • TODO: Update. · 6f3d6562
      2006-04-27  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* docs/html/17_intro/TODO: Update.
      
      From-SVN: r113325
      Benjamin Kosnik committed
    • configure.ac: Add an additional checks for dladdr and dlopen on dld. · 2a67186a
      2006-04-28  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* configure.ac: Add an additional checks for dladdr and dlopen on dld.
      	* configure: Rebuilt.
      
      From-SVN: r113323
      Andreas Tobler committed
    • Implement new immediate use iterators. · 6c00f606
      2006-04-27  Andrew MacLeod  <amacleod@redhat.com>
      
      	PR tree-optimization/26854
      	* tree-vrp.c (remove_range_assertions): Use new Immuse iterator.
      	* doc/tree-ssa.texi: Update immuse iterator documentation.
      	* tree-ssa-math-opts.c (execute_cse_reciprocals_1): Use new iterator.
      	* tree-ssa-dom.c (propagate_rhs_into_lhs): Use new iterator.
      	* tree-flow-inline.h (end_safe_imm_use_traverse, end_safe_imm_use_p,
      	first_safe_imm_use, next_safe_imm_use): Remove.
      	(end_imm_use_stmt_p): New.  Check for end of immuse stmt traversal.
      	(end_imm_use_stmt_traverse): New.  Terminate immuse stmt traversal.
      	(move_use_after_head): New.  Helper function to sort immuses in a stmt.
      	(link_use_stmts_after): New.  Link all immuses in a stmt consescutively.
      	(first_imm_use_stmt): New.  Get first stmt in an immuse list.
      	(next_imm_use_stmt): New.  Get next stmt in an immuse list.
      	(first_imm_use_on_stmt): New.  Get first immuse on a stmt.
      	(end_imm_use_on_stmt_p): New.  Check for end of immuses on a stmt.
      	(next_imm_use_on_stmt): New.  Move to next immuse on a stmt.
      	* tree-ssa-forwprop.c (forward_propagate_addr_expr): Use new iterator.
      	* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use new iterator.
      	(perfect_nestify): Use new iterator.
      	* tree-vect-transform.c (vect_create_epilog_for_reduction): Use new 
      	iterator.
      	* tree-flow.h (struct immediate_use_iterator_d): Add comments.
      	(next_imm_name): New field in struct immediate_use_iterator_d.
      	(FOR_EACH_IMM_USE_SAFE, BREAK_FROM_SAFE_IMM_USE): Remove.
      	(FOR_EACH_IMM_USE_STMT, BREAK_FROM_IMM_USE_STMT, 
      	FOR_EACH_IMM_USE_ON_STMT): New immediate use iterator macros.
      	* tree-cfg.c (replace_uses_by): Use new iterator.
      	* tree-ssa-threadedge.c (lhs_of_dominating_assert): Use new iterator.
      	* tree-ssa-operands.c (correct_use_link): Remove.
      	(finalize_ssa_use_ops): No longer call correct_use_link.
      
      From-SVN: r113321
      Andrew MacLeod committed
    • re PR c++/27102 (ICE with invalid class name in function template) · 8fcd79cb
      	PR c++/27102
      	* typeck2.c (cxx_incomplete_type_diagnostic): Handle
      	TYPENAME_TYPE.
      	PR c++/27102
      	* g++.dg/template/crash47.C: New test.
      
      From-SVN: r113320
      Mark Mitchell committed
    • t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New. · 9613eaff
      	* config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New.
      	* config/t-darwin (crt3.o): Use it.
      	* config/rs6000/rs6000.c (rs6000_initialize_trampoline): Remove
      	'pmode', use Pmode instead of SImode for SYMBOL_REF.
      	* config/rs6000/rs6000.md (call_indirect_nonlocal_sysv,
      	call_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
      	call_value_nonlocal_sysv): Suffix with the "P" macro for 32/64
      	support.
      
      From-SVN: r113319
      Stuart Hastings committed
    • expmed.c (store_fixed_bit_field): If we're not optimizing for size... · 135c2bd4
      
      	* expmed.c (store_fixed_bit_field): If we're not optimizing for
      	size, force the intermediate into a new pseudo rather instead of
      	performing both a bitwise AND and a bitwise IOR in memory.
      
      From-SVN: r113318
      Roger Sayle committed
    • re PR rtl-optimization/26685 (documentation refer to nonexisting --param max-cse-insns) · 921b02cd
      2006-04-27  Richard Guenther  <rguenther@suse.de>
      
      	PR rtl-optimization/26685
      	* params.def (PARAM_MAX_CSE_INSNS): Correct typo that named
      	this one "max-flow-memory-locations".
      
      From-SVN: r113300
      Richard Guenther committed
    • re PR tree-optimization/25148 (compare_values assumes that CST in a + CST (and a… · 67ac6e63
      re PR tree-optimization/25148 (compare_values assumes that CST in a + CST (and a - CST) is always postive)
      
      2006-04-27  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/25148
      	* tree-vrp.c (compare_values): Remove code dealing with
      	comparisons against type min/max value.  Honour overflow
      	and negative constants in code dealing with comparisons
      	of plus and minus expressions.
      	(value_inside_range): Use fold_binary with LE_EXPR and
      	GE_EXPR rather than compare_values.
      
      From-SVN: r113298
      Richard Guenther committed
    • xmmintrin.h (_mm_shuffle_pi16): make available for SSE. · 869170df
      2006-04-27  Dirk Mueller  <dmueller@suse.de>
      
              * config/i386/xmmintrin.h (_mm_shuffle_pi16): make available
              for SSE.
      
              * testsuite/gcc.target/i386/sse-7.c: build with -msse.
      
      From-SVN: r113297
      Dirk Mueller committed
    • re PR testsuite/27274 (execution test of gcc.dg/i386-sse-9.c fails on non-SSE CPU) · ded5b063
      2006-04-26  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR testsuite/27274:
      	* gcc.target/i386/sse-9.c: Include "../../gcc.dg/i386-cpuid.h".
      	(main): Exit if processor doesn't support SSE.
      
      From-SVN: r113296
      H.J. Lu committed
    • Daily bump. · 54468df7
      From-SVN: r113290
      GCC Administrator committed
  3. 26 Apr, 2006 13 commits
  4. 25 Apr, 2006 10 commits