aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32c
AgeCommit message (Expand)AuthorFilesLines
2014-09-15Instruction attributes take an rtx_insn *David Malcolm2-4/+5
2014-09-04use rtx_insn * a little moreTrevor Saunders1-1/+2
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-1/+1
2014-08-26Strengthen fields in struct sequence_stack and struct emit_statusDavid Malcolm1-1/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-06-11common.md: New file.Richard Sandiford1-1/+1
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-1/+1
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-04-29arc.c (arc_select_cc_mode): Fix parentheses.Nick Clifton1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford22-22/+22
2013-12-13arc.h (BITS_PER_UNIT): Removed.Kenneth Zadeck1-1/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+10
2013-11-22cond.md (stzx_16): Use register_operand for operand 0.Richard Sandiford1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-10-30machmode.def (PARTIAL_INT_MODE): Add precision and name.Mike Stump1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford22-41/+22
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek10-10/+10
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-1/+3
2012-08-22constraints.md: New file.Nathan Froyd6-303/+286
2012-08-01m32c: Don't use set_optab_handlerRichard Henderson2-22/+20
2012-06-21* config/m32c/m32c-pragma.c: Remove unnecessary includes.Steven Bosscher1-6/+0
2012-05-10re PR target/53120 (ICE exposing strict_low_part / in/out operand thinko -fno...Nick Clifton1-2/+2
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-2/+4
2012-01-24rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford1-87/+3
2011-12-20expr.c (store_field): Avoid a direct store if the mode is larger than the siz...Bernd Schmidt1-1/+1
2011-11-02Move libgcc2 to toplevel libgccRainer Orth3-179/+0
2011-11-02Move libgcc1 to toplevel libgccRainer Orth3-242/+1
2011-11-02Move crtstuff support to toplevel libgccRainer Orth1-2/+0
2011-08-23m32c.h (CLASS_MAX_NREGS): Remove macro.Anatoly Sokolov3-9/+11
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-2/+2
2011-08-16m32c.h (PREFERRED_RELOAD_CLASS, [...]): Remove macro.Anatoly Sokolov3-12/+16
2011-08-05Makefile.in (FPBIT_FUNCS, [...]): Remove.Rainer Orth1-13/+1
2011-08-03m32c.c (class_sizes): Remove.Anatoly Sokolov1-26/+13
2011-07-28m32c.c (m32c_secondary_reload_class): Allow PSI registers to be reloaded in H...DJ Delorie1-1/+1
2011-07-25m32c.h (PRINT_OPERAND, [...]): Remove macro.Anatoly Sokolov3-17/+24
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-8/+12
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-5/+0
2011-04-21alpha.c (struct machine_function): Use rtx, not struct rtx_def *.Joseph Myers1-20/+14
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford3-12/+0
2011-04-19m32c.c (m32c_emit_epilogue): Don't try to push registers if we already know t...DJ Delorie4-23/+20
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers1-2/+0
2011-03-22m32c.c: Don't include opts.h.Joseph Myers3-28/+3
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-4/+11
2011-03-21ChangeLog gcc/Kai Tietz1-5/+6
2011-02-16* config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.Joseph Myers1-8/+8
2011-02-10m32c.c (m32c_option_override): Disable -fcombine-stack-adjustments until flag...DJ Delorie1-0/+5
2011-02-08re PR target/47548 (m32c-rtems ICEt in change_address_1, at emit-rtl.c:1933)DJ Delorie1-1/+1