aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arc/arc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-11769/+0
2022-01-14arc: Update stack size computation when accumulator registers are available.Claudiu Zissulescu1-5/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-2/+2
2021-08-12arc: Small data doesn't need fcommon optionClaudiu Zissulescu1-3/+0
2021-06-09arc: Update 64bit move split patterns.Claudiu Zissulescu1-19/+25
2021-06-04arc: Don't allow millicode thunks with reduced register set CPUs.Claudiu Zissulescu1-2/+4
2021-06-03arc: Remove obsolete optionsClaudiu Zissulescu1-23/+0
2021-05-26arc: Remove useless register keywordJan-Benedict Glaw1-10/+10
2021-05-10arc: Fix compilation warnings.Claudiu Zissulescu1-1/+1
2021-03-09arc: Remove orphan function.Claudiu Zissulescu1-17/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-29arc: flip if-condition predicates in secondary reload hookClaudiu Zissulescu1-1/+1
2020-12-29arc: Fix cached to uncached moves.Claudiu Zissulescu1-2/+10
2020-12-11arc: Update ARC700 cache hazard detection.Claudiu Zissulescu1-29/+23
2020-12-11arc: Avoid generating brcc instructions with limmClaudiu Zissulescu1-0/+1
2020-12-11arc: Refurbish adc/sbc patternsClaudiu Zissulescu1-53/+0
2020-12-02introduce overridable clear_cache emitterAlexandre Oliva1-4/+4
2020-11-09arc: Improve/add instruction patterns to better use MAC instructions.Claudiu Zissulescu1-0/+8
2020-03-31arc: Update operand printingClaudiu Zissulescu1-3/+3
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2020-03-14Fix doubled indefinite articles, mostly in comments.Jakub Jelinek1-1/+1
2020-03-03arc: Update legitimate small data address.Claudiu Zissulescu1-10/+26
2020-02-13[ARC] Deprecate q-class option.Claudiu Zissulescu1-5/+1
2020-02-13[ARC] Use TARGET_INSN_COST.Claudiu Zissulescu1-0/+52
2020-01-27[ARC] Update ARC600 multiplication cost.Claudiu Zissulescu1-0/+6
2020-01-27[ARC] Save mlo/mhi registers when ISR.Claudiu Zissulescu1-106/+158
2020-01-27[ARC] Propagate uncached type attribute to each member of a struct.Claudiu Zissulescu1-40/+78
2020-01-23Fix patchable-function-entry on arcAndrew Pinski1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-12[ARC] generate signaling FDCMPF for hard float comparisonsVineet Gupta1-2/+6
2019-11-20[ARC] Register ARC specific passes with a .def file.Claudiu Zissulescu1-37/+27
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford1-1/+2
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford1-6/+6
2019-11-11[ARC] Fix legitimize pic address.Claudiu Zissulescu1-0/+16
2019-11-06[ARC] Don't split ior/mov predicated insns.Claudiu Zissulescu1-5/+11
2019-10-25arc.c (hwloop_optimize): Add missing space in string literal.Jakub Jelinek1-3/+3
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-2/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-21/+7
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-42/+6
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-4/+4
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-8/+5
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-5/+3
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-07-24[ARC] Fix and refurbish the interrupts.Claudiu Zissulescu1-268/+473
2019-07-22[ARC] Fix emitting TLS symbols.Claudiu Zissulescu1-1/+1
2019-06-28[ARC][COMMITTED] Fix slsr-13 regressions.Claudiu Zissulescu1-1/+1
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-3/+3
2019-06-25[ARC] Fix for PR89838Claudiu Zissulescu1-160/+55
2019-06-19Simplify setjmp and non-local goto implementation (PR84521)Wilco Dijkstra1-24/+0