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
2010-08-21
tree-pass.h (pass_ipa_cdtor_merge): New function.
Jan Hubicka
1
-242
/
+0
2010-08-21
re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...
Jan Hubicka
1
-8
/
+4
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-1
/
+1
2010-08-05
ipa-prop.h (enum ipa_lattice_type): Changed comments.
Martin Jambor
1
-4
/
+8
2010-07-22
cgraphunit.c (verify_edge_count_and_frequency): New function.
Martin Jambor
1
-27
/
+41
2010-07-16
tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...
Nathan Froyd
1
-1
/
+1
2010-07-15
Finish zeroing out the current function status after building cdtor.
Richard Henderson
1
-0
/
+2
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-2
/
+2
2010-07-13
tree.h (build_function_call_expr): Delete.
Nathan Froyd
1
-3
/
+3
2010-07-06
vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
Nathan Froyd
1
-1
/
+1
2010-07-04
cgraphunit.c (init_cgraph): Only initialize dump file if it is not already in...
Jan Hubicka
1
-1
/
+2
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-5
/
+2
2010-06-26
re PR middle-end/44671 (Partial inlining breaks C++)
Jan Hubicka
1
-2
/
+1
2010-06-22
cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statem...
Eric Botcazou
1
-15
/
+19
2010-06-02
re PR middle-end/44295 (Failed to build 483.xalancbmk in SPEC CPU 2006)
Jan Hubicka
1
-1
/
+7
2010-06-01
cgraph.h (tree_function_versioning): Update prototype.
Jan Hubicka
1
-17
/
+32
2010-05-31
cgraphunit.c (cgraph_decide_is_function_needed): Really return false for nest...
Eric Botcazou
1
-3
/
+5
2010-05-30
cgraph.h (cgraph_dump_file): Declare.
Jan Hubicka
1
-1
/
+1
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-2
/
+2
2010-05-29
cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body...
Jan Hubicka
1
-1
/
+5
2010-05-29
Add missing part of previous commit.
Jan Hubicka
1
-0
/
+6
2010-05-29
cgraph.c (clone_function_name): Take SUFFIX argument; export.
Jan Hubicka
1
-26
/
+16
2010-05-27
diagnostic-core.h: New.
Joseph Myers
1
-7
/
+7
2010-05-27
cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
Jan Hubicka
1
-0
/
+2
2010-05-27
cgraphunit.c (verify_cgraph_node): Do checking that DECL match edge only when...
Jan Hubicka
1
-26
/
+18
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+2
2010-05-17
cgraph.c (cgraph_create_virtual_clone): Only check versionable_function_p whe...
Jan Hubicka
1
-2
/
+1
2010-05-13
final.c (output_addr_const): Do not call mark_decl_referenced.
Jan Hubicka
1
-7
/
+1
2010-05-13
cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.
Jan Hubicka
1
-0
/
+1
2010-05-07
configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp...
Steven Bosscher
1
-0
/
+8
2010-04-29
* lto-symtab.c (lto_symtab_entry_def) Add vnode.
Jan Hubicka
1
-0
/
+2
2010-04-28
cgraph.h (struct cgraph_node): New field indirect_calls.
Martin Jambor
1
-15
/
+57
2010-04-27
re PR middle-end/43812 (compiling .cc file with -fwhole-program results in IC...
Martin Jambor
1
-0
/
+26
2010-04-26
* cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
Jan Hubicka
1
-5
/
+5
2010-04-20
cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
Jan Hubicka
1
-1
/
+10
2010-04-19
cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update new_stmt.
Martin Jambor
1
-0
/
+2
2010-03-31
re PR middle-end/43600 (Segmentation fault for large C file (24MB))
Richard Guenther
1
-4
/
+2
2010-03-27
re PR middle-end/41674 (/usr/ccs/bin/ld: Unsatisfied symbols: _GLOBAL__I_6553...
John David Anglin
1
-1
/
+5
2010-03-18
re PR middle-end/42450 (another GCC 4.5 ICE on C++ templated code)
Martin Jambor
1
-57
/
+66
2010-03-11
re PR tree-optimization/43257 (IPA-SRA changes DECL_ASSEMBLER_NAME)
Martin Jambor
1
-0
/
+2
2010-02-20
re PR middle-end/42344 (ICE in rs6000.md with ipa-sra for 252.eon)
Alan Modra
1
-5
/
+1
2010-02-19
re PR objc/43061 (47 new GCC HEAD@156527 regressions)
Mike Stump
1
-2
/
+2
2010-02-15
re PR tree-optimization/43068 (ICE: in estimate_operator_cost, at tree-inline...
Richard Guenther
1
-2
/
+4
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
[next]