summaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-10-01Remove clobber_highRichard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-08-06Remaining support for clobber highAlan Hayward
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...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-01-01Update copyright years.Jakub Jelinek
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-22make next/prev nonnote_nondebug_insn take rtx_insn *Trevor Saunders
2016-09-22make next/prev _nonnote_insn take rtx_insn *Trevor Saunders
2016-08-28make forced labels a vecTrevor Saunders
2016-01-04Update copyright years.Jakub Jelinek
2015-12-16re PR rtl-optimization/65980 (-fcompare-debug failure building Linux kernel)Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-11always define REVERSE_CONDITIONTrevor Saunders
2015-07-10gimple-predict.h: New file.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-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-05-09redirect_jump* can take a rtx_insn *Trevor Saunders
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford
2015-04-22remove some ifdef HAVE_cc0Trevor Saunders
2015-01-27re PR rtl-optimization/61058 (ICE: RTL check: expected elt 3 type 'B', have '...Jakub Jelinek
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
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-16function.h: Flatten file.Andrew MacLeod
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders
2014-09-16use rtx_insn * moreTrevor Saunders
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm
2014-09-05Use rtx_jump_table_data in jump.c:delete_related_insnsDavid Malcolm
2014-09-04eh_returnjump_p takes an rtx_insnDavid Malcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm
2014-08-28jump.c (eh_returnjump_p_1): Delete.Richard Sandiford
2014-08-28jump.c: Include rtl-iter.h.Richard Sandiford
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm
2014-08-27jump.c: Use rtx_sequenceDavid Malcolm
2014-08-22jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c)David Malcolm