aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-01dwarf2out.c (compute_barrier_args_size): Set barrier_args_size for labels for...Jakub Jelinek1-8/+26
2008-07-31re PR debug/36977 (Incorrect debug info for stack variables with stack alignm...H.J. Lu1-2/+1
2008-07-31re PR rtl-optimization/36419 (Wrong unwind info with -Os -fasynchronous-unwin...Jakub Jelinek1-7/+171
2008-07-31re PR debug/36980 (Bootstrap broken with RTL checking on i586)H.J. Lu1-6/+7
2008-07-31re PR debug/36976 (FAIL: g++.dg/torture/stackalign/unwind-2.C)H.J. Lu1-17/+14
2008-07-31re PR debug/36278 (ICE with typedef void in namespace and using the defined t...Jakub Jelinek1-46/+40
2008-07-30re PR ada/36554 (verify_flow_info ICE can not throw but has EH edges)Eric Botcazou1-1/+2
2008-07-30[multiple changes]H.J. Lu1-11/+267
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-4/+3
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-2/+0
2008-07-19dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P argument...Olivier Hainque1-35/+33
2008-07-10re PR rtl-optimization/36419 (Wrong unwind info with -Os -fasynchronous-unwin...Jakub Jelinek1-0/+26
2008-06-26dwarf2out.c: Remove trailing white spaces.H.J. Lu1-13/+13
2008-06-26dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-62/+60
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-27dwarf2out.c (current_fde): Change return type to dw_fde_ref.H.J. Lu1-8/+8
2008-05-27dwarf2out.c (current_fde): New.Xuepeng Guo1-12/+22
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-6/+3
2008-05-08re PR debug/35896 (gfortran TLS symbols broken with debug info)Jakub Jelinek1-136/+43
2008-04-28re PR debug/36060 (Too big stack requirements of cc1plus during GC)Jakub Jelinek1-1/+1
2008-04-27targhooks.h (default_emutls_var_fields, [...]): Declare.Nathan Sidwell1-12/+29
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-2/+2
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-2/+0
2008-04-15dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan1-1/+2
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-7/+7
2008-04-06gcc.c (default_compilers): Sync Fortran extensions list with that in fortran/...Francois-Xavier Coudert1-1/+1
2008-04-01trans-common.c (create_common): Add decl to function chain to preserve identi...George Helffrich1-10/+215
2008-03-06dwarf2out.c (dwarf2out_frame_debug_expr): Consult the dwarf_register_span hoo...Nathan Froyd1-2/+27
2008-01-23re PR debug/34895 (ICE in force_type_die, at dwarf2out.c:12923)Michael Matz1-5/+2
2008-01-19dwarf2out.c (dwarf2out_switch_text_section): Do not call dwarf2out_note_secti...Uros Bizjak1-1/+3
2008-01-18common.opt: Add fmerge-debug-strings.Ian Lance Taylor1-1/+1
2008-01-18re PR target/34484 (libgcc should check if feclearexcept (and others) availab...Uros Bizjak1-46/+46
2008-01-16re PR debug/34249 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-...Uros Bizjak1-15/+19
2008-01-16re PR debug/34249 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-...Uros Bizjak1-2/+1
2007-12-15re PR debug/7081 (DWARF enhancements for C++)Alexandre Oliva1-4/+48
2007-12-15dwarf2out.c (reference_to_unused): Don't emit strings in initializers just be...Alexandre Oliva1-0/+2
2007-12-10dwarf2out.c (gen_array_type_die, [...]): For Fortran multi-dimensional arrays...Jakub Jelinek1-0/+11
2007-12-09re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek1-4/+173
2007-11-04re PR fortran/10220 (attribute DW_AT_calling_convention not correct for fortran)Francois-Xavier Coudert1-4/+14
2007-11-01re PR debug/33537 (C++ arguments passed by invisible reference have wrong type)Jakub Jelinek1-4/+19
2007-10-25dwarf2out.c (base_type_die): Use DW_ATE_unsigned_fixed or DW_ATE_signed_fixed...Chao-ying Fu1-2/+2
2007-10-09Index: gcc/ChangeLogGeoffrey Keating1-0/+1
2007-10-07dwarf2out.c (dwarf2out_frame_init): Check for DWARF2_FRAME_INFO when determin...Eric Botcazou1-1/+1
2007-10-03re PR debug/31899 (-g and using declaration causing ICE in reference_to_unused)Doug Kwan1-1/+4
2007-09-23tree.h (block_nonartificial_location): New prototype.Jakub Jelinek1-0/+4
2007-09-20re PR debug/33316 (ICE on valid variable-length automatic array in const struct)Jakub Jelinek1-1/+2
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-4/+2
2007-08-28re PR debug/32914 (ICE in rtl_for_decl_init with -g option)Jakub Jelinek1-0/+37
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-50/+50
2007-08-21re PR debug/32610 (ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:1...Jakub Jelinek1-1/+2