aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pdp11/pdp11.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-2/+4
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-17/+17
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-12Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers1-0/+16
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-07pdp11.c: Include dbxout.h.Mike Stump1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-2/+2
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