summaryrefslogtreecommitdiff
path: root/gcc/reginfo.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-10-02Fix shadowing in globalize_regRichard Sandiford
2019-10-01Remove clobber_highRichard Sandiford
2019-09-30Hide regs_invalidated_by_call etc.Richard Sandiford
2019-09-30Pass an ABI to choose_hard_reg_modeRichard Sandiford
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford
2019-09-30Add function_abi.{h,cc}Richard Sandiford
2019-09-10Remove call_really_used_regsRichard Sandiford
2019-09-10Hide call_used_regs in target-independent codeRichard Sandiford
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford
2019-09-10Remove call_fixed_reg_setRichard Sandiford
2019-09-09Remove global REG_SETsRichard Sandiford
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford
2019-09-09Remove AND_HARD_REG_SETRichard Sandiford
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey
2019-01-01Update copyright years.Jakub Jelinek
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm
2018-08-06Remaining support for clobber highAlan Hayward
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: REGMODE_NATURAL_SIZERichard Sandiford
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford
2017-08-30Drop df_ from df_read_modify_subreg_pRichard Sandiford
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford
2017-03-14re PR rtl-optimization/79728 (ICE in setup_pressure_classes, at ira.c:912)Bernd Schmidt
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-05-03Fix PR44281, bad RA with global regs.Bernd Schmidt
2016-02-04PR 69577: Invalid RA of destination subregsRichard Sandiford
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-22don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders
2015-04-22reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-17re PR rtl-optimization/32790 (REG_N_SETS holds wrong value)Jeff Law
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison