aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24IPA C++ refactoring 1/NMartin Liska1-4/+3
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-30except.c (emit_note_eh_region_end): New helper function.Uros Bizjak1-5/+18
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-31/+21
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-20tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka1-2/+2
2014-05-19except.c (init_eh): Fix computation of builtin setjmp buffer size to allow fo...Nick Clifton1-2/+15
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-5/+5
2014-05-14cfgcleanup.c (try_forward_edges): Use location_t for locations.Eric Botcazou1-3/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+8
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-12/+12
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-11/+11
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-5/+5
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-36/+71
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-81/+100
2013-03-05re PR c++/55135 (Segfault of gcc on a big file)Steven Bosscher1-11/+60
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-02function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher1-12/+0
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-85/+79
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-18* except.c (sjlj_emit_function_enter): Remove unused variable.Eric Botcazou1-1/+1
2012-10-16[multiple changes]Easwaran Raman1-7/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+4
2012-09-11tree.h (expand_case): Move prototype ...Steven Bosscher1-9/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+3
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-13/+12
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-17/+17
2012-08-07except.c (switch_to_exception_section): Place tables for DECL_ONE_ONLY functi...Paul Brook1-2/+7
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-4/+4
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-8/+1
2012-04-11re PR target/52918 (ICE: Invalid bb->loop_father (NULL) in add_bb_to_loop)Richard Guenther1-0/+40
2012-03-30re PR c++/52772 (internal compiler error: Segmentation fault)Richard Guenther1-6/+10
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-2/+10
2012-03-20tree-pass.h (pass_rtl_eh): Remove.Richard Guenther1-37/+2