aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-04re PR lto/47788 (New LTO failures)Richard Guenther1-3/+9
2012-10-02re PR debug/53135 (Duplicates cause size explosion (vta/dwarf))Alexandre Oliva1-0/+2
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-1/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+1
2012-09-11dwarf2out.c (dwarf2out_abstract_function): Do not change cfun.Martin Jambor1-10/+10
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-15/+15
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-20/+17
2012-08-24dwarf2out.c (gen_producer_string): Omit command line switch if CL_NO_DWARF_RE...Simon Baldwin1-0/+3
2012-08-24Allow arg_pointer_rtx/frame_pointer_rtx for based_loc_descrH.J. Lu1-1/+5
2012-08-20dwarf2out.c: For DWARF 4+, output DW_AT_high_pc as constant offset.Mark Wielaard1-27/+62
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-11/+11
2012-07-24Tidy some include usage + dependenciesRichard Henderson1-1/+0
2012-07-19re PR debug/53235 (20120504 broke -fdebug-types-section)Jason Merrill1-4/+23
2012-07-19eh_personality.cc (__gxx_personality_seh0): New function.Tristan Gingold1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-06RevertEric Botcazou1-54/+9
2012-06-29dwarf2out.c (add_pubname_string): Don't check for want_pubnames.Cary Coutant1-10/+10
2012-06-29dwarf2out.c (add_pubname): Add comment.Sterling Augustine1-5/+10
2012-06-26dwarf2out.c (output_pubnames): Add check for DW_TAG_enumerator.Sterling Augustine1-3/+12
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-2/+2
2012-06-22re PR debug/53704 (ICE: in based_loc_descr, at dwarf2out.c:10027 after revisi...Eric Botcazou1-0/+3
2012-06-21dwarf2out.c (is_cu_die, [...]): New functions.Sterling Augustine1-63/+130
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-06-14dwarf2out.c (function_possibly_abstracted_p): New static function.Eric Botcazou1-9/+54
2012-06-11Roland McGrath <mcgrathr@google.com>Roland McGrath1-5/+5
2012-06-04dwarf2out.c (is_unit_die): New.Jason Merrill1-6/+13
2012-06-04re PR lto/53471 (ICE in pp_base_format, at pretty-print.c:510 (-flto -g))Richard Guenther1-1/+5
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-6/+6
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+1
2012-05-29re PR debug/53453 (darwin linker expects both AT_name and AT_comp_dir debug n...Jack Howarth1-1/+1
2012-05-29integrate.c: Remove.Steven Bosscher1-0/+129
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-14dwarf2out.c (dwarf2out_define, [...]): Treat lineno 1 the same as lineno 0 be...Jakub Jelinek1-6/+6
2012-05-14dwarf2out.c (have_macinfo): Define.Jakub Jelinek1-6/+11
2012-05-12re PR debug/53235 (20120504 broke -fdebug-types-section)Jason Merrill1-22/+17
2012-05-10dwarf2out.c (add_byte_size_attribute): Handle variable reference as size attr...Eric Botcazou1-0/+7
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford1-11/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-8/+17
2012-05-03dwarf2out.c (struct external_ref, [...]): New.Jason Merrill1-10/+189
2012-05-03dwarf2out.c (die_struct): Add comdat_type_p flag.Jason Merrill1-24/+32
2012-05-03dwarf2out.c (modified_type_die): Use scope_die_for.Jason Merrill1-40/+65
2012-05-03i386.c (ix86_code_end): Set DECL_IGNORED_P on the pc thunk.Jason Merrill1-0/+4
2012-05-02re PR lto/52605 (LTO -g ICE when looking up context of VMTs of classes define...Martin Jambor1-1/+3
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+1
2012-04-30dwarf2out.c (comdat_symbol_id): Add const.Jason Merrill1-6/+6
2012-04-27dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.Tom Tromey1-786/+26
2012-04-25Assert dbx_reg_number doesn't return INVALID_REGNUMH.J. Lu1-1/+3
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-2/+2
2012-04-11re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez1-0/+1
2012-03-30* dwarf2out.c (gen_variable_die): Initialize off.Richard Henderson1-1/+1