1. 08 Sep, 2009 7 commits
  2. 07 Sep, 2009 15 commits
    • From Jie Zhang <jie.zhang@analog.com>: · b3187e24
      	* config/bfin/predicates.md (p_register_operand): New
      	predicate.
      	(dp_register_operand): New predicate.
      	* config/bfin/bfin-protos.h (WA_05000074): Define.
      	(ENABLE_WA_05000074): Define.
      	* config/bfin/bfin.c (bfin_cpus[]): Add WA_05000074 for
      	all cpus.
      	(bfin_gen_bundles): Put dsp32shiftimm instruction in slot[0].
      	* config/bfin/bfin.md (define_attr type): Add dsp32shiftimm.
      	(define_attr addrtype): Allow load/store register to be
      	P register.
      	(define_attr storereg): New.
      	(define_cpu_unit anomaly_05000074): New.
      	(define_insn_reservation dsp32shiftimm): New.
      	(define_insn_reservation dsp32shiftimm_anomaly_05000074): New.
      	(define_insn_reservation loadp): Cannot use slot2.
      	(define_insn_reservation loadsp): Cannot use slot2.
      	(define_insn_reservation storep): Cannot use slot2. Does not
      	apply when working around 05000074.
      	(define_insn_reservation storep_anomaly_05000074): New.
      	(define_insn_reservation storei): Does not apply when working
      	around 05000074.
      	(define_insn_reservation storei_anomaly_05000074): New.
      	(define_attr length): Add dsp32shiftimm case.
      	(define_insn movsi_insn32, movsi_insv, ashlsi3_insn, ashrsi3,
      	ror_one, rol_one, lshrsi3, lshrpdi3, ashrpdi3, movhiv2hi_low,
      	movhiv2hi_high, composev2hi, packv2hi, movv2hi_hi,
      	ssashiftv2hi3, ssashifthi3, ssashiftsi3, lshiftv2hi3, lshifthi3):
      	Set type as dsp32shiftimm for dsp32shiftimm alternatives.
      
      From-SVN: r151490
      Bernd Schmidt committed
    • gcc/ · 5254cd50
      	From Mike Frysinger  <michael.frysinger@analog.com>
      	* config/bfin/bfin-protos.h (bfin_cpu_type): Add BFIN_CPU_BF542M,
      	BFIN_CPU_BF544M, BFIN_CPU_BF547M, BFIN_CPU_BF548M, and BFIN_CPU_BF549M.
      	* config/bfin/bfin.c (bfin_cpus[]): Add 0.3 for bf542m, bf544m, bf547m,
      	bf548m, and bf549m.
      	* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __ADSPBF542M__
      	for BFIN_CPU_BF542M, __ADSPBF544M__ for BFIN_CPU_BF544M, __ADSPBF547M__
      	for BFIN_CPU_BF547M, __ADSPBF548M__ for BFIN_CPU_BF548M, and
      	__ADSPBF549M__ for BFIN_CPU_BF549M.
      	* config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
      	bf542m-none, bf544m-none, bf547m-none, bf548m-none, and bf549m-none.
      	* config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
      	* config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
      	* doc/invoke.texi (Blackfin Options): Document that -mcpu now accepts
      	bf542m, bf544m, bf547m, bf548m, and bf549m.
      
      gcc/testsuite/
      	From Mike Frysinger  <michael.frysinger@analog.com>
      	* gcc.target/bfin/mcpu-bf542m.c: New file.
      	* gcc.target/bfin/mcpu-bf544m.c: Likewise.
      	* gcc.target/bfin/mcpu-bf546m.c: Likewise.
      	* gcc.target/bfin/mcpu-bf548m.c: Likewise.
      	* gcc.target/bfin/mcpu-bf549m.c: Likewise.
      
      From-SVN: r151488
      Bernd Schmidt committed
    • From Jie Zhang <jie.zhang@analog.com>: · 4dce27df
      	* config/bfin/bfin-protos.h (enum bfin_cpu_type, bfin_cpu_type,
      	bfin_si_revision, bfin_workarounds): Move these ...
      	* config/bfin/bfin.h: ... here.
      
      From-SVN: r151487
      Bernd Schmidt committed
    • bfin.md (UNSPEC_VOLATILE_STALL): New constant. · c7cb1555
      	* config/bfin/bfin.md (UNSPEC_VOLATILE_STALL): New constant.
      	(attr "addrtype"): New member "spreg".
      	Use it if mem_spfp_address_operand is true for the address.
      	(attr "type"): New entry "stall".
      	(cpu_unit "load"): New.
      	(insn_reservations "load32", "loadp", "loadi"): Add reservation of
      	"load".
      	(insn_reservation "loadsp"): New.
      	(insn_reservation "load_stall1"): New.
      	(insn_reservation "load_stall3"): New.
      	(stall): New insn.	
      	* config/bfin/predicates.md (const1_operand, const3_operand): New.
      	(mem_p_address_operand): Exclude stack and frame pointer based
      	addresses.
      	(mem_spfp_address_operand): New; match them here.
      	* config/bfin/bfin.c (add_sched_insns_for_speculation): New function.
      	(bfin_reorg): Call it if scheduling insns.
      	(bfin_gen_bundles): Remove dummy insns created by
      	add_sched_insns_for_speculation.
      
      From-SVN: r151486
      Bernd Schmidt committed
    • re PR middle-end/41282 (Revision 151394 failed to compile mplayer) · 4a50e99c
      2009-09-07  Martin Jambor  <mjambor@suse.cz>
      
      	PR middle-end/41282
      	* tree-sra.c (create_artificial_child_access): Return NULL if
      	build_ref_for_offset fails.
      	(propagate_subacesses_accross_link): Allow build_ref_for_offset
      	and create_artificial_child_access to fail.
      
      	* testsuite/gcc.c-torture/compile/pr41282.c: New test.
      
      From-SVN: r151484
      Martin Jambor committed
    • re PR c++/41214 (Null pointer dereferenced in _Unwind_SetGR()) · e5b258a4
      PR c++/41214
              * unwind-dw2.c (uw_init_context_1): Mark noinline.
              * config/ia64/unwind-ia64.c (uw_init_context_1): Likewise.
              * config/xtensa/unwind-dw2-xtensa.c (uw_init_context_1): Likewise.
      
      From-SVN: r151482
      Dmitry Gorbachev committed
    • re PR fortran/41197 (ICE with ALLOCATE and nonscalar STAT= variable) · 6c145259
      2009-09-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/41197
      	* resolve_c (resolve_allocate_deallocate):  Complain
      	if stat or errmsg varaible is an array.
      
      2009-09-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/41197
      	* gfortran.dg/allocate_alloc_opt_1.f90:  Use scalar
      	variables for stat and errmsg.
      	* gfortran.dg/deallocate_alloc_opt_1.f90:  Likewise.
      	* gfortran.dg/allocate_stat_2.f90:  New test.
      
      From-SVN: r151480
      Thomas Koenig committed
    • bfin.c (bfin_optimize_loop): When creating a new basic block, ensure it has an exit edge. · 8ff7f824
      gcc/
      	* config/bfin/bfin.c (bfin_optimize_loop): When creating a new basic
      	block, ensure it has an exit edge.  Emit a barrier after a jump.
      
      gcc/testsuite/
      	* gcc.c-torture/compile/20090907-1.c: New test.
      
      From-SVN: r151479
      Bernd Schmidt committed
    • gcc.c (this_is_linker_script): New variable. · 3beb864c
              * gcc.c (this_is_linker_script): New variable.  Like
              this_is_library_file but for the %T constructor.
              (end_going_arg): If this_is_linker_script is set then locate the
              script and insert a --script switch before it
              (do_spec_2): Initialise this_is_linker_script.
              (do_spec_1): Likewise.  Handle %T construct.
              (eval_spec_function): Preserve this_is_linker_script.
              * doc/invoke.texi: Document %T construct in spec files.
              * config/m32c/m32c.h (LIB_SPEC): Use it.
      
      From-SVN: r151477
      Nick Clifton committed
    • re PR libstdc++/41280 (Revision 151352 breaks 32bit libstdc++) · d4e0a1c0
      2009-09-07  H.J. Lu  <hongjiu.lu@intel.com>
                  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
      	PR libstdc++/41280
      	* configure.ac: Run "${multi_basedir}/config-ml.in" to generate
      	MULTISUBDIR = in subdirectory Makefiles, with ml_norecursion set.
      	* configure: Regenerate.
      
      Co-Authored-By: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
      
      From-SVN: r151476
      H.J. Lu committed
    • rtl.h (PREFETCH_SCHEDULE_BARRIER_P): New macro. · 3fce100b
      2009-09-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
      
      	* rtl.h (PREFETCH_SCHEDULE_BARRIER_P): New macro.	
      	* sched-deps.c (sched_analyze_2): Make prefetches a hard barrier
      	when volatile flag is set.
      	* doc/rtl.texi (PREFETCH_SCHEDULE_BARRIER_P): Add documentation pieces.
      
      From-SVN: r151475
      Andreas Krebbel committed
    • targtyps.c: Add missing include for tm_p.h. · 2dcbb2c0
      2009-09-07  Laurent GUERBY  <laurent@guerby.net>
      
      	* gcc-interface/targtyps.c: Add missing include for tm_p.h.
      	* gcc-interface/Make-lang.in: Update dependencies.
      
      From-SVN: r151474
      Laurent GUERBY committed
    • make.adb: Add missing documentation for multilib handling. · e9491f46
      2009-09-07  Laurent GUERBY  <laurent@guerby.net>
      
              * make.adb: Add missing documentation for multilib handling.
      
      From-SVN: r151473
      Laurent GUERBY committed
    • Fix typo · 7717df30
      From-SVN: r151468
      Eric Botcazou committed
    • Daily bump. · a7303f2b
      From-SVN: r151466
      GCC Administrator committed
  3. 06 Sep, 2009 6 commits
  4. 05 Sep, 2009 7 commits
  5. 04 Sep, 2009 5 commits