aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-31/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-2/+7
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-2/+2
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-10/+8
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-22make next/prev nonnote_nondebug_insn take rtx_insn *Trevor Saunders1-2/+4
2016-09-22make next/prev _nonnote_insn take rtx_insn *Trevor Saunders1-6/+6
2016-08-28make forced labels a vecTrevor Saunders1-5/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-16re PR rtl-optimization/65980 (-fcompare-debug failure building Linux kernel)Jakub Jelinek1-2/+10
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+10
2015-10-11always define REVERSE_CONDITIONTrevor Saunders1-7/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+2
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-5/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-3/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-5/+5
2015-05-09redirect_jump* can take a rtx_insn *Trevor Saunders1-3/+3
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-1/+1
2015-04-22remove some ifdef HAVE_cc0Trevor Saunders1-3/+0
2015-01-27re PR rtl-optimization/61058 (ICE: RTL check: expected elt 3 type 'B', have '...Jakub Jelinek1-1/+24
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-12/+12
2014-09-16use rtx_insn * moreTrevor Saunders1-6/+6
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-8/+8
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-12/+12
2014-09-05Use rtx_jump_table_data in jump.c:delete_related_insnsDavid Malcolm1-6/+6
2014-09-04eh_returnjump_p takes an rtx_insnDavid Malcolm1-1/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-2/+3
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-3/+3
2014-08-28jump.c (eh_returnjump_p_1): Delete.Richard Sandiford1-9/+8
2014-08-28jump.c: Include rtl-iter.h.Richard Sandiford1-29/+25
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm1-4/+4
2014-08-27jump.c: Use rtx_sequenceDavid Malcolm1-3/+6
2014-08-22jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c)David Malcolm1-14/+14
2014-08-21delete_related_insns returns an rtx_insnDavid Malcolm1-2/+2
2014-08-21peephole returns an rtx_insnDavid Malcolm1-4/+4
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm1-1/+2
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-2/+2