summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'.Eric Botcazou2005-11-031-5/+7
* re PR target/9350 (-fomit-frame-pointer does not work for main)Richard Henderson2005-11-021-1/+25
* Restore old AT_frame_base code for targets that don't use dwarf2 unwind info.James E Wilson2005-10-311-0/+14
* re PR rtl-optimization/24460 (Profiled bootstrap broken)Eric Botcazou2005-10-261-4/+7
* re PR debug/24070 (Dwarf macro info has bad file numbers)Richard Henderson2005-10-061-4/+6
* function.c (ARG_POINTER_CFA_OFFSET): Move ...Richard Henderson2005-09-071-182/+291
* re PR debug/7241 (DWARF encoding for "char" incorrect in gcc)Jakub Jelinek2005-09-011-1/+1
* dwarf2out.c (add_location_or_const_value_attribute): Prefer locations gathere...Jakub Jelinek2005-08-111-11/+14
* dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument, pass it down...Jakub Jelinek2005-08-111-31/+35
* dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG, with auto-inc codes.Richard Henderson2005-08-011-1/+1
* dwarf2out.c, [...]: Fix comment typos.Kazu Hirata2005-08-011-1/+1
* Better debug info for inlined functions.James E Wilson2005-07-251-1/+24
* dwarf2out.c (gen_variable_die): Treat un-emitted COMDAT variables as declarat...Mark Mitchell2005-07-241-0/+19
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-1/+4
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-1/+1
* coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2005-06-301-1/+1
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Change GEN_INT to gen_int_...Ian Lance Taylor2005-06-291-1/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cgraphunit.c (cgraph_create_edges): Do not walk BLOCK; finalize local statics...Jan Hubicka2005-06-091-0/+9
* re PR debug/21946 (Invalid DWARF2 debug info emitted)Eric Botcazou2005-06-081-23/+21
* re PR debug/21889 (Native Solaris assembler cannot grok DTP-relative debug sy...Eric Botcazou2005-06-081-10/+11
* re PR debug/21946 (Invalid DWARF2 debug info emitted)Jakub Jelinek2005-06-071-13/+28
* cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin2005-06-041-2/+3
* c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin2005-06-011-1/+1
* bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc...Caroline Tice2005-05-161-2/+1
* dwarf2out.c (used_rtx_varray): Rename to used_rtx_array.Kazu Hirata2005-05-161-5/+8
* re PR target/18655 (Incorrect data in .debug_frame section for PowerPC)Mark Mitchell2005-05-091-2/+4
* dwarf2out.c (incomplete_types, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-041-7/+8
* Fix corrupted dwarf2 file table with -fno-eliminate-unused-debug-types.James E Wilson2005-05-031-0/+8
* dwarf2out.c (decl_scope_table, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-011-8/+6
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-1/+1
* Correct fixes for various hot/cold partitioning concerns.Caroline Tice2005-04-271-44/+59
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-6/+5
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-1/+1
* Avoid emitting bogus debug info that confuses gdb.Jim Wilson2005-04-201-2/+7
* Revert patch from April 9.Caroline Tice2005-04-121-53/+36
* dwarf2out.c (output_line_info): Don't try to dereference a NULL current_funct...Geoffrey Keating2005-04-121-1/+6
* Fix problems with labels with hot/cold partitioning.Caroline Tice2005-04-091-36/+49
* re PR debug/19345 (Segmentation fault with VLA and inlining and dwarf2)Alexandre Oliva2005-04-021-5/+1
* re PR debug/19406 (ICE: in force_decl_die, at dwarf2out.c:12442)Jakub Jelinek2005-04-011-3/+39
* Handle static const initializers that contain arithmetic.James E Wilson2005-03-311-50/+53
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-26/+146
* dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO defined and non...Olivier Hainque2005-03-311-1/+6
* Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks.James E Wilson2005-03-301-32/+35
* tree.def (FILE_TYPE): Removed.Tom Tromey2005-03-301-7/+0
* c-opts.c (c_common_parse_file): Only start/end main source file if debug hook...Daniel Berlin2005-03-221-1/+2
* dwarf2out.c (dwarf_type_encoding_name): Remove unused prototype and definition.Ben Elliston2005-03-221-33/+0
* Fix problem that caused compiled java code to trigger an internal gdb error.James E Wilson2005-03-181-0/+6
* re PR debug/20253 (Macro debug info broken due to lexer change)Daniel Berlin2005-03-041-3/+6
* ChangeLog.5: Fix log message typo(s).Volker Reichelt2005-02-241-1/+1