aboutsummaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-05sdbout.c (sdbout_one_type): Switch to current function's section supporting c...Kai Tietz1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+4
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-1/+1
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2012-03-14Remove MIPS_DEBUGGING_INFO supportRainer Orth1-77/+9
2011-03-16emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek1-5/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-15godump.c: New file.Ian Lance Taylor1-42/+2
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-0/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-16This patch adds the end prologue and begin epilogue markers in Dwarf2 Douglas B Rupp1-1/+3
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-1/+0
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+1
2010-04-30sdbout.c: Include vec.h, do not include varray.h.Steven Bosscher1-6/+7
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-10-29re PR debug/41700 (g++.dg/debug/dwarf2/icf.C)Cary Coutant1-0/+2
2009-10-17re PR debug/40521 (-g causes GCC to generate .eh_frame)Jakub Jelinek1-0/+2
2009-10-08Add support for debugging with ICF (Identical Code Folding).Cary Coutant1-0/+6
2009-06-23* sdbout.c (sdbout_one_type): Fix braces in switch.Rainer Orth1-3/+3
2009-06-22alias.c: Use REG_P...Shujing Zhao1-3/+3
2009-06-19ggc-page.c (ggc_pch_write_object): Initialize emptyBytes.Ian Lance Taylor1-2/+32
2009-06-17dbxout.c (dbxout_source_line): Add is_stmt parameter.Cary Coutant1-2/+3
2009-06-04basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant1-2/+3
2009-04-22sdbout.c (sdbout_symbol): Pass VOIDmode to eliminate_regs.Dave Korn1-3/+3
2009-04-15debug.h (set_name): Declare.Catherine Moore1-0/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-10-08sdbout.c (sdbout_one_type): Treat the value type CONST_DECL for enumerals.Kai Tietz1-8/+15
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-1/+1
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-2/+2
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-0/+1
2005-03-29builtin-types.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-22c-opts.c (c_common_parse_file): Only start/end main source file if debug hook...Daniel Berlin1-1/+2
2004-11-04sdbout.c (SDB_GENERATE_FAKE): Remove.Kazu Hirata1-6/+1
2004-10-31sdbout.c (sdbout_symbol): Do not output type .def statements for builtin types.Danny Smith1-0/+5
2004-10-21dbxout.c (asmfile): Delete.Zack Weinberg1-14/+4
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-5/+4
2004-07-20tree.h: Include vec.hNathan Sidwell1-7/+7
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-5/+4
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-14/+14
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-10/+10
2004-04-16sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not TYPE_FIELDS.DJ Delorie1-3/+1
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-5/+5
2004-02-19sdbout.c (preinit_symbols, [...]): New statics.Zack Weinberg1-1/+26