aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300
AgeCommit message (Expand)AuthorFilesLines
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-24targhooks.c (default_except_unwind_info): Remove MUST_USE_SJLJ_EXCEPTIONS case.Nathan Froyd2-3/+4
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd2-6/+12
2010-11-04re PR target/44751 (h8300 get_attr_cc warnings)Joern Rennecke2-13/+16
2010-10-28h8300-protos.h (function_arg): Delete.Nathan Froyd3-35/+27
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers2-15/+11
2010-10-16avr.h (PREFERRED_RELOAD_CLASS): Remove.Anatoly Sokolov1-7/+0
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers2-10/+15
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers3-14/+8
2010-07-13h8300.c (h8300_init_once): Default to -fstrict_volatile_bitfields.DJ Delorie1-0/+4
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-11/+0
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher1-5/+5
2010-04-16h8300.c (print_operand): Modify case 'V' and case 'W' print operands for HI m...Kaushik Phatak4-9/+121
2010-04-16h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.Kaushik Phatak1-5/+2
2010-04-16h8300.md (movqi_h8sx, [...]): Emit instructions in #xx:3 and #xx:4 mode.Kaushik Phatak1-8/+36
2010-04-16h8300.md (inverted load with HImode dest): Add support for H8300SX.Kaushik Phatak1-1/+1
2010-04-16predicate.md (bit_operand): Allow immediate values that satisfy 'U' constraint.Kaushik Phatak1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-15h8300.c: (h8300_push_pop): Use bool type for boolean parameters.Nick Clifton1-9/+13
2010-02-03h8300.md (can_delay): Fix attibute condition.Kaushik Phatak1-2/+2
2010-01-20h8300.c (F): Add "in_epilogue" flag.DJ Delorie1-13/+14
2009-10-14h8300.c (F): New.DJ Delorie2-13/+58
2009-09-22h8300.c (h8300_trampoline_init): New.Richard Henderson2-49/+53
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov2-12/+18
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-1/+1
2009-05-14tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini3-21/+5
2009-05-12Merge cond-optab branch.Paolo Bonzini3-245/+286
2009-05-10arc.c (arc_handle_interrupt_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-7/+7
2009-05-03defaults.h (FRAME_POINTER_REQUIRED): Provide default.Anatoly Sokolov1-6/+0
2009-04-21ABOUT-GCC-NLS, [...]: Add copyright and license notices.Joseph Myers3-0/+71
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek8-120/+80
2009-03-28inclhack.def (aix_syswait, [...]): Remove.Joseph Myers1-51/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek3-3/+6
2008-09-06h8300.h (IRA_COVER_CLASSES): Define.Jeff Law1-0/+13
2008-09-03h8300.c (expand_a_shift): Avoid invalid RTL sharing.Jeff Law1-3/+3
2008-09-01expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.Jan Hubicka1-3/+1
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-4/+4
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-1/+1
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-24/+24
2008-07-21h8300.c (h8300_hard_regno_scratch_ok): New.DJ Delorie1-0/+18
2008-07-11* config/h8300/h8300.md (length): Fix branch offset limit.DJ Delorie1-1/+1
2008-02-20h8300.md (insv): Force source operand to be a register.DJ Delorie2-1/+4
2008-02-06rtems-elf.h (TARGET_OS_CPP_BUILTINS): Add builtin_define ("__USE_INIT_FINI__").Ralf Corsepius1-2/+2
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-1/+1
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton9-43/+34
2007-07-10Replace no_new_pseudos in backends.Ian Lance Taylor1-4/+4
2007-06-11Merge dataflow branch into mainlineDaniel Berlin2-13/+13