PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
[gcc.git] / gcc / except.c
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-15 Trevor Saundersalways define EH_RETURN_HANDLER_RTX
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-11 Trevor Saundersalways define SETUP_FRAME_ADDRESSES
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-18 Uros Bizjakre PR middle-end/67619 (ICE at -O1 and above on x86_64...
2015-09-18 Andrew Dixieconfig.host (powerpc-ibm-aix*): Add crtdbase.o to extra...
2015-07-28 Richard Sandifordtarget-insns.def (eh_return): New targetm instruction...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-05 Richard Sandifordgcc/
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-25 Richard Sandifordtree-hash-traits.h (tree_hash): New class.
2015-06-25 Richard Sandifordhash-traits.h (free_ptr_hash): New class.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-06 Richard Sandifordemit-rtl.c, [...]: Replace rtx base types with more...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-20 Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-19 Eric Botcazouinsn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
2015-05-09 Trevor Saunderscan_nonlocal_goto can take a rtx_insn *
2015-05-09 Trevor Saundersmake make_reg_eh_region_note and friend take rtx_insn *
2015-04-23 Richard Bienercfgexpand.c (expand_gimple_stmt_1): Use ops.code.
2015-04-22 Trevor Saundersprovide default for MASK_RETURN_ADDR
2015-04-22 Trevor Saundersprovide default for RETURN_ADDR_OFFSET
2015-04-22 Trevor Saundersadd default definition of EH_RETURN_DATA_REGNO
2015-04-18 Trevor Saundersremove need for store_values_directly
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-05 Richard Bienercfgloop.c (mark_loop_for_removal): New function.
2014-09-02 Trevor Saunderssupport ggc hash_map and hash_set
2014-08-28 David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28 David Malcolmfind_first_parameter_load params and return type
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28 David MalcolmConvert forced_labels from an EXPR_LIST to an INSN_LIST
2014-08-27 David Malcolmexcept.c: Use rtx_sequence
2014-08-25 David Malcolmstruct eh_landing_pad_d: field "landing_pad" is an...
2014-08-22 David Malcolmexcept.*: Use rtx_insn (also touches function.h)
2014-08-19 David MalcolmConvert various rtx to rtx_note *
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-09 Trevor Saundersremove has_execute
2014-06-30 Uros Bizjakexcept.c (emit_note_eh_region_end): New helper function.
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-20 Jan Hubickatree.h (DECL_ONE_ONLY): Return true only for externally...
2014-05-19 Nick Cliftonexcept.c (init_eh): Fix computation of builtin setjmp...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-14 Eric Botcazoucfgcleanup.c (try_forward_edges): Use location_t for...
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-09 Richard Sandifordasan.c (asan_emit_stack_protection): Use gen_int_mode...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-03-05 Steven Bosscherre PR c++/55135 (Segfault of gcc on a big file)
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-02 Steven Bosscherfunction.h (struct rtl_data): Remove epilogue_delay_list.
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-10-18 Eric Botcazou* except.c (sjlj_emit_function_enter): Remove unused...
2012-10-16 Easwaran Raman[multiple changes]
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-09-11 Steven Bosschertree.h (expand_case): Move prototype ...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-04 Steven Bosschergimple.h (gimple_build_switch): Remove.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-07 Paul Brookexcept.c (switch_to_exception_section): Place tables...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-05-29 Steven Bosscherintegrate.c: Remove.
2012-05-05 Richard Sandifordrtl.h (plus_constant, [...]): Merge into a single plus_...
2012-04-22 Jan Hubickalto-symtab.c (lto_varpool_replace_node): Do not merge...
2012-04-11 Richard Guentherre PR target/52918 (ICE: Invalid bb->loop_father (NULL...
2012-03-30 Richard Guentherre PR c++/52772 (internal compiler error: Segmentation...
2012-03-28 Richard Guentherloop-init.c (loop_optimizer_init): If loops are preserv...
2012-03-20 Richard Guenthertree-pass.h (pass_rtl_eh): Remove.
next