Age | Commit message (Expand) | Author | Files | Lines |
2013-03-05 | re PR c++/55135 (Segfault of gcc on a big file) | Steven Bosscher | 1 | -11/+60 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-12-02 | function.h (struct rtl_data): Remove epilogue_delay_list. | Steven Bosscher | 1 | -12/+0 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -85/+79 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -2/+2 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+2 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -1/+1 |
2012-10-18 | * except.c (sjlj_emit_function_enter): Remove unused variable. | Eric Botcazou | 1 | -1/+1 |
2012-10-16 | [multiple changes] | Easwaran Raman | 1 | -7/+1 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -1/+4 |
2012-09-11 | tree.h (expand_case): Move prototype ... | Steven Bosscher | 1 | -9/+1 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -3/+3 |
2012-09-04 | gimple.h (gimple_build_switch): Remove. | Steven Bosscher | 1 | -13/+12 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -17/+17 |
2012-08-07 | except.c (switch_to_exception_section): Place tables for DECL_ONE_ONLY functi... | Paul Brook | 1 | -2/+7 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | integrate.c: Remove. | Steven Bosscher | 1 | -1/+0 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -4/+4 |
2012-04-22 | lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags. | Jan Hubicka | 1 | -8/+1 |
2012-04-11 | re PR target/52918 (ICE: Invalid bb->loop_father (NULL) in add_bb_to_loop) | Richard Guenther | 1 | -0/+40 |
2012-03-30 | re PR c++/52772 (internal compiler error: Segmentation fault) | Richard Guenther | 1 | -6/+10 |
2012-03-28 | loop-init.c (loop_optimizer_init): If loops are preserved perform incremental... | Richard Guenther | 1 | -2/+10 |
2012-03-20 | tree-pass.h (pass_rtl_eh): Remove. | Richard Guenther | 1 | -37/+2 |
2012-03-12 | Remove obsolete Tru64 UNIX V5.1B support | Rainer Orth | 1 | -3/+3 |
2011-07-23 | bb-reorder: Split EH edges crossing partitions. | Richard Henderson | 1 | -128/+38 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -9/+10 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -3/+3 |
2011-06-09 | Revert r174848,174849 | Xinliang David Li | 1 | -8/+4 |
2011-06-09 | Gator cleanup | David Li | 1 | -4/+8 |
2011-06-01 | Pass name cleanups | David Li | 1 | -1/+1 |
2011-05-06 | generalize build_case_label to the rest of the compiler | Nathan Froyd | 1 | -4/+3 |
2011-04-29 | builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o... | Richard Guenther | 1 | -7/+7 |
2011-04-11 | except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph... | Martin Jambor | 1 | -2/+2 |
2011-01-22 | re PR middle-end/47401 (Support for must-not-throw regions with SJLJ exceptio... | Ulrich Weigand | 1 | -20/+41 |
2011-01-21 | re PR middle-end/45566 (ICE: in convert_to_eh_region_ranges, at except.c:2446... | Jakub Jelinek | 1 | -18/+21 |
2011-01-17 | * except.c (dump_eh_tree): Fix stray ; after for statement. | Richard Henderson | 1 | -1/+1 |
2010-12-03 | tree.h (struct call_expr_arg_iterator_d): Remove GTY tag. | Laurynas Biveinis | 1 | -1/+1 |
2010-11-25 | target.def (supports_split_stack, [...]): Take gcc_options parameters. | Joseph Myers | 1 | -7/+7 |
2010-09-28 | Hookize TARGET_UNWIND_INFO et al. | Richard Henderson | 1 | -7/+11 |
2010-09-07 | Hookize exception personality output. | Richard Henderson | 1 | -22/+15 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-06-29 | re PR other/44034 (target hooks are hard to maintain) | Joern Rennecke | 1 | -1/+1 |
2010-06-28 | system.h: Poison GCC_EXCEPT_H for front-end files. | Steven Bosscher | 1 | -33/+1 |
2010-06-09 | re PR rtl-optimization/42461 (missed optimization for pure functions) | Eric Botcazou | 1 | -0/+2 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -5/+5 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -2/+2 |
2010-05-25 | function.h (struct function): Add can_throw_non_call_exceptions bit. | Eric Botcazou | 1 | -1/+1 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+1 |
2010-04-13 | Remove lang_eh_type_covers, which is dead, and the corresponding | Duncan Sands | 1 | -3/+0 |