index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
dwarf2out.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-10
dwarf2out.c (gen_array_type_die, [...]): For Fortran multi-dimensional arrays...
Jakub Jelinek
1
-0
/
+11
2007-12-09
re PR fortran/22244 (dimension information is lost for multi-dimension array)
Jakub Jelinek
1
-4
/
+173
2007-11-04
re PR fortran/10220 (attribute DW_AT_calling_convention not correct for fortran)
Francois-Xavier Coudert
1
-4
/
+14
2007-11-01
re PR debug/33537 (C++ arguments passed by invisible reference have wrong type)
Jakub Jelinek
1
-4
/
+19
2007-10-25
dwarf2out.c (base_type_die): Use DW_ATE_unsigned_fixed or DW_ATE_signed_fixed...
Chao-ying Fu
1
-2
/
+2
2007-10-09
Index: gcc/ChangeLog
Geoffrey Keating
1
-0
/
+1
2007-10-07
dwarf2out.c (dwarf2out_frame_init): Check for DWARF2_FRAME_INFO when determin...
Eric Botcazou
1
-1
/
+1
2007-10-03
re PR debug/31899 (-g and using declaration causing ICE in reference_to_unused)
Doug Kwan
1
-1
/
+4
2007-09-23
tree.h (block_nonartificial_location): New prototype.
Jakub Jelinek
1
-0
/
+4
2007-09-20
re PR debug/33316 (ICE on valid variable-length automatic array in const struct)
Jakub Jelinek
1
-1
/
+2
2007-09-05
Add target hook invoked when cfun changes.
Sandra Loosemore
1
-4
/
+2
2007-08-28
re PR debug/32914 (ICE in rtl_for_decl_init with -g option)
Jakub Jelinek
1
-0
/
+37
2007-08-27
alias.c (memory_modified_1, [...]): Constify.
Kaveh R. Ghazi
1
-50
/
+50
2007-08-21
re PR debug/32610 (ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:1...
Jakub Jelinek
1
-1
/
+2
2007-08-20
dwarf2out.c (text_section_used): Move declaration outside ifdef DWARF2_DEBUGG...
David Edelsohn
1
-8
/
+9
2007-08-20
dwarf2out.c (text_section_used, [...]): New.
Joseph Myers
1
-6
/
+43
2007-08-18
Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
Paul Brook
1
-5
/
+6
2007-08-08
tree.def (FIXED_POINT_TYPE): New type.
Chao-ying Fu
1
-3
/
+12
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-07-25
c-common.c (fname_as_string, [...]): Constify.
Kaveh R. Ghazi
1
-2
/
+2
2007-07-25
c-lex.c (c_lex_with_flags, lex_string): Constify.
Kaveh R. Ghazi
1
-10
/
+11
2007-07-13
Add ability to track uninitialized variables, and mark uninitialized variable...
Caroline Tice
1
-52
/
+127
2007-07-05
dwarf2out.c (dw_ranges_by_label_ref): New typedef.
Alexandre Oliva
1
-13
/
+135
2007-07-04
dwarf2out.c: Move DWARF2 abbreviation glossary closer to the top of this file.
Ben Elliston
1
-18
/
+23
2007-07-01
* dwarf2out.c (initial_return_save): Define only if used.
Andreas Schwab
1
-0
/
+4
2007-06-15
[multiple changes]
Andrew Pinski
1
-0
/
+1
2007-05-21
gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...
Jan Hubicka
1
-2
/
+2
2007-05-18
Index: gcc/java/ChangeLog
Geoffrey Keating
1
-5
/
+6
2007-04-24
dwarf2out.c (field_byte_offset): Move the existing logic under the control of...
Nathan Froyd
1
-78
/
+92
2007-04-17
invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...
Lawrence Crowl
1
-10
/
+34
2007-04-14
re PR middle-end/31322 (ld: Invalid symbol type for plabel (.libs/debug_list....
John David Anglin
1
-0
/
+1
2007-04-06
Cleanup whitespacing
Mike Stump
1
-100
/
+100
2007-03-30
PR middle-end/PR30700
Jan Hubicka
1
-1
/
+13
2007-03-16
re PR debug/29906 (-g option creates internal compiler error)
Alexandre Oliva
1
-2
/
+8
2007-03-07
dwarf2out.c (is_inlined_entry_point): New
Alexandre Oliva
1
-0
/
+37
2007-03-02
target.h (init_dwarf_reg_sizes_extra): New target hook.
Joseph Myers
1
-0
/
+2
2007-02-22
dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
Michael Matz
1
-5
/
+18
2007-02-22
re PR debug/30898 (ICE with anonymous union and -g)
Ian Lance Taylor
1
-0
/
+30
2007-02-15
dwarf2out.c (dwarf2out_finish): Accept namespaces as context of limbo die nodes.
Alexandre Oliva
1
-1
/
+3
2007-02-12
dwarf2out.c (round_up_to_align): New static function.
Eric Botcazou
1
-6
/
+22
2007-02-11
dwarf2out.c (root_type): Delete unused function.
Manuel López-Ibáñez
1
-30
/
+0
2007-02-10
Makefile.in (libgcc-support, [...]): Add emutls.c.
Richard Henderson
1
-1
/
+1
2007-02-06
re PR debug/30189 (ICE on modified_type_die)
Alexandre Oliva
1
-3
/
+5
2007-02-05
dwarf2out.c (dwarf2out_frame_debug_expr): Record the register saves in a PARA...
Richard Sandiford
1
-5
/
+23
2007-02-05
tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require DWARF_FRAME_RETURN_CO...
Richard Sandiford
1
-13
/
+15
2007-02-01
lower-subreg.c: New file.
Ian Lance Taylor
1
-1
/
+31
2007-01-30
re PR middle-end/27657 (bogus undefined reference error to static var with -g...
Richard Guenther
1
-2
/
+8
2006-12-27
re PR debug/26964 (Duplicate debug info for enums in namespaces)
Ian Lance Taylor
1
-1
/
+6
2006-12-23
dwarf2out.c (dbx_reg_number): Do leaf register remapping only if the function...
Eric Botcazou
1
-14
/
+12
2006-12-11
Move all varpool routines out of cgraph/cgraphunit to varpool.c
Jan Hubicka
1
-1
/
+1
[next]