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
/
dbxout.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-04-09
basic-block.h (struct edge_def): Add new field, crossing_edge.
Caroline Tice
1
-1
/
+7
2004-03-31
builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.
Richard Kenner
1
-4
/
+4
2004-03-25
cfgrtl.c, [...]: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2004-03-20
alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().
Kazu Hirata
1
-5
/
+5
2004-03-14
alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...
Roger Sayle
1
-1
/
+1
2004-03-10
dbxout.c (dbxout_symbol_location): Do not output references to optimized-out ...
Ulrich Weigand
1
-4
/
+20
2004-02-20
re PR c++/12007 (Multiple inheritance float pass by value fails)
John David Anglin
1
-1
/
+4
2004-02-16
c-decl.c, [...]: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2004-02-12
dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I...
Zack Weinberg
1
-1
/
+1
2004-02-12
debug.h (struct gcc_debug_hooks): Add type_decl field.
Zack Weinberg
1
-17
/
+54
2004-02-06
Josef Zlomek <zlomekj@suse.cz>
Josef Zlomek
1
-2
/
+4
2004-01-27
Makefile.in (dwarf2out.o): Depend on input.h
Devang Patel
1
-22
/
+25
2004-01-16
c-common.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2004-01-13
re PR debug/7078 (stabs are not generated correctly with c++ namespaces are u...
Devang Patel
1
-4
/
+6
2004-01-12
re PR debug/13539 (dbxout.c does not recognize protected inheritance)
Andrew Pinski
1
-2
/
+4
2004-01-10
re PR debug/12860 (stabs register number out of range)
David Edelsohn
1
-9
/
+8
2004-01-09
re PR debug/11231 (undefined array size inside struct cause segfault with -g)
Andrew Pinski
1
-0
/
+5
2003-11-08
dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO || XCOFF_DEBUGGI...
Andreas Schwab
1
-1
/
+2
2003-11-08
* dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.
Kaveh R. Ghazi
1
-0
/
+2
2003-11-07
re PR pch/11654 (incorrect stabs when using pre-compiled headers)
Geoffrey Keating
1
-8
/
+14
2003-10-22
re PR debug/12500 (stabs debug info -- void no longer a predefined / builtin ...
David Taylor
1
-1
/
+1
2003-10-05
c-pretty-print.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-10-01
dbxout.c (dbxout_fptype_value): Delete.
Zack Weinberg
1
-61
/
+5
2003-09-26
dbxout.c (dbxout_typedefs): Output typedefs in forward order.
Per Bothner
1
-4
/
+2
2003-09-21
Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
Richard Henderson
1
-2
/
+2
2003-09-21
tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
Richard Henderson
1
-2
/
+2
2003-09-17
re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)
Mark Mitchell
1
-3
/
+4
2003-08-05
c.opt: Introduce -fworking-directory.
Alexandre Oliva
1
-1
/
+2
2003-07-19
alias.c [...]: Remove unnecessary casts.
Kaveh R. Ghazi
1
-8
/
+5
2003-07-15
re PR debug/11473 (ICE with -gstabs when empty struct inheits from an empty s...
Mark Mitchell
1
-3
/
+1
2003-07-12
c-format.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-07-06
stmt.c: Convert remaining prototypes to ISO C90.
Andreas Jaeger
1
-3
/
+3
2003-07-03
dbxout.c (pending_bincls): Move decl down inside DBX_DEBUGGING_INFO || XCOFF_...
Andreas Schwab
1
-5
/
+5
2003-07-02
dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with DBX_USE_BINCL.
H.J. Lu
1
-2
/
+2
2003-07-02
dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
David Edelsohn
1
-3
/
+10
2003-07-02
* dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
Andreas Schwab
1
-0
/
+2
2003-07-01
dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
Devang Patel
1
-6
/
+94
2003-07-01
basic-block.h: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-06-29
cse.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-132
/
+83
2003-06-28
dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.
Zack Weinberg
1
-2
/
+0
2003-06-26
final.c (debug_flush_symbol_queue): New function.
Devang Patel
1
-21
/
+132
2003-06-23
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-06-17
dbxout.c (dbxout_source_line_counter): New global variable.
Eric Botcazou
1
-1
/
+6
2003-06-12
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2003-06-04
uwin.h: Remove SUBTARGET_PROLOGUE.
Andreas Jaeger
1
-34
/
+0
2003-05-17
cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...
Kaveh R. Ghazi
1
-4
/
+3
2003-04-14
dbxout.c (print_int_cst_bounds_in_octal_p): New function, extracted from dbxo...
Joel Brobecker
1
-26
/
+44
2003-04-06
dbxout.c (dbxout_handle_pch): Move prototype out from #if defined DBX_DEBUGGI...
Geoffrey Keating
1
-1
/
+1
2003-04-05
dbxout.c (scope_labelno): Add GTY.
Geoffrey Keating
1
-19
/
+61
2003-04-04
dbxout.c (dbxout_type): When printing type index of range type whose bounds a...
Joel Brobecker
1
-1
/
+11
[next]