aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pdp11
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford9-9/+9
2013-12-10genrecog.c (validate_pattern): Treat all messages except missing modes as err...Richard Sandiford1-2/+2
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-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford9-15/+9
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek4-4/+4
2012-12-05tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.Steven Bosscher1-1/+2
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-11-02Move libgcc2 to toplevel libgccRainer Orth1-5/+0
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-2/+3
2011-08-05Makefile.in (FPBIT_FUNCS, [...]): Remove.Rainer Orth1-12/+1
2011-07-09pdp11.md (define_c_enum "unspecv"): New.Richard Henderson3-178/+240
2011-07-07common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARG...Joseph Myers1-0/+2
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-21alpha.c (struct machine_function): Use rtx, not struct rtx_def *.Joseph Myers1-1/+1
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford2-6/+12
2011-04-04pdp11.h (IRA_COVER_CLASSES): Delete.Richard Sandiford1-10/+0
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers1-4/+1
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
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek2-2/+2
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 Koning3-26/+55
2010-12-30pdp11.md (movmemhi, movmemhi1): Correct constraints.Paul Koning2-200/+121
2010-12-29pdp11-protos.h (pdp11_asm_output_var): Declare.Paul Koning3-10/+19
2010-12-28pdp11.md: Correct length attribute for float literal case.Paul Koning1-24/+24
2010-12-09pdp11-protos.h (output_move_double, [...]): Delete.Paul Koning3-523/+344
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 Froyd2-32/+37
2010-11-21* config/mips/pdp11.md (negsi2): Fix wrong code.Paul Koning1-2/+3
2010-11-21pdp11.c (pdp11_legitimate_address_p): New function.Paul Koning2-113/+113
2010-11-20pdp11-protos.h (pdp11_initial_elimination_offset, [...]): New functions.Paul Koning4-44/+110
2010-11-18pdp11.h (FIRST_PARM_OFFSET): Fix case of no frame pointer.Paul Koning1-3/+2
2010-11-18pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.Paul Koning3-6/+2
2010-11-16re PR java/46386 (negative shift count in build_constants_constructor for 16 ...Joern Rennecke1-4/+0
2010-11-09pdp11.md (lshrsi3, lshrhi3): Use add for decrement.Paul Koning1-2/+2
2010-11-09pdp11.c (pdp11_assemble_integer): Clean up fix for output of byte values.Paul Koning1-4/+2
2010-11-08* config/pdp11/pdp11.md (lshrsi3, lshrhi3): Fix wrong code.Paul Koning1-9/+61
2010-11-08* config/pdp11/pdp11.md (negsi2): Fix wrong code.Paul Koning1-2/+1
2010-11-08pdp11.c (pdp11_assemble_integer): Mask byte values to 8 bits.Paul Koning1-4/+5
2010-11-05re PR target/44750 (pdp-11 fails to build)Joern Rennecke1-2/+4
2010-11-04re PR target/44750 (pdp-11 fails to build)Joern Rennecke2-9/+19
2010-11-01pdp11.md: Use iterators.Paul Koning1-187/+26
2010-11-01pdp11.c (pdp11_return_in_memory): Return vector and complex modes in memory.Paul Koning1-7/+5