summaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
Commit message (Expand)AuthorAgeFilesLines
* Merge debug-early branch into mainline.Aldy Hernandez2015-06-051-6/+17
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* sdbout.c (sdbout_symbol): Eliminate register only if decl isn't a global vari...Kai Tietz2014-11-121-4/+7
* Revert incorrect merging of debug-early branch.Aldy Hernandez2014-09-041-2/+3
* + * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez2014-09-041-3/+2
* Debug hooks: use rtx_insn and rtx_code_labelDavid Malcolm2014-08-211-3/+3
* symtab.c (section_hash): New hash.Jan Hubicka2014-06-121-1/+1
* re PR rtl-optimization/56356 (DJGPP compiler crashing)Kai Tietz2014-03-181-2/+8
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-4/+4
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-2/+2
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-5/+5
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-8/+9
* sdbout.c (sdbout_one_type): Switch to current function's section supporting c...Kai Tietz2013-03-051-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-4/+4
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-1/+1
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-1/+1
* Remove MIPS_DEBUGGING_INFO supportRainer Orth2012-03-141-77/+9
* emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek2011-03-161-5/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* godump.c: New file.Ian Lance Taylor2010-11-151-42/+2
* re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther2010-10-141-0/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* This patch adds the end prologue and begin epilogue markers in Dwarf2 Douglas B Rupp2010-06-161-1/+3
* re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill2010-05-131-1/+0
* Add support for C++0x nullptr.Jason Merrill2010-05-061-0/+1
* sdbout.c: Include vec.h, do not include varray.h.Steven Bosscher2010-04-301-6/+7
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* re PR debug/41700 (g++.dg/debug/dwarf2/icf.C)Cary Coutant2009-10-291-0/+2
* re PR debug/40521 (-g causes GCC to generate .eh_frame)Jakub Jelinek2009-10-171-0/+2
* Add support for debugging with ICF (Identical Code Folding).Cary Coutant2009-10-081-0/+6
* * sdbout.c (sdbout_one_type): Fix braces in switch.Rainer Orth2009-06-231-3/+3
* alias.c: Use REG_P...Shujing Zhao2009-06-221-3/+3
* ggc-page.c (ggc_pch_write_object): Initialize emptyBytes.Ian Lance Taylor2009-06-191-2/+32
* dbxout.c (dbxout_source_line): Add is_stmt parameter.Cary Coutant2009-06-171-2/+3
* basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant2009-06-041-2/+3
* sdbout.c (sdbout_symbol): Pass VOIDmode to eliminate_regs.Dave Korn2009-04-221-3/+3
* debug.h (set_name): Declare.Catherine Moore2009-04-151-0/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* sdbout.c (sdbout_one_type): Treat the value type CONST_DECL for enumerals.Kai Tietz2008-10-081-8/+15
* re PR fortran/29635 (debug info of modules)Jakub Jelinek2008-08-291-1/+1
* c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-271-2/+2
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-1/+1
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-2/+2