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
/
cgraph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-13
re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)
Jan Hubicka
1
-2
/
+78
2003-11-11
cgraphunit.c (cgraph_function_possibly_inlined_p): Use really_no_inline.
Jan Hubicka
1
-1
/
+1
2003-10-22
cgraph.c (cgraph_function_possibly_inlined_p): Be conservative when global in...
Jan Hubicka
1
-3
/
+1
2003-10-22
re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...
Jan Hubicka
1
-0
/
+10
2003-10-02
cgraph.c (cgraph_node): Use INSERT instead of 1 in htab_find_slot_with_hash.
Josef Zlomek
1
-5
/
+5
2003-09-26
cgraph.c (dump_cgraph): Don't output newline before dump.
Kelley Cook
1
-4
/
+6
2003-09-25
cgraph.h (cgraph_remove_edge): Declare.
Richard Sandiford
1
-2
/
+1
2003-09-19
* cgraph.c: Fix typo in debugging output.
Kelley Cook
1
-1
/
+1
2003-09-09
cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization.
Jan Hubicka
1
-2
/
+8
2003-09-06
cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized functions.
Jan Hubicka
1
-2
/
+3
2003-09-04
cgraph.c (cgraph_mark_reachable_node): Split out from ...
Richard Henderson
1
-7
/
+13
2003-08-19
cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
Jan Hubicka
1
-0
/
+2
2003-08-16
i386.c (ix86_fntype_regparm): Rename from ...
Jan Hubicka
1
-10
/
+15
2003-08-05
tree.h (DID_INLINE_FUNC): Remove macro.
Steven Bosscher
1
-1
/
+1
2003-07-31
cgraph.c (create_edge): Fix typo.
Jan Hubicka
1
-1
/
+1
2003-07-18
* cgraph.c (cgraph_remove_node): Clear the hash table slot.
Jan Hubicka
1
-0
/
+6
2003-07-12
fp-test.c (main): Use ISO C90 prototype.
Andreas Jaeger
1
-43
/
+25
2003-07-12
cgraph.c (cgraph_max_uid): New global variable.
Jan Hubicka
1
-2
/
+40
2003-07-09
cgraph.c (cgraph_node_name): New function.
Jan Hubicka
1
-7
/
+11
2003-07-02
cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a...
Jan Hubicka
1
-5
/
+5
2003-06-30
Makefile.in (GTFILES): Add cgraph.h.
Jan Hubicka
1
-47
/
+33
2003-06-28
builtins.c: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2003-06-27
cgraph.c (cgraph_node, [...]): Avoid re-initializing of known_decls.
Jan Hubicka
1
-2
/
+4
2003-06-24
Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.h
Jan Hubicka
1
-8
/
+145
2003-06-23
cgraph.c (cgraph_nodes_queue): Declare.
Jan Hubicka
1
-2
/
+52
2003-06-16
decl.c, [...]: Don't use the PTR macro.
Kaveh R. Ghazi
1
-5
/
+5
2003-06-12
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2003-03-08
Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
Jan Hubicka
1
-1
/
+18
2003-03-08
inline-3.c: New test.
Jan Hubicka
1
-3
/
+37
2003-03-06
* cgraph.c (cgraph_node): Do not confuse nested functions and methods.
Jan Hubicka
1
-1
/
+1
2003-03-05
Makefile.in (calls.o, [...]): Depend on cgraph.h
Jan Hubicka
1
-0
/
+16
2003-03-05
i386-local.c: New.
Jan Hubicka
1
-0
/
+30
2003-02-22
expmed.c (expand_divmod): Undo sign extensions for unsigned operands
Jan Hubicka
1
-371
/
+6
2003-02-19
cgraph.c (NPREDECESORC, [...]): Kill.
Jan Hubicka
1
-39
/
+53
2003-02-13
cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
Andreas Schwab
1
-2
/
+2
2003-02-12
Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
Jan Hubicka
1
-0
/
+563