1. 15 Apr, 2011 35 commits
  2. 14 Apr, 2011 5 commits
    • cfgexpand.c (expand_call_stmt): Rematerialize the original function type if this… · e7925582
      cfgexpand.c (expand_call_stmt): Rematerialize the original function type if this is not a builtin function.
      
      	* cfgexpand.c (expand_call_stmt): Rematerialize the original function
      	type if this is not a builtin function.
      
      From-SVN: r172459
      Eric Botcazou committed
    • re PR target/48605 (gcc.target/i386/sse4_1-insertps-2.c FAILs with -mtune=geode… · 09db7afe
      re PR target/48605 (gcc.target/i386/sse4_1-insertps-2.c FAILs with -mtune=geode - instruction insertps with memory operands behaves differently)
      
      	PR target/48605
      	* config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
      	offset it as needed based on top 2 bits in operands[3], change
      	MEM mode to SFmode and mask those 2 bits away from operands[3].
      
      	* gcc.target/i386/sse4_1-insertps-3.c: New test.
      	* gcc.target/i386/sse4_1-insertps-4.c: New test.
      	* gcc.target/i386/avx-insertps-3.c: New test.
      	* gcc.target/i386/avx-insertps-4.c: New test.
      
      From-SVN: r172458
      Jakub Jelinek committed
    • In gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com> · c59633d9
      In gcc/c-family/:
      2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* stub-objc.c (objc_declare_protocols): Renamed to
      	objc_declare_protocol.
      	* c-objc.h: Likewise.
      	
      In gcc/:
      2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* c-parser.c (c_parser_objc_protocol_definition): Updated for
      	change from objc_declare_protocols() to objc_declare_protocol().
      
      In gcc/objc/:
      2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc-act.c (objc_declare_protocols): Renamed to
      	objc_declare_protocol.  Changed first argument to be an identifier
      	instead of a tree chain of identifiers, so that callers don't have
      	to create a temporary tree chain.
      
      In gcc/cp/:
      2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* parser.c (cp_parser_objc_protocol_declaration): Updated for
      	change from objc_declare_protocols() to objc_declare_protocol().
      
      From-SVN: r172444
      Nicola Pero committed
    • pr41885.c (dg-options): Add -finline-limit=0 · b1430e5c
      	* gcc.target/avr/torture/pr41885.c (dg-options): Add
      	-finline-limit=0
      
      From-SVN: r172443
      Georg-Johann Lay committed
    • re PR target/46779 ([avr] wrong code generation for values held in R28/R29) · 54578a57
      	PR target/46779
      	PR target/45291
      	PR target/41894
      	* gcc.target/avr/pr46779-1.c: New test case
      	* gcc.target/avr/pr46779-2.c: New test case
      
      From-SVN: r172442
      Georg-Johann Lay committed