aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pdp11
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin1-11/+0
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+41
2024-01-03Update copyright years.Jakub Jelinek9-9/+9
2023-12-05Allow targets to add USEs to asmsRichard Sandiford1-2/+4
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin1-2/+2
2023-07-13pdp11: Fix epilogue generation [PR107841]Mikael Pettersson1-1/+1
2023-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-01-16Update copyright years.Jakub Jelinek9-9/+9
2022-09-02pdp11: no debugging infoMartin Liska1-1/+2
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska2-10/+0
2022-01-17Change references of .c files to .cc filesMartin Liska4-4/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+0
2022-01-03Update copyright years.Jakub Jelinek9-9/+9
2021-10-15Always default to DWARF2_DEBUG if not specified, warn about deprecated STABSRichard Biener1-0/+3
2021-07-15pass location to md_asm_adjustTrevor Saunders1-2/+2
2021-06-29pdp11: Fix signednedd warnings, remove "register" keywordsJan-Benedict Glaw2-19/+18
2021-05-18Use startswith in targets.Martin Liska1-1/+1
2021-03-04Add input_modes parameter to TARGET_MD_ASM_ADJUST hookIlya Leoshkevich1-4/+5
2021-01-09PDP11: Use a mode with `const_double_zero' expressionsMaciej W. Rozycki1-4/+6
2021-01-04Update copyright years.Jakub Jelinek9-9/+9
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-12/+12
2020-12-05PDP11: Use `const_double_zero' to express double zero constantMaciej W. Rozycki1-2/+2
2020-03-11pdp11: Fix handling of common (local and global) vars [PR94134]Jakub Jelinek1-1/+2
2020-01-01Update copyright years.Jakub Jelinek9-9/+9
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+1
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-9/+5
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-20/+3
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-8/+8
2019-01-01Update copyright years.Jakub Jelinek9-9/+9
2018-11-25* config/pdp11/pdp11.h (TARGET_HAS_NO_HW_DIVIDE): Define.Paul Koning1-0/+5
2018-11-08re PR c/87795 (Excessive alignment permitted for functions and labels)Paul Koning7-368/+531
2018-10-12pdp11.md (doloop_end): New expander.Paul Koning2-2/+87
2018-10-08Fix ICE on block move when using LRA.Paul Koning4-190/+41
2018-10-05Add some pdp11 target hook definitions for C++Paul Koning1-0/+16
2018-10-05Remove -mfloat32, -mfloat64 switches from pdp11 target.Paul Koning2-16/+9
2018-10-03Enable LRA register allocator for PDP11.Paul Koning3-4/+14
2018-07-31pdp11 - example of a port not needing a speculation barrierRichard Earnshaw1-0/+3
2018-07-14* config/pdp11/pdp11.c (pdp11_rtx_costs): Bugfixes.Paul Koning1-0/+18
2018-07-12pdp11.c (pdp11_output_def): Fix typo in .set directive.Paul Koning1-1/+1
2018-07-09Improve code generation for pdp11 target.Paul Koning3-262/+706
2018-07-01Add -mgnu-asm; change -mdec-asm to generate DEC assemblerPaul Koning5-207/+445
2018-06-28Fix insn length for pdp11 shift patterns.Paul Koning4-23/+36
2018-06-27Convert pdp11 back end to CCmode.Paul Koning8-825/+1396
2018-05-27Fix a number of ICE in the test suite.Paul Koning1-11/+0
2018-01-03Update copyright years.Jakub Jelinek9-9/+9
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford3-4/+11
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-6/+0
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+0