aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-205/+172
2012-11-14re PR debug/55328 (ICE: in output_addr_table_entry, at dwarf2out.c:21780 with...Sterling Augustine1-0/+4
2012-11-09rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck1-2/+2
2012-11-08re PR debug/53145 (gcc.dg/pch/save-temps-1.c)Jakub Jelinek1-9/+6
2012-11-07dwarf2out.c (output_comdat_type_unit): Check for OBJECT_FORMAT_ELF.Sterling Augustine1-0/+2
2012-11-06common.opt (gno-split-dwarf, [...]): New switches.Sterling Augustine1-218/+1235
2012-11-05re PR target/55194 (h8300 ICE during conftest in libgcc dwarf2out:7605)Jakub Jelinek1-6/+10
2012-10-26re PR debug/54970 (Missing DW_OP_GNU_implicit_pointer in debuginfo)Jakub Jelinek1-1/+4
2012-10-25re PR debug/55063 (Thousands of failures in the libstdc++-v3 tests after revi...Cary Coutant1-1/+2
2012-10-23re PR debug/54508 (Wrong debug information emitted if data members not refere...Paul Koning1-2/+14
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-2/+8
2012-10-16rtl.h (get_call_rtx_from): New prototype.Steven Bosscher1-6/+2
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