summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* * dwarf2out.c (mem_loc_descriptor): Handle shifts.Paul Brook2004-04-281-3/+20
* re PR debug/14829 (Bootstrap comparison failure on hppa64-hp-hpux11.11)John David Anglin2004-04-271-9/+10
* re PR debug/15033 (libgcc2.c:470: internal compiler error: Segmentation fault)Andrew Pinski2004-04-201-0/+1
* dwarf2out.c (rtl_for_decl_location): Adjust rtl for byte variables stored in ...DJ Delorie2004-04-201-0/+18
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-8/+8
* gengtype.c (create_option): New function.Zack Weinberg2004-03-301-1/+1
* dwarf2out.c (is_subrange_type): Do not emit a subrange_type DIE for base types.Joel Brobecker2004-03-221-0/+32
* dwarf2out.c (is_subrange_type): Minor code rework.Joel Brobecker2004-03-221-9/+13
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-1/+0
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-14/+14
* tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner2004-03-181-1/+1
* c-decl.c (grokdeclarator): Do not complain about redeclaring visible "static"...Mark Mitchell2004-03-181-0/+7
* dwarf2out.c (subrange_type_die): Define new variable "subtype" to hold the su...Joel Brobecker2004-03-171-4/+5
* * dwarf2out.c (loc_descriptor_from_tree): Add handling for MIN_EXPR.J. Brobecker2004-03-161-4/+10
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-1/+1
* Enabled linkonce support for Darwin.Matt Austern2004-03-121-4/+38
* re PR debug/11983 (ICE in dwarf-2 on code using altivec)Alan Modra2004-03-081-39/+164
* re PR debug/14328 (gcc3.2.2 generates incorrect debugging enum values)Mark Mitchell2004-03-011-10/+10
* c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-02-271-2/+2
* dwarf2out.c (loclabel_num): Move outside #ifdef DWARF2_DEBUGGING_INFO and mar...Zack Weinberg2004-02-181-3/+3
* dwarf2out.c (loc_descriptor_from_tree): Handle EXPR_WITH_FILE_LOCATION.Paul Brook2004-02-181-0/+3
* debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg2004-02-121-0/+11
* dwarf2out.c (output_loc_list): Remove no longer necessary, and now incorrect,...Daniel Berlin2004-02-111-13/+1
* c-common.c (shadow_warning): Delete.Zack Weinberg2004-02-081-6/+0
* dwarf2out.c (loclabel_num): Move into #ifdef DWARF2_DEBUGGING_INFO.Andrew Pinski2004-02-061-2/+3
* dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function at the be...Daniel Berlin2004-02-061-35/+343
* Josef Zlomek <zlomekj@suse.cz>Josef Zlomek2004-02-061-1/+2
* re PR debug/11816 (Incorrect debugging information for anonymous structures)Ulrich Weigand2004-02-061-2/+3
* dwarf2out.c (output_loc_list): Don't use deltas if we have a separate line in...Daniel Berlin2004-02-061-11/+22
* dwarf2out.c (force_type_die): Look up input type itself instead of root_type(...Devang Patel2004-02-051-2/+2
* re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth2004-02-051-2/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-2/+2
* Fix Ada breakage.Devang Patel2004-01-291-3/+0
* dwarf2out.c (struct die_struct): Added field decl_id.Josef Zlomek2004-01-291-41/+29
* Makefile.in (dwarf2out.o): Depend on input.hDevang Patel2004-01-271-19/+181
* sysv4.h (DWARF2_FRAME_REG_OUT): Define.Alan Modra2004-01-211-19/+27
* dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().J. Brobecker2004-01-171-16/+14
* re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka2004-01-161-1/+1
* Index: ChangeLogGeoffrey Keating2004-01-161-1/+2
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* re PR debug/13231 (Bad DWARF2 CFI when there is no frame pointer)Richard Henderson2004-01-141-0/+7
* dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.J. Brobecker2004-01-141-5/+8
* real.c: Update copyright date.Geoffrey Keating2004-01-121-1/+1
* dwarf2out.c (gen_enumeration_type_die): Return the DIE that we just created.J. Brobecker2004-01-091-10/+31
* dwarf2out.c (subrange_type_die): Add context_die parameter.Joel Brobecker2004-01-081-4/+7
* * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.Geoffrey Keating2004-01-061-5/+0
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* Makefile.in (OBJS-common): Remove dwarfout.o.Mark Mitchell2003-12-241-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-9/+9
* Support namespaces in DWARF 2 output.Jason Merrill2003-12-081-15/+138