aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arc
AgeCommit message (Expand)AuthorFilesLines
2021-03-09arc: Remove orphan function.Claudiu Zissulescu1-17/+0
2021-01-05arc: fix accumulator first register.Claudiu Zissulescu1-4/+4
2021-01-04Update copyright years.Jakub Jelinek36-36/+36
2020-12-29arc: generate mac(u) insn instead of macd(u) when destination is acclClaudiu Zissulescu1-10/+14
2020-12-29arc: flip if-condition predicates in secondary reload hookClaudiu Zissulescu1-1/+1
2020-12-29arc: Make use reg_renumber safe.Claudiu Zissulescu1-1/+1
2020-12-29arc: Fix cached to uncached moves.Claudiu Zissulescu1-2/+10
2020-12-29arc: Don't use predicated vadd2 instructions in mov patterns.Claudiu Zissulescu2-5/+5
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-55/+55
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 Zissulescu3-122/+29
2020-12-11arc: Use separate predicated patterns for mpyd(u)Claudiu Zissulescu1-50/+51
2020-12-02introduce overridable clear_cache emitterAlexandre Oliva1-4/+4
2020-11-09arc: Improve/add instruction patterns to better use MAC instructions.Claudiu Zissulescu4-27/+147
2020-03-31arc: Update operand printingClaudiu Zissulescu1-3/+3
2020-03-31arc: Cleanup compilation warningClaudiu Zissulescu1-3/+3
2020-03-31arc: Allow more ABIs in GLIBC_DYNAMIC_LINKERClaudiu Zissulescu1-1/+2
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2020-03-15driver: Fix redundant descriptions in optionsLewis Hyatt1-2/+2
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-03-03arc: Use accl_operand predicate for fma instructions.Claudiu Zissulescu1-2/+2
2020-03-03arc: Improve code gen for 64bit add/sub operations.Claudiu Zissulescu1-75/+41
2020-03-03arc: Add length attribute to eh_return pattern.Claudiu Zissulescu1-1/+3
2020-02-13[ARC] Deprecate q-class option.Claudiu Zissulescu3-7/+3
2020-02-13[ARC] Use TARGET_INSN_COST.Claudiu Zissulescu3-22/+82
2020-02-13[ARC] Update mlo/mhi handling when big-endian CPU.Claudiu Zissulescu1-18/+32
2020-01-27[ARC] Update ARC600 multiplication cost.Claudiu Zissulescu1-0/+6
2020-01-27[ARC] Save mlo/mhi registers when ISR.Claudiu Zissulescu5-141/+199
2020-01-27[ARC] Propagate uncached type attribute to each member of a struct.Claudiu Zissulescu2-40/+138
2020-01-23Fix patchable-function-entry on arcAndrew Pinski1-0/+2
2020-01-01Update copyright years.Jakub Jelinek36-36/+36
2019-12-12[ARC] generate signaling FDCMPF for hard float comparisonsVineet Gupta5-3/+33
2019-12-12[ARC] Use hardware support for double-precision compare instructions.Claudiu Zissulescu1-2/+2
2019-11-22[ARC] Fix failing pr77309 for ARC700Claudiu Zissulescu1-23/+29
2019-11-20[ARC] Register ARC specific passes with a .def file.Claudiu Zissulescu4-37/+61
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 movsi_ne pattern.Claudiu Zissulescu1-11/+11
2019-11-11[ARC] Fix legitimize pic address.Claudiu Zissulescu1-0/+16
2019-11-06[ARC] Don't split ior/mov predicated insns.Claudiu Zissulescu2-8/+21
2019-11-06[ARC] Update mea option documentationClaudiu Zissulescu1-1/+1
2019-11-06[ARC] Cleanup sign/zero extend patternsClaudiu Zissulescu1-49/+56
2019-11-06[PATCH] [ARC] Add builtins for identifying floating point supportVineet Gupta1-0/+10
2019-10-25arc.c (hwloop_optimize): Add missing space in string literal.Jakub Jelinek1-3/+3
2019-10-02[ARC] Pass along "-mcode-density" flag to "as"Shahab Vahedi1-1/+2
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