aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira-conflicts.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-895/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-05ira: Support more matching constraint forms with param [PR100328]Kewen Lin1-18/+75
2021-02-22ira: Make sure allocno copies are ordered [PR98791]Andre Vieira1-1/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-02-11regalloc/debug: fix buggy print_hard_reg_setHans-Peter Nilsson1-10/+12
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-09-30Remove global call sets: IRARichard Sandiford1-38/+18
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-1/+1
2019-09-21Avoid adding impossible copies in ira-conflicts.c:process_reg_shufflesRichard Sandiford1-5/+37
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford1-5/+5
2019-09-10Remove no_caller_save_reg_setRichard Sandiford1-0/+2
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-11/+9
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford1-12/+6
2019-09-09Remove AND_HARD_REG_SETRichard Sandiford1-5/+3
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-3/+3
2019-07-01Use alternative_mask for add_insn_allocno_copiesRichard Sandiford1-2/+2
2019-04-17ira-conflicts.c (print_allocno_conflicts): Always print something, even for a...Peter Bergner1-1/+7
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-2/+5
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-2/+3
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford1-1/+1
2017-01-17re PR target/79058 (ARM: internal compiler error: in extract_constrain_insn, ...Vladimir Makarov1-2/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-08-13ira-int.h: Include recog.h.Andrew MacLeod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-7/+6
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-17ira-conflicts.c (build_conflict_bit_table): Add the current object to OBJECTS...Zhouyi Zhou1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-09-30ira-int.h (ira_allocno): Add "wmode" field.David Sherwood1-0/+21
2014-09-19cfgrtl.c [...]: Update comments and fix spacing to conform to coding style.Felix Yang1-1/+1
2014-08-22ira: Use rtx_insn in various placesDavid Malcolm1-5/+5
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-30regmove.c: Remove.Vladimir Makarov1-163/+18
2013-02-08re PR debug/53948 (Assignment line missing for -O0 -g)Jeff Law1-2/+6