1. 21 Apr, 2010 14 commits
  2. 20 Apr, 2010 23 commits
  3. 19 Apr, 2010 3 commits
    • opts.c (decode_options): Disable whpr incompatible passes. · 3ee2243c
      
      	* opts.c (decode_options): Disable whpr incompatible passes.
      	* lto/lto.c (lto_1_to_1_map): Skip clones.
      	(read_cgraph_and_symbols): Do not mark everything as needed.
      	(do_whole_program_analysis): Do map only after optimizing;
      	set proper cgraph_state; use passmanager.
      
      From-SVN: r158533
      Jan Hubicka committed
    • cfgexpand.c (expand_debug_expr): Check for mismatched modes in POINTER_PLUS_EXPR and fix them. · 576319a7
      * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
      POINTER_PLUS_EXPR and fix them.
      
      From-SVN: r158532
      DJ Delorie committed
    • avr-devices.c (avr_mcu_types): Add support for new devices atmega644pa... · 578ad141
      2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
      
      	* config/avr/avr-devices.c (avr_mcu_types): Add support for new
      	devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
      	attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
      	atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
      	atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
      	atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
      	atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
      	atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
      	m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
      	atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
      	* config/avr/t-avr.c (MULTILIB_MATCHES): Same.
      
      From-SVN: r158530
      Eric B. Weddington committed