Age | Commit message (Expand) | Author | Files | Lines |
2010-11-16 | v850.md (maddsf4): Rename to fmasf4 and use fma rtx_code. | Nick Clifton | 1 | -21/+20 |
2010-11-15 | re PR target/46432 (v850-elf --enable-werror-always build fails) | Joern Rennecke | 1 | -3/+0 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 1 | -1/+1 |
2010-10-22 | target.h (enum opt_levels, [...]): New. | Joseph Myers | 2 | -12/+9 |
2010-10-16 | avr.h (PREFERRED_RELOAD_CLASS): Remove. | Anatoly Sokolov | 1 | -7/+0 |
2010-09-17 | v850.c (v850_function_value_regno_p): Make static. | Naveen H.S | 2 | -158/+132 |
2010-09-16 | target.def (target_option.optimization): New hook. | Joseph Myers | 2 | -35/+21 |
2010-08-31 | v850-protos.h (function_arg): Delete. | Nathan Froyd | 3 | -37/+30 |
2010-07-26 | configure.ac: Support all v850 targets. | Naveen.H.S | 10 | -1082/+2228 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2 | -0/+2 |
2010-06-29 | reginfo.c (init_reg_sets_1): Adjust comments. | Nathan Froyd | 1 | -9/+0 |
2010-06-17 | v850-protos.h (print_operand): Delete. | Nathan Froyd | 3 | -28/+29 |
2010-06-05 | c-common.c: Move to c-family/. | Steven Bosscher | 3 | -3/+3 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2009-11-24 | v850.c (function_arg): Fix handling of zero-length function arguments. | Nick Clifton | 1 | -8/+16 |
2009-09-25 | v850.h (FUNCTION_VALUE): Remove. | Anatoly Sokolov | 2 | -8/+15 |
2009-09-22 | v850.c (TARGET_ASM_TRAMPOLINE_TEMPLATE): New. | Richard Henderson | 2 | -24/+39 |
2009-08-26 | hooks.h (hook_bool_const_int_const_int_true): Declare. | Anatoly Sokolov | 2 | -11/+13 |
2009-07-07 | cgraphunit.c: Replace %J by an explicit location. | Manuel López-Ibáñez | 1 | -2/+3 |
2009-06-25 | arc.c: Include "df.h". | Ian Lance Taylor | 2 | -16/+21 |
2009-06-03 | ansidecl.h (EXPORTED_CONST): Define. | Ian Lance Taylor | 1 | -1/+1 |
2009-05-26 | Makefile.in (COMPILER, [...]): Define. | Ian Lance Taylor | 2 | -4/+6 |
2009-05-12 | Merge cond-optab branch. | Paolo Bonzini | 2 | -245/+62 |
2009-05-10 | arc.c (arc_handle_interrupt_attribute): Use %qE for identifiers in diagnostics. | Joseph Myers | 2 | -6/+10 |
2009-05-03 | defaults.h (FRAME_POINTER_REQUIRED): Provide default. | Anatoly Sokolov | 1 | -6/+0 |
2009-04-23 | v850.md (epilogue): Remove suppressed code. | Nick Clifton | 2 | -9/+4 |
2009-04-22 | defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default. | Paolo Bonzini | 1 | -5/+0 |
2009-04-21 | ABOUT-GCC-NLS, [...]: Add copyright and license notices. | Joseph Myers | 2 | -0/+37 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 1 | -15/+10 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2 | -2/+2 |
2008-09-09 | * config/v850/v850.md (return): Restore frame size restriction. | Nick Clifton | 1 | -1/+1 |
2008-09-01 | expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand. | Jan Hubicka | 1 | -1/+1 |
2008-08-31 | frv.c (frv_rtx_costs): Update forward declaration. | Jan Hubicka | 1 | -1/+1 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -3/+3 |
2008-08-28 | v850.h (IRA_COVER_CLASSES): Define. | Nick Clifton | 2 | -2/+7 |
2008-06-01 | rtl.h (emit_clobber, [...]): Declare. | Richard Sandiford | 1 | -1/+1 |
2008-05-08 | 2008-05-07 Kai Tietz <kai,tietz@onevision.com> | Kai Tietz | 1 | -1/+1 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -1/+1 |
2008-04-08 | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 2 | -3/+3 |
2008-04-02 | v850.md (casesi): Remove if (0) code. | Ben Elliston | 1 | -8/+0 |
2008-03-27 | sourcebuild.texi, [...]: Revert automatic dependency patch. | Tom Tromey | 2 | -4/+6 |
2008-03-25 | x-solaris (host-solaris.o): Update. | Tom Tromey | 2 | -6/+4 |
2007-08-23 | arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu... | Kaveh R. Ghazi | 1 | -5/+5 |
2007-08-02 | host-hpux.c: Change copyright header to refer to version 3 of the GNU General... | Nick Clifton | 7 | -33/+26 |
2007-07-04 | v850.c (expand_prologue): Make sure GEN_INT() argument is sign extended rathe... | Rask Ingemann Lambertsen | 3 | -143/+7 |
2007-06-14 | re PR target/32341 (undefined reference to `df_set_regs_ever_live_p') | Rask Ingemann Lambertsen | 1 | -1/+2 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -9/+12 |
2007-03-22 | defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default. | Kai Tietz | 1 | -1/+1 |
2007-02-04 | v850.c, [...]: Follow spelling conventions. | Kazu Hirata | 3 | -14/+14 |
2006-06-01 | v850.h (ASM_OUTPUT_ADDR_DIFF_ELT): Disabled the shift, as we've disabled the ... | DJ Delorie | 1 | -2/+4 |