Age | Commit message (Expand) | Author | Files | Lines |
2014-01-29 | re PR c++/58561 ([c++11] ICE using declaration of function with auto in retur... | Paolo Carlini | 1 | -15/+26 |
2014-01-28 | re PR c++/53756 ([C++1y] ICE: in gen_type_die_with_usage, at dwarf2out.c:1877... | Jason Merrill | 1 | -0/+29 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -4/+4 |
2013-12-06 | asan.c: Remove struct tags when referring to class varpool_node. | Oleg Endo | 1 | -2/+2 |
2013-12-04 | re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS) | Tobias Burnus | 1 | -1/+52 |
2013-12-02 | dwarf2out.c (output_pubnames): Use comp_unit_die ()->die_offset when... | Sterling Augustine | 1 | -1/+1 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -6/+2 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -3/+3 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -3/+3 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -3/+1 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -2/+1 |
2013-11-21 | Add minimal line tables at -g1. | Cary Coutant | 1 | -17/+23 |
2013-11-20 | dbxout.c (dbxout_type): Ignore POINTER_BOUNDS_TYPE. | Ilya Enkovich | 1 | -2/+6 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -1/+7 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -4/+4 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -20/+20 |
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 | -15/+15 |
2013-11-15 | dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test. | Richard Sandiford | 1 | -3/+2 |
2013-11-13 | re PR ada/35998 (debug info invalid x86_64 DW_AT_byte_size 0xffffffff) | Eric Botcazou | 1 | -4/+7 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+0 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -2/+2 |
2013-10-22 | Add new option -ggnu-pubnames. | Sterling Augustine | 1 | -25/+119 |
2013-10-04 | dwarf2out.c (dw_sra_loc_expr): Release addr_table entries when discarding a l... | Cary Coutant | 1 | -7/+21 |
2013-10-02 | tree-flow.h: Include new .h files. | Andrew Macleod | 1 | -0/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -8/+8 |
2013-09-13 | dwarf2out.c (should_emit_struct_debug): Add check for type_decl variable is n... | Evgeny Gavrin | 1 | -4/+8 |
2013-09-09 | alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ... | Richard Sandiford | 1 | -3/+4 |
2013-08-13 | dwarf2out.c (CHECKSUM_BLOCK): New macro. | Cary Coutant | 1 | -3/+11 |
2013-07-26 | dwarf2out.c (die_checksum_ordered): Don't include template instantiations in ... | Cary Coutant | 1 | -30/+75 |
2013-07-25 | dwarf2out.c (size_of_pubnames): Move code to... | Sterling Augustine | 1 | -21/+35 |
2013-07-22 | dwarf2out.c (die_odr_checksum): New function to use CHECKSUM_ macros and ULEB... | Eric Christopher | 1 | -2/+10 |
2013-07-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-07-02 | dwarf2out.c (loc_checksum): Call hash_loc_operands for a deterministic hash. | Cary Coutant | 1 | -5/+11 |
2013-06-10 | dwarf2out.c (hash_external_ref): Use die_symbol or signature for hash so that... | Cary Coutant | 1 | -1/+16 |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -2/+2 |
2013-05-21 | dwarf2out.c (multiple_reg_loc_descriptor): Use dbx_reg_number for spanning re... | Christian Bruel | 1 | -16/+17 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -213/+235 |
2013-04-24 | 2013-04-24 Sterling Augustine <saugustine@google.com> | Sterling Augustine | 1 | -45/+123 |
2013-04-24 | dwarf2out.c (gen_enumeration_type_die): Fix HOST_BITS_PER_WIDE_INT dependency... | Julian Brown | 1 | -4/+16 |
2013-04-18 | dwarf2out.c (output_pubnames): Check die_perennial_p of parent instead of die... | Cary Coutant | 1 | -2/+4 |
2013-04-12 | opts.c: Include diagnostic-color.h. | Jakub Jelinek | 1 | -0/+1 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+16 |
2013-03-23 | avr.c, [...]: Where applicable... | Steven Bosscher | 1 | -3/+3 |
2013-03-21 | dwarf2out.c (size_of_aranges): Skip DECL_IGNORED_P functions. | Mark Wielaard | 1 | -0/+2 |
2013-03-21 | re PR debug/55608 (Debug info quality regressions with file scope vars) | Jakub Jelinek | 1 | -12/+209 |
2013-03-21 | tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ... | Richard Biener | 1 | -5/+5 |
2013-03-16 | re PR debug/49090 (provide a way to recognize defaulted template parameters) | Jason Merrill | 1 | -5/+13 |