aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pru
AgeCommit message (Expand)AuthorFilesLines
2022-10-09pru: Add cbranchdi4 patternDimitar Dimitrov3-0/+202
2022-10-09pru: Optimize DI shiftsDimitar Dimitrov1-0/+196
2022-08-22pru: Optimize 64-bit logical operationsDimitar Dimitrov1-6/+33
2022-08-22pru: Add mov variants to load const -1Dimitar Dimitrov1-11/+14
2022-08-22PR target/106564: pru: Optimize 64-bit sign- and zero-extendDimitar Dimitrov5-62/+302
2022-01-17Change references of .c files to .cc filesMartin Liska2-3/+3
2022-01-17Rename .c files to .cc files.Martin Liska3-0/+0
2022-01-03Update copyright years.Jakub Jelinek12-12/+12
2021-12-08pru: Fixup flags for .pru_irq_map sectionDimitar Dimitrov1-0/+19
2021-09-25pru: Named address space for R30/R31 I/O accessDimitar Dimitrov7-10/+282
2021-06-17Add a target calls hook: TARGET_PUSH_ARGUMENTH.J. Lu1-1/+0
2021-01-04Update copyright years.Jakub Jelinek12-12/+12
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-3/+3
2020-11-19pru: Add builtins for HALT and LMBDDimitar Dimitrov4-6/+150
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-3/+3
2020-05-05PRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBEREDDimitar Dimitrov1-34/+0
2020-05-05PRU: Fix R3.w0 register classDimitar Dimitrov1-3/+8
2020-05-05PRU: Simplify machine descriptionDimitar Dimitrov2-34/+16
2020-05-05PRU: Fix comment to avoid fall through warningDimitar Dimitrov1-1/+1
2020-01-01Update copyright years.Jakub Jelinek12-12/+12
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-2/+2
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-8/+6
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-11/+4
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-4/+1
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-06-12Initial TI PRU GCC portDimitar Dimitrov12-0/+5709