1. 21 May, 2011 15 commits
  2. 20 May, 2011 23 commits
  3. 19 May, 2011 2 commits
    • sse.md (fma4_fmsubadd): Use <ssemodesuffix>. · 37cb25ed
      2011-05-19  Quentin Neill  <quentin.neill@amd.com>
      
      	* config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
      	(fma4_fmaddsub): Likewise
      
      From-SVN: r173929
      Quentin Neill committed
    • gimple.c (gtc_visited, [...]): Remove. · a30726a4
      
      	* gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
      	(GIMPLE_TYPE_PAIR_SIZE): New macro.
      	(type_pair_cache): New static var.
      	(lookup_type_pair): Use fixed sized custom hash; make inline.
      	(gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
      	calls of lookup_type_pair.
      	(print_gimple_types_stats): Remove cache stats.
      	(free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
      	and gtc_ob.
      
      From-SVN: r173925
      Jan Hubicka committed