aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)Author
2015-09-21re PR middle-end/67619 (ICE at -O1 and above on x86_64-linux-gnu in int_mode_...Uros Bizjak
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-03-05re PR c++/55135 (Segfault of gcc on a big file)Steven Bosscher
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-02function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-18* except.c (sjlj_emit_function_enter): Remove unused variable.Eric Botcazou
2012-10-16[multiple changes]Easwaran Raman
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-09-11tree.h (expand_case): Move prototype ...Steven Bosscher
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-08-07except.c (switch_to_exception_section): Place tables for DECL_ONE_ONLY functi...Paul Brook
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-05-29integrate.c: Remove.Steven Bosscher
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka
2012-04-11re PR target/52918 (ICE: Invalid bb->loop_father (NULL) in add_bb_to_loop)Richard Guenther
2012-03-30re PR c++/52772 (internal compiler error: Segmentation fault)Richard Guenther
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther
2012-03-20tree-pass.h (pass_rtl_eh): Remove.Richard Guenther
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-06-09Revert r174848,174849Xinliang David Li
2011-06-09Gator cleanupDavid Li
2011-06-01Pass name cleanupsDavid Li
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd
2011-04-29builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o...Richard Guenther
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor
2011-01-22re PR middle-end/47401 (Support for must-not-throw regions with SJLJ exceptio...Ulrich Weigand