aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pdp11/pdp11.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-2/+3
2011-07-09pdp11.md (define_c_enum "unspecv"): New.Richard Henderson1-178/+186
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-4/+6
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-52/+0
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-0/+12
2011-03-22pdp11.c (pdp11_handle_option): Access target_flags via opts pointer.Joseph Myers1-5/+3
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-4/+12
2010-12-31re PR target/47135 (pdp11.c: incompatible type for TARGET_PRINT_OPERAND_PUNCT...Joern Rennecke1-1/+1
2010-12-31pdp11.h (PRINT_OPERAND): Delete.Paul Koning1-2/+49
2010-12-30pdp11.md (movmemhi, movmemhi1): Correct constraints.Paul Koning1-195/+116
2010-12-29pdp11-protos.h (pdp11_asm_output_var): Declare.Paul Koning1-0/+13
2010-12-09pdp11-protos.h (output_move_double, [...]): Delete.Paul Koning1-373/+180
2010-12-07pdp11.c (output_addr_const_pdp11): Output negative values with sign rather th...Paul Koning1-12/+13
2010-12-07pdp11.c (TARGET_ASM_FUNCTION_SECTION): Define.Paul Koning1-0/+13
2010-12-02pdp11.c (output_jump): Map unsigned to signed opcodes if CC_NO_OVERFLOW is set.Paul Koning1-55/+36
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd1-0/+37
2010-11-21pdp11.c (pdp11_legitimate_address_p): New function.Paul Koning1-1/+113
2010-11-20pdp11-protos.h (pdp11_initial_elimination_offset, [...]): New functions.Paul Koning1-2/+67
2010-11-18pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.Paul Koning1-1/+1
2010-11-09pdp11.c (pdp11_assemble_integer): Clean up fix for output of byte values.Paul Koning1-4/+2
2010-11-08pdp11.c (pdp11_assemble_integer): Mask byte values to 8 bits.Paul Koning1-4/+5
2010-11-04re PR target/44750 (pdp-11 fails to build)Joern Rennecke1-9/+9
2010-11-01pdp11.c (pdp11_return_in_memory): Return vector and complex modes in memory.Paul Koning1-7/+5
2010-10-29pdp11.c (output_move_quad): Fix ICE for CPU register to register move.Paul Koning1-6/+0
2010-10-29pdp11.c (print_operand_address): Correct handling of integer constant address...Paul Koning1-52/+17
2010-10-29pdp11.c (pdp11_trampoline_init): Correct instruction encoding.Paul Koning1-4/+4
2010-10-29pdp11-protos.h (pdp11_cannot_change_mode_class, [...]): Declare.Paul Koning1-12/+127
2010-10-26pdp11.c (pdp11_f_format, [...]): Update to current definition of struct_real_...Paul Koning1-2/+2
2010-10-25pdp11.md: Add define_constants for register numbers, branch offset limits.Paul Koning1-16/+11
2010-10-24pdp11.md: Change length attribute to be in bytes.Paul Koning1-2/+2
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers1-15/+10
2010-10-21pdp11-protos.md (arith_operand, [...]): DeletePaul Koning1-28/+0
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers1-3/+13
2010-10-09pdp11.h (FUNCTION_ARG, [...]): Delete.Nathan Froyd1-0/+48
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers1-0/+18
2010-09-15pdp11.c (register_move_cost): Rename to pdp11_register_move_cost.Joseph Myers1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-08pdp11.h (FUNCTION_VALUE, [...]): Remove macros.Anatoly Sokolov1-1/+45
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-09-22pdp11.c (pdp11_trampoline_init): New.Richard Henderson1-0/+32
2009-05-15frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS.Paolo Bonzini1-14/+0
2009-05-12Merge cond-optab branch.Paolo Bonzini1-4/+19
2009-03-28inclhack.def (aix_syswait, [...]): Remove.Joseph Myers1-34/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-08-31frv.c (frv_rtx_costs): Update forward declaration.Jan Hubicka1-1/+2
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-2/+3
2008-08-12real.h (struct real_format): New member has_sign_dependent_rounding.Ulrich Weigand1-0/+2
2008-08-12real.h (struct real_format): New member round_towards_zero.Ulrich Weigand1-0/+2
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-8/+11