summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+2
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-3/+3
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+5
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* cfgloop.c (mark_loop_for_removal): New function.Richard Biener2014-09-051-4/+1
* support ggc hash_map and hash_setTrevor Saunders2014-09-021-39/+16
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-1/+1
* find_first_parameter_load params and return typeDavid Malcolm2014-08-281-1/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm2014-08-281-4/+6
* Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-1/+1
* except.c: Use rtx_sequenceDavid Malcolm2014-08-271-6/+6
* struct eh_landing_pad_d: field "landing_pad" is an rtx_code_labelDavid Malcolm2014-08-251-1/+1
* except.*: Use rtx_insn (also touches function.h)David Malcolm2014-08-221-24/+29
* Convert various rtx to rtx_note *David Malcolm2014-08-191-3/+4
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-10/+5
* IPA C++ refactoring 1/NMartin Liska2014-07-241-4/+3
* remove has_executeTrevor Saunders2014-07-091-2/+0
* except.c (emit_note_eh_region_end): New helper function.Uros Bizjak2014-06-301-5/+18
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-31/+21
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka2014-05-201-2/+2
* except.c (init_eh): Fix computation of builtin setjmp buffer size to allow fo...Nick Clifton2014-05-191-2/+15
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-5/+5
* cfgcleanup.c (try_forward_edges): Use location_t for locations.Eric Botcazou2014-05-141-3/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-2/+8
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-12/+12
* remove has_gateTrevor Saunders2014-04-171-2/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-3/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-11/+11
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-5/+5
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford2013-09-091-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-36/+71
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-81/+100
* re PR c++/55135 (Segfault of gcc on a big file)Steven Bosscher2013-03-051-11/+60
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher2012-12-021-12/+0
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-85/+79
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2