| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce vNULL to use as a nil initializer for vec<>. | dnovillo | 2012-11-20 | 1 | -1/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -85/+79 |
* | This patch normalizes more bitmap function names. | crowl | 2012-11-01 | 1 | -2/+2 |
* | 2012-11-01 Sharad Singhai <singhai@google.com> | singhai | 2012-11-01 | 1 | -0/+2 |
* | This patch implements the unification of the *bitmap interfaces as discussed. | crowl | 2012-10-30 | 1 | -1/+1 |
* | * except.c (sjlj_emit_function_enter): Remove unused variable. | ebotcazou | 2012-10-18 | 1 | -1/+1 |
* | 2012-10-15 Easwaran Raman <eraman@google.com> | eraman | 2012-10-16 | 1 | -7/+1 |
* | Integrate lexical block into source_location. | dehao | 2012-09-19 | 1 | -1/+4 |
* | * tree.h (expand_case): Move prototype ... | steven | 2012-09-11 | 1 | -9/+1 |
* | Remove unnecessary VEC function overloads. | dnovillo | 2012-09-11 | 1 | -3/+3 |
* | * gimple.h (gimple_build_switch): Remove. | steven | 2012-09-04 | 1 | -13/+12 |
* | Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion). | dnovillo | 2012-08-15 | 1 | -17/+17 |
* | 2012-08-07 Paul Brook <paul@codesourcery.com> | sandra | 2012-08-07 | 1 | -2/+7 |
* | gcc/ | steven | 2012-07-16 | 1 | -1/+0 |
* | * integrate.c: Remove. | steven | 2012-05-29 | 1 | -1/+0 |
* | gcc/ | rsandifo | 2012-05-05 | 1 | -4/+4 |
* | * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags. | hubicka | 2012-04-22 | 1 | -8/+1 |
* | 2012-04-11 Richard Guenther <rguenther@suse.de> | rguenth | 2012-04-11 | 1 | -0/+40 |
* | 2012-03-30 Richard Guenther <rguenther@suse.de> | rguenth | 2012-03-30 | 1 | -6/+10 |
* | 2012-03-28 Richard Guenther <rguenther@suse.de> | rguenth | 2012-03-28 | 1 | -2/+10 |
* | 2012-03-20 Richard Guenther <rguenther@suse.de> | rguenth | 2012-03-20 | 1 | -37/+2 |
* | Remove obsolete Tru64 UNIX V5.1B support | ro | 2012-03-12 | 1 | -3/+3 |
* | bb-reorder: Split EH edges crossing partitions. | rth | 2011-07-23 | 1 | -128/+38 |
* | * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to | jsm28 | 2011-06-14 | 1 | -9/+10 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | davidxl | 2011-06-14 | 1 | -3/+3 |
* | Revert r174848,174849 | davidxl | 2011-06-09 | 1 | -8/+4 |
* | Gator cleanup | davidxl | 2011-06-09 | 1 | -4/+8 |
* | Pass name cleanups | davidxl | 2011-06-01 | 1 | -1/+1 |
* | generalize build_case_label to the rest of the compiler | froydnj | 2011-05-06 | 1 | -4/+3 |
* | 2011-04-29 Richard Guenther <rguenther@suse.de> | rguenth | 2011-04-29 | 1 | -7/+7 |
* | 2011-04-11 Martin Jambor <mjambor@suse.cz> | jamborm | 2011-04-11 | 1 | -2/+2 |
* | PR middle-end/47401 | uweigand | 2011-01-22 | 1 | -20/+41 |
* | PR middle-end/45566 | jakub | 2011-01-21 | 1 | -18/+21 |
* | * except.c (dump_eh_tree): Fix stray ; after for statement. | rth | 2011-01-17 | 1 | -1/+1 |
* | 2010-11-30 Laurynas Biveinis <laurynas.biveinis@gmail.com> | lauras | 2010-12-03 | 1 | -1/+1 |
* | * target.def (supports_split_stack, except_unwind_info): Take | jsm28 | 2010-11-25 | 1 | -7/+7 |
* | Hookize TARGET_UNWIND_INFO et al. | rth | 2010-09-28 | 1 | -7/+11 |
* | Hookize exception personality output. | rth | 2010-09-07 | 1 | -22/+15 |
* | gcc/ | froydnj | 2010-08-20 | 1 | -1/+1 |
* | gcc: | amylaar | 2010-06-29 | 1 | -1/+1 |
* | gcc/ChangeLog: | steven | 2010-06-28 | 1 | -33/+1 |
* | PR rtl-optimization/42461 | ebotcazou | 2010-06-09 | 1 | -0/+2 |
* | gcc/ada: | lauras | 2010-06-08 | 1 | -5/+5 |
* | * tree-vrp.c (debug_value_range, debug_all_value_ranges, | hubicka | 2010-05-29 | 1 | -2/+2 |
* | * function.h (struct function): Add can_throw_non_call_exceptions bit. | ebotcazou | 2010-05-25 | 1 | -1/+1 |
* | * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or | jsm28 | 2010-05-21 | 1 | -0/+1 |
* | Remove lang_eh_type_covers, which is dead, and the corresponding | baldrick | 2010-04-13 | 1 | -3/+0 |
* | set LABEL_PRESERVE_P for landing pad labels | chrbr | 2010-03-01 | 1 | -0/+1 |
* | PR bootstrap/43121 | jakub | 2010-02-19 | 1 | -3/+8 |
* | * cgraph.h (cgraph_set_nothrow_flag, cgraph_set_readonly_flag, | jakub | 2009-12-14 | 1 | -2/+2 |