summaryrefslogtreecommitdiff
path: root/gcc/config/pdp11
Commit message (Expand)AuthorAgeFilesLines
* Move libgcc2 to toplevel libgccRainer Orth2011-11-021-5/+0
* tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford2011-08-181-2/+3
* Makefile.in (FPBIT_FUNCS, [...]): Remove.Rainer Orth2011-08-051-12/+1
* pdp11.md (define_c_enum "unspecv"): New.Richard Henderson2011-07-093-178/+240
* common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARG...Joseph Myers2011-07-071-0/+2
* re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2011-06-161-4/+6
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-52/+0
* alpha.c (struct machine_function): Use rtx, not struct rtx_def *.Joseph Myers2011-04-211-1/+1
* target.def (legitimate_constant_p): New hook.Richard Sandiford2011-04-212-6/+12
* pdp11.h (IRA_COVER_CLASSES): Delete.Richard Sandiford2011-04-041-10/+0
* re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers2011-03-311-4/+1
* pdp11.c (pdp11_handle_option): Access target_flags via opts pointer.Joseph Myers2011-03-221-5/+3
* target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers2011-03-221-4/+12
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-032-2/+2
* re PR target/47135 (pdp11.c: incompatible type for TARGET_PRINT_OPERAND_PUNCT...Joern Rennecke2010-12-311-1/+1
* pdp11.h (PRINT_OPERAND): Delete.Paul Koning2010-12-313-26/+55
* pdp11.md (movmemhi, movmemhi1): Correct constraints.Paul Koning2010-12-302-200/+121
* pdp11-protos.h (pdp11_asm_output_var): Declare.Paul Koning2010-12-293-10/+19
* pdp11.md: Correct length attribute for float literal case.Paul Koning2010-12-281-24/+24
* pdp11-protos.h (output_move_double, [...]): Delete.Paul Koning2010-12-093-523/+344
* pdp11.c (output_addr_const_pdp11): Output negative values with sign rather th...Paul Koning2010-12-071-12/+13
* pdp11.c (TARGET_ASM_FUNCTION_SECTION): Define.Paul Koning2010-12-071-0/+13
* pdp11.c (output_jump): Map unsigned to signed opcodes if CC_NO_OVERFLOW is set.Paul Koning2010-12-021-55/+36
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* target.def (conditional_register_usage): Define.Nathan Froyd2010-11-222-32/+37
* * config/mips/pdp11.md (negsi2): Fix wrong code.Paul Koning2010-11-211-2/+3
* pdp11.c (pdp11_legitimate_address_p): New function.Paul Koning2010-11-212-113/+113
* pdp11-protos.h (pdp11_initial_elimination_offset, [...]): New functions.Paul Koning2010-11-204-44/+110
* pdp11.h (FIRST_PARM_OFFSET): Fix case of no frame pointer.Paul Koning2010-11-181-3/+2
* pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.Paul Koning2010-11-183-6/+2
* re PR java/46386 (negative shift count in build_constants_constructor for 16 ...Joern Rennecke2010-11-161-4/+0
* pdp11.md (lshrsi3, lshrhi3): Use add for decrement.Paul Koning2010-11-091-2/+2
* pdp11.c (pdp11_assemble_integer): Clean up fix for output of byte values.Paul Koning2010-11-091-4/+2
* * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Fix wrong code.Paul Koning2010-11-081-9/+61
* * config/pdp11/pdp11.md (negsi2): Fix wrong code.Paul Koning2010-11-081-2/+1
* pdp11.c (pdp11_assemble_integer): Mask byte values to 8 bits.Paul Koning2010-11-081-4/+5
* re PR target/44750 (pdp-11 fails to build)Joern Rennecke2010-11-051-2/+4
* re PR target/44750 (pdp-11 fails to build)Joern Rennecke2010-11-042-9/+19
* pdp11.md: Use iterators.Paul Koning2010-11-011-187/+26
* pdp11.c (pdp11_return_in_memory): Return vector and complex modes in memory.Paul Koning2010-11-011-7/+5
* pdp11.md: Change output operands to disallow immediate operands.Paul Koning2010-10-312-51/+58
* * config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.Paul Koning2010-10-291-1/+1
* * config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE.Paul Koning2010-10-291-7/+7
* pdp11.md (andhi3, andqi3): Fix wrong code error.Paul Koning2010-10-291-57/+32
* pdp11.c (output_move_quad): Fix ICE for CPU register to register move.Paul Koning2010-10-291-6/+0
* pdp11.c (print_operand_address): Correct handling of integer constant address...Paul Koning2010-10-291-52/+17
* pdp11.c (pdp11_trampoline_init): Correct instruction encoding.Paul Koning2010-10-291-4/+4
* pdp11-protos.h (pdp11_cannot_change_mode_class, [...]): Declare.Paul Koning2010-10-295-54/+177
* pdp11.c (pdp11_f_format, [...]): Update to current definition of struct_real_...Paul Koning2010-10-261-2/+2
* pdp11.md: Add define_constants for register numbers, branch offset limits.Paul Koning2010-10-253-59/+62