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/existing-fp8
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
/
cgraphunit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-19
Patch by Tomas Bily <tbily@suse.cz>
Tomas Bily
1
-0
/
+1
2007-01-16
cgraph.h (cgraph_decide_inlining_incrementally): Kill.
Jan Hubicka
1
-4
/
+1
2007-01-08
cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.
Jan Hubicka
1
-26
/
+39
2007-01-08
tree-pas.h (TODO_remove_function): New flag.
Jan Hubicka
1
-127
/
+0
2007-01-06
tree-pass.h (pass_build_cgraph_edges): Declare.
Jan Hubicka
1
-199
/
+3
2007-01-04
cgraph.c (cgraph_release_function_body): New function.
Jan Hubicka
1
-3
/
+1
2007-01-03
* cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-01-03
pr16194.c: We now output error on all three functions, not just first one.
Jan Hubicka
1
-0
/
+16
2007-01-01
cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions before starting...
Jan Hubicka
1
-0
/
+1
2006-12-30
cgraph.c (cgraph_exapnd_queue): Rename to...
Jan Hubicka
1
-32
/
+83
2006-12-23
cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory consumption re...
Marcin Dalecki
1
-1
/
+1
2006-12-23
toplev.c (dump_memory_report): Break out from...
Jan Hubicka
1
-0
/
+10
2006-12-22
* cgraphunit.c, varpool.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-12-22
cgraphunit.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-12-17
* cgraphunit.c (ipa_passes): Clear current_function_decl.
Jan Hubicka
1
-0
/
+1
2006-12-11
re PR middle-end/17982 (stop calling assemble_external before final assembly ...
H.J. Lu
1
-2
/
+0
2006-12-11
Move all varpool routines out of cgraph/cgraphunit to varpool.c
Jan Hubicka
1
-186
/
+42
2006-12-09
cgraph.c: Update copyright.
Jan Hubicka
1
-19
/
+13
2006-12-05
Merge gimple-tuples-branch into mainline.
Aldy Hernandez
1
-2
/
+2
2006-11-30
cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...
Steven Bosscher
1
-1
/
+1
2006-11-28
invoke.texi (large-stack-frame, [...]): New params.
Jan Hubicka
1
-0
/
+3
2006-11-01
In gcc/:
Geoffrey Keating
1
-1
/
+1
2006-10-15
re PR middle-end/29241 ([non unit-at-a-time] ICE with always inline)
Jan Hubicka
1
-1
/
+3
2006-10-15
cgraphunit.c: Fix goof in previous commit.
Richard Biener
1
-1
/
+1
2006-10-15
re PR middle-end/29299 (gcc "used" attribute has no effect on local-scope sta...
Jan Hubicka
1
-4
/
+12
2006-10-09
Revert emutls patch.
Richard Henderson
1
-2
/
+4
2006-10-09
re PR middle-end/29254 (verify_cgraph_node failed (inlined_to pointer is set ...
Richard Guenther
1
-0
/
+3
2006-10-04
Makefile.in (libgcc.mk, [...]): Add emutls.c.
Richard Henderson
1
-4
/
+2
2006-08-24
re PR debug/26881 (internal compiler error in dwarf2out_finish)
Jan Hubicka
1
-17
/
+41
2006-08-20
re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...
Jan Hubicka
1
-1
/
+2
2006-08-17
re PR c/28744 (externally_visible attribute not effective with prior declarat...
Jakub Jelinek
1
-6
/
+20
2006-08-03
re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)
Dorit Nuzman
1
-0
/
+47
2006-08-01
re PR c++/28250 (ICE with invalid catch)
Volker Reichelt
1
-0
/
+6
2006-07-26
re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local...
Jan Hubicka
1
-6
/
+10
2006-07-24
re PR middle-end/28463 (Using -fdump-tree-optimized causes a huge compile tim...
Richard Guenther
1
-1
/
+0
2006-07-24
re PR c/25795 (Proccessing the attribute externally_visible too early)
Jan Hubicka
1
-2
/
+72
2006-07-13
cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.
Jan Hubicka
1
-0
/
+4
2006-05-28
cfgcleanup.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-05-27
cgraphunit.c (decide_is_function_needed): Fix wrong PR reference.
Dirk Mueller
1
-1
/
+1
2006-05-23
cgraphunit.c (decide_is_function_needed): Also nested functions and functions...
Jan Hubicka
1
-3
/
+7
2006-05-21
ACKed by Jan Hubicka in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25776#c9
Bernhard Fischer
1
-1
/
+1
2006-05-20
re PR middle-end/25776 (ICE in cgraph after error at -O1 and above)
Andrew Pinski
1
-1
/
+5
2006-05-18
Whitespace fixups
Mike Stump
1
-27
/
+27
2006-05-11
cgraphunit.c (decide_is_function_needed): Don't force always_inline to be out...
Jan Hubicka
1
-2
/
+4
2006-05-08
re PR middle-end/25962 (Pointer (null) check after the use in cgraph.c)
Jan Hubicka
1
-2
/
+6
2006-05-04
re PR middle-end/25962 (Pointer (null) check after the use in cgraph.c)
Jan Hubicka
1
-2
/
+2
2006-04-17
cgraph.h (cgraph_edge_p): New.
Kazu Hirata
1
-10
/
+9
2006-03-04
builtins.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-03-02
tree-vrp.c (execute_vrp): Return value.
Daniel Berlin
1
-1
/
+2
2006-01-31
tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
Marcin Dalecki
1
-2
/
+1
[prev]
[next]