summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* always define EH_RETURN_HANDLER_RTXtbsaunde2015-11-151-5/+4
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-7/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-14/+11
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-6/+4
* always define SETUP_FRAME_ADDRESSEStbsaunde2015-10-111-2/+0
* switch from gimple to gimple*tbsaunde2015-09-201-2/+2
* PR middle-end/67619uros2015-09-181-2/+2
* libgcc/dje2015-09-181-15/+15
* gcc/rsandifo2015-07-281-4/+2
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-8/+1
* gcc/rsandifo2015-07-051-9/+4
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-4/+2
* gcc/rsandifo2015-06-251-5/+2
* gcc/rsandifo2015-06-251-8/+3
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-7/+0
* gcc/rsandifo2015-06-061-9/+8
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-2/+2
* * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.ebotcazou2015-05-191-0/+27
* can_nonlocal_goto can take a rtx_insn *tbsaunde2015-05-091-1/+1
* make make_reg_eh_region_note and friend take rtx_insn *tbsaunde2015-05-091-2/+2
* 2015-04-23 Richard Biener <rguenther@suse.de>rguenth2015-04-231-1/+1
* provide default for MASK_RETURN_ADDRtbsaunde2015-04-221-3/+3
* provide default for RETURN_ADDR_OFFSETtbsaunde2015-04-221-7/+7
* add default definition of EH_RETURN_DATA_REGNOtbsaunde2015-04-221-6/+0
* remove need for store_values_directlytbsaunde2015-04-181-18/+19
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-2/+11
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+11
* Update copyright years.jakub2015-01-051-1/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+2
* gcc/ada/rsandifo2014-10-291-3/+3
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+4
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+5
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+6
* 2014-09-05 Richard Biener <rguenther@suse.de>rguenth2014-09-051-4/+1
* support ggc hash_map and hash_settbsaunde2014-09-021-39/+16
* NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm2014-08-281-1/+1
* find_first_parameter_load params and return typedmalcolm2014-08-281-1/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-4/+6
* Convert forced_labels from an EXPR_LIST to an INSN_LISTdmalcolm2014-08-281-1/+1
* except.c: Use rtx_sequencedmalcolm2014-08-271-6/+6
* struct eh_landing_pad_d: field "landing_pad" is an rtx_code_labeldmalcolm2014-08-251-1/+1
* except.*: Use rtx_insn (also touches function.h)dmalcolm2014-08-221-24/+29
* Convert various rtx to rtx_note *dmalcolm2014-08-191-3/+4
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* convert many uses of pointer_map to hash_maptbsaunde2014-08-021-10/+5