summaryrefslogtreecommitdiff
path: root/gcc/ira-lives.c
AgeCommit message (Expand)Author
2020-01-28Fix for PR93272 - LRA: EH reg allocated to hold local variableVladimir N. Makarov
2020-01-01Update copyright years.Jakub Jelinek
2019-10-07[IRA] Handle fully-tied destinations in a similar way to earlyclobbersRichard Sandiford
2019-09-30Remove global call sets: IRARichard Sandiford
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford
2019-07-01Use ira_setup_alts for conflict detectionRichard Sandiford
2019-05-22re PR middle-end/90553 (Register allocation allocates post-incremented addres...Hans-Peter Nilsson
2019-04-18re PR rtl-optimization/87871 (testcases fail after r265398 on arm)Peter Bergner
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-19re PR rtl-optimization/88033 (ICE on valid code at -O2 and -O3 on x86-64-linu...Peter Bergner
2018-10-12re PR rtl-optimization/87600 (Fix for PRs 86939 and 87479 causes build issues...Peter Bergner
2018-10-05re PR rtl-optimization/86939 (IRA incorrectly creates an interference between...Peter Bergner
2018-10-04re PR rtl-optimization/87466 (IRA and LRA spill all pseudos that are live acr...Peter Bergner
2018-09-30re PR rtl-optimization/86939 (IRA incorrectly creates an interference between...Peter Bergner
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-08-30Drop df_ from df_read_modify_subreg_pRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-07-01strcpy arg optimised outAlan Modra
2016-01-29re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov
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-08-13ira-int.h: Include recog.h.Andrew MacLeod
2015-08-07Add alternative_mask to ira_implicitly_set_insn_hard_regsH.J. Lu
2015-07-11re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h)Marek Polacek
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08re PR target/66334 (cleanup block fails to initialize EBX)Vladimir Makarov
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-19rtl.h (REG_NREGS): New macroRichard Sandiford
2015-05-19cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.Richard Sandiford
2015-04-22add default definition of EH_RETURN_DATA_REGNOTrevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-11-25ira-lives.c (process_bb_node_lives): Make code with conditional REAL_PIC_OFFS...Vladimir Makarov
2014-11-25re PR target/63527 (-fPIC uses 2 registers for GOT)Vladimir Makarov
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-22md.texi: Document "preferred_for_size" and "preferred_for_speed" attributes.Richard Sandiford
2014-10-14ira.c: Fix typo in comment.Kito Cheng
2014-09-19cfgrtl.c [...]: Update comments and fix spacing to conform to coding style.Felix Yang