summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPA C++ refactoring 1/Nmarxin2014-07-241-4/+3
* remove has_executetbsaunde2014-07-091-2/+0
* * except.c (emit_note_eh_region_end): New helper function.uros2014-06-301-5/+18
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-31/+21
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-0/+1
* * tree.h (DECL_ONE_ONLY): Return true only for externally visiblehubicka2014-05-201-2/+2
* * except.c (init_eh): Fix computation of builtin setjmp buffernickc2014-05-191-2/+15
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-5/+5
* * cfgcleanup.c (try_forward_edges): Use location_t for locations.ebotcazou2014-05-141-3/+2
* pass cfun to pass::executetbsaunde2014-04-171-2/+8
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-12/+12
* remove has_gatetbsaunde2014-04-171-2/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* * gimple.h: Remove all includes.amacleod2013-11-221-3/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* gcc/ada/rsandifo2013-11-181-11/+11
* gcc/c-family/rsandifo2013-11-181-1/+1
* gcc/ada/rsandifo2013-11-181-1/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+1
* gcc/rsandifo2013-09-281-5/+5
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* gcc/rsandifo2013-09-091-1/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-36/+71
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-81/+100
* gcc/steven2013-03-051-11/+60
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* * function.h (struct rtl_data): Remove epilogue_delay_list.steven2012-12-021-12/+0
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-85/+79
* This patch normalizes more bitmap function names.crowl2012-11-011-2/+2
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2