Age | Commit message (Expand) | Author | Files | Lines |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-06 | asan.c: Remove struct tags when referring to class varpool_node. | Oleg Endo | 1 | -1/+1 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -4/+0 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -1/+1 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -1/+1 |
2013-11-20 | dbxout.c (dbxout_type): Ignore POINTER_BOUNDS_TYPE. | Ilya Enkovich | 1 | -0/+4 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -8/+8 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -5/+5 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -6/+6 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -8/+8 |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -11/+10 |
2012-10-23 | dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg. | Vladimir Makarov | 1 | -1/+1 |
2012-06-24 | output.h: (current_function_is_leaf... | Steven Bosscher | 1 | -2/+2 |
2012-06-02 | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 1 | -1/+1 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -0/+36 |
2012-04-23 | lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node. | Jan Hubicka | 1 | -1/+1 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -1/+2 |
2011-06-10 | cp-tree.h (error_operand_p): Remove. | Paolo Carlini | 1 | -1/+1 |
2011-05-23 | re PR debug/49032 (-gstabs generates reference to deleted static variable) | Jakub Jelinek | 1 | -0/+15 |
2011-04-06 | dbxout.c: (debug_nesting... | Tristan Gingold | 1 | -1/+5 |
2011-04-06 | re PR bootstrap/48471 (ia64-*-* does not bootstrap due to unused variables in... | Nathan Froyd | 1 | -21/+21 |
2011-04-05 | debug.h (debug_flush_symbol_queue, [...]): Delete. | Nathan Froyd | 1 | -0/+81 |
2011-03-16 | emit-rtl.c (try_split): Don't call copy_call_info debug hook. | Jakub Jelinek | 1 | -10/+2 |
2010-12-22 | re PR debug/46724 (Wrong debug info: Invalid variable location) | Alexandre Oliva | 1 | -1/+1 |
2010-11-15 | godump.c: New file. | Ian Lance Taylor | 1 | -2/+4 |
2010-10-14 | re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la... | Richard Guenther | 1 | -0/+1 |
2010-10-11 | vec.h (VEC_qsort): Define. | Nathan Froyd | 1 | -2/+1 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -2/+2 |
2010-09-27 | dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P. | Richard Guenther | 1 | -1/+1 |
2010-09-10 | dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type for VECTOR_TYPE... | Richard Guenther | 1 | -12/+16 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-07-23 | Fix violations of self-assignment check in GCC source. | Le-Chun Wu | 1 | -2/+5 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -6/+6 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-16 | This patch adds the end prologue and begin epilogue markers in Dwarf2 | Douglas B Rupp | 1 | -1/+3 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -1/+1 |
2010-05-13 | re PR bootstrap/44048 (building without C++ enabled fails) | Jason Merrill | 1 | -1/+0 |
2010-05-06 | Add support for C++0x nullptr. | Jason Merrill | 1 | -0/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -20/+20 |
2009-10-29 | re PR debug/41700 (g++.dg/debug/dwarf2/icf.C) | Cary Coutant | 1 | -0/+2 |
2009-10-28 | trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables. | Rafael Avila de Espindola | 1 | -2/+1 |
2009-10-17 | re PR debug/40521 (-g causes GCC to generate .eh_frame) | Jakub Jelinek | 1 | -0/+2 |
2009-10-08 | Add support for debugging with ICF (Identical Code Folding). | Cary Coutant | 1 | -0/+6 |
2009-09-13 | tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL. | Eric Botcazou | 1 | -6/+2 |