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
/
cgraphunit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-20
sel-sched.c (create_speculation_check): Remove set but not used variable twin.
Jakub Jelinek
1
-2
/
+1
2010-01-05
re PR tree-optimization/42508 (wrong code with "-O1 -fipa-sra")
Jakub Jelinek
1
-15
/
+4
2009-12-10
re PR c++/42317 (Issues with comdat virtual dtors)
Jakub Jelinek
1
-2
/
+49
2009-12-10
re PR middle-end/42228 (verify_cgraph_node failed:node has wrong clone_of)
Jan Hubicka
1
-0
/
+5
2009-12-03
cgraphunit.c (assemble_thunk): Use DECL_ASSEMBLER_NAME instead of DECL_NAME f...
Richard Guenther
1
-1
/
+1
2009-12-01
cgraphunit.c (plugin.h): Include.
Grigori Fursin
1
-1
/
+6
2009-11-29
cgraph.c (same_body_alias_1): Break out of
Jan Hubicka
1
-38
/
+366
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-10
/
+10
2009-11-18
re PR c++/3187 (gcc lays down two copies of constructors)
Jakub Jelinek
1
-3
/
+31
2009-11-17
cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not access removed node.
Jan Hubicka
1
-0
/
+12
2009-11-16
cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.
Jan Hubicka
1
-2
/
+4
2009-11-12
cgraph.h (varpool_node_name): Declare.
Jan Hubicka
1
-0
/
+1
2009-10-27
* cgraphunit.c (cgraph_optimize): Maintain timevar stack properly.
Richard Henderson
1
-1
/
+4
2009-10-22
ipa-cp.c (ipcp_write_summary, [...]): New functions.
Jan Hubicka
1
-3
/
+4
2009-10-17
re PR debug/40521 (-g causes GCC to generate .eh_frame)
Jakub Jelinek
1
-0
/
+1
2009-10-07
lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...
Jan Hubicka
1
-21
/
+25
2009-10-03
Merge lto branch into trunk.
Diego Novillo
1
-17
/
+34
2009-09-24
cgraphunit.c (cgraph_lower_function): Revert last change.
Jakub Jelinek
1
-5
/
+0
2009-09-23
re PR bootstrap/41436 (Revision 152018 failed to bootstrap on i386)
Jakub Jelinek
1
-0
/
+5
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-7
/
+2
2009-09-10
re PR middle-end/41257 (Bogus error '*.LTHUNK0' aliased to undefined symbol '...
Richard Guenther
1
-8
/
+19
2009-09-04
re PR middle-end/41257 (Bogus error '*.LTHUNK0' aliased to undefined symbol '...
Richard Guenther
1
-37
/
+37
2009-09-03
[multiple changes]
Diego Novillo
1
-3
/
+38
2009-07-20
cgraph.h (combined_args_to_skip): New field.
Jan Hubicka
1
-5
/
+43
2009-07-17
re PR c/40401 (ICE: verify_gimple failed)
Richard Guenther
1
-10
/
+25
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-1
/
+2
2009-07-07
cgraphunit.c: Replace %J by an explicit location.
Manuel López-Ibáñez
1
-6
/
+6
2009-06-30
cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...
Eric Botcazou
1
-0
/
+1
2009-06-15
cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...
Rafael Avila de Espindola
1
-2
/
+2
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-2
/
+3
2009-06-08
re PR middle-end/39834 (verify_cgraph_node failed with -O3 -Winline)
Jan Hubicka
1
-0
/
+3
2009-05-15
cgraph.h (struct cgraph_node): Add finalized_by_frotnend flag.
Jan Hubicka
1
-1
/
+3
2009-05-11
basic-block.h (enum profile_status): Break out of struct control_flow_graph.
Ian Lance Taylor
1
-1
/
+9
2009-05-09
re PR middle-end/40080 (error: missing callgraph edge for call stmt)
Jan Hubicka
1
-1
/
+9
2009-05-08
cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...
Jan Hubicka
1
-18
/
+218
2009-05-05
attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.
Joseph Myers
1
-3
/
+4
2009-05-01
ipa-reference.c: Do not include c-common.h, include splay-tree.h.
Steven Bosscher
1
-1
/
+0
2009-04-19
toplev.c (compile_file): Move call to coverage_finish ...
Diego Novillo
1
-0
/
+12
2009-04-17
omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.
Diego Novillo
1
-0
/
+1
2009-03-28
cgraph.c (dump_cgraph_node): Add replace output flag by process.
Jan Hubicka
1
-10
/
+11
2009-03-28
Bring from lto-branch:
Jan Hubicka
1
-1
/
+1
2009-02-28
re PR debug/39267 (gdb testsuite regressions)
Jan Hubicka
1
-1
/
+0
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-02-05
re PR c++/39106 (aliased to undefined symbol error with thunks)
Jakub Jelinek
1
-1
/
+2
2008-11-12
re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ co...
Dodji Seketeli
1
-0
/
+9
2008-09-03
re PR middle-end/37293 (r139762 breaks libstdc++ build on darwin)
Andrew Pinski
1
-4
/
+15
2008-09-03
re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....
Jan Hubicka
1
-18
/
+14
2008-08-29
tree.c (build_function_type_skip_args, [...]): New functions.
Jan Hubicka
1
-5
/
+11
2008-08-21
cgraph.c (first_cgraph_function_insertion_hook): New variable.
Jan Hubicka
1
-0
/
+2
2008-08-09
gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
Richard Guenther
1
-1
/
+1
[next]