summaryrefslogtreecommitdiff
path: root/gcc/postreload.c
AgeCommit message (Expand)Author
2020-05-08csa: Fix --enable-checking=yes,df bootstrap failure in csa [PR94961]Jakub Jelinek
2020-05-05csa, postreload: Improve csa after recent cselib changes [PR94516]Jakub Jelinek
2020-04-08postreload: Fix autoinc handling in reload_cse_move2add [PR94516]Jakub Jelinek
2020-01-23postreload: Fix up postreload combine [PR93402]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-10-01Remove clobber_highRichard Sandiford
2019-09-30Remove global call sets: postreload.cRichard 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 IOR_HARD_REG_SETRichard Sandiford
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-08-06Remaining support for clobber highAlan Hayward
2018-03-16re PR target/84899 (ICE: in final_scan_insn_1, at final.c:3139 (error: could ...Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford
2017-09-15re PR middle-end/82145 (i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/...Jakub Jelinek
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford
2017-09-12Make more use of end_hard_regnoRichard Sandiford
2017-08-30[31/77] Use scalar_int_mode for move2addRichard Sandiford
2017-08-30[26/77] Use is_a <scalar_int_mode> in subreg/extract simplificationsRichard Sandiford
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-12-09PR78255: Make postreload aware of NO_FUNCTION_CSEAndre Vieira
2016-11-28re PR middle-end/78540 (ICE: in df_refs_verify, at df-scan.c:4062 with -O -ma...Jakub Jelinek
2016-11-18Use rtx_mode_t instead of std::make_pairRichard Sandiford
2016-11-15Add a load_extend_op wrapperRichard Sandiford
2016-11-04defaults.h (LOAD_EXTEND_OP): Define if not already defined.Eric Botcazou
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-06postreload.c (reload_cse_simplify): Skip also USE when detecting noop move.Jan Hubicka
2016-03-04re PR rtl-optimization/69941 (bogus zero_extend transformation in postreload ...Bernd Schmidt
2016-02-01* postreload.c (reload_cse_simplify): Remove dead code.Eric Botcazou
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-15re PR rtl-optimization/66838 (Calling multiple SYSV AMD64 ABI functions from ...Uros Bizjak
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-09reduce conditional compilation for LOAD_EXTEND_OPTrevor Saunders
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
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-08Handle -fipa-ra in reload_combineTom de Vries
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod