aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-04h8300.c, [...]: Follow spelling conventions.Kazu Hirata3-14/+14
2006-12-08recog.c (mode_dependent_address_p): Identify pre-increment...Mark Shinwell1-5/+0
2006-10-28re PR target/29377 (Build for h8300-elf crashes on 64bit hosts due to int/HWI...Uros Bizjak1-5/+5
2006-08-28* config/h8300/h8300.c (TARGET_DEFAULT_TARGET_FLAGS): New.Prafulla Thakare1-0/+3
2006-01-02arm.c (all_fpus): Fix comment typo.Volker Reichelt1-1/+1
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-2/+2
2005-06-25Update FSF address.R. Kelley Cook17-34/+34
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-3/+5
2005-04-30h8300.c (byte_reg): Use gcc_assert and gcc_unreachable as appropriate.Nathan Sidwell2-252/+243