summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix violations of self-assignment check in GCC source.Le-Chun Wu2010-07-231-2/+5
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-6/+6
* 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
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* 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
* Remove trailing white spaces.H.J. Lu2009-11-251-20/+20
* re PR debug/41700 (g++.dg/debug/dwarf2/icf.C)Cary Coutant2009-10-291-0/+2
* trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables.Rafael Avila de Espindola2009-10-281-2/+1
* 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
* tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.Eric Botcazou2009-09-131-6/+2
* re PR debug/40666 (Ada tools build failure)Eric Botcazou2009-07-071-3/+9
* alias.c: Use REG_P...Shujing Zhao2009-06-221-3/+3
* dbxout.c (dbxout_source_line): Add is_stmt parameter.Cary Coutant2009-06-171-3/+4
* basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant2009-06-041-3/+4
* gstab.h (stab_code_type): Define, to be used instead of the __stab_debug_code...Olivier Hainque2009-05-201-7/+5
* dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou2009-05-151-27/+43
* tree.h: Remove DECL_BY_REFERENCE from private_flag comment.Jakub Jelinek2009-05-051-3/+1
* tree.h (DECL_BY_REFERENCE): Note that it is also valid for !TREE_STATIC VAR_D...Jakub Jelinek2009-04-261-1/+3
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+1
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-4/+5
* * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.David Edelsohn2009-04-171-0/+1
* dbxout.c (dbxout_block): Reinstate test on TREE_USED.Eric Botcazou2009-04-171-1/+1
* debug.h (set_name): Declare.Catherine Moore2009-04-151-0/+1
* re PR debug/39267 (gdb testsuite regressions)Jan Hubicka2009-02-271-14/+0
* re PR tree-optimization/37709 (inlining causes explosion in debug info)Jan Hubicka2009-02-231-1/+1
* * dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL.Eric Botcazou2008-09-251-0/+2
* re PR fortran/29635 (debug info of modules)Jakub Jelinek2008-08-291-2/+2
* c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor2008-08-261-6/+11
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-5/+4
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* function.h (incomming_args): Break out of struct function.Jan Hubicka2008-04-081-4/+4
* gcc.c (default_compilers): Sync Fortran extensions list with that in fortran/...Francois-Xavier Coudert2008-04-061-1/+1
* trans-common.c (create_common): Add decl to function chain to preserve identi...George Helffrich2008-04-011-3/+175
* re PR debug/31510 (FAIL: libgomp.fortran/threadprivate[23].f90 -O3 -g)James E Wilson2008-03-161-0/+9
* re PR debug/33316 (ICE on valid variable-length automatic array in const struct)Jakub Jelinek2007-09-201-1/+5
* dbxout.c (dbxout_block): Move declaration within the first #if defined (DBX_D...Olivier Hainque2007-08-311-2/+5
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-2/+2
* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.Paul Brook2007-08-181-4/+7
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* dbxout.c (output_types_sort): Add a comment.Daniel Jacobowitz2006-07-261-0/+7
* dbxout.c (output_used_types_helper): Push queued types on a VEC.Daniel Jacobowitz2006-07-251-4/+42
* re PR debug/27473 (g++.dg/other/unused1.C and gcc.dg/20060410.c fail on power...Daniel Jacobowitz2006-07-241-0/+35
* dbxout.c (dbxout_function_end): Do not increment scope_labelno.Carlos O'Donell2006-07-181-4/+6
* dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.Carlos O'Donell2006-07-141-26/+21
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-18/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2