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
2011-03-11
cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of cgraph_node.
Martin Jambor
1
-1
/
+1
2011-02-17
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-1
/
+7
2011-02-11
cgraph.c: Fix comment typos.
Nathan Froyd
1
-4
/
+4
2011-02-03
re PR middle-end/31490 (Compile error section type conflict)
Jakub Jelinek
1
-0
/
+4
2011-02-03
re PR target/47564 (internal compiler error in memory_address_addr_space, at ...
Jakub Jelinek
1
-11
/
+18
2011-01-27
re PR middle-end/46949 (ICE when weakref is used on a definition (internal co...
Jan Hubicka
1
-1
/
+23
2011-01-26
re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)
Jan Hubicka
1
-0
/
+2
2011-01-26
re PR tree-optimization/47190 (ICE: in function_and_variable_visibility, at i...
Richard Guenther
1
-0
/
+19
2011-01-10
re PR c++/47218 (C++ multiple definitions of non-virtual thunk problem)
Dave Korn
1
-2
/
+5
2011-01-03
cgraphunit.c (verify_cgraph_node): Verify there is no direct call to a thunk.
Martin Jambor
1
-0
/
+11
2011-01-03
re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...
Martin Jambor
1
-10
/
+8
2010-12-15
re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...
Martin Jambor
1
-2
/
+22
2010-11-30
cgraphunit.c (process_function_and_variable_attributes): Fix cut'n'pasteo.
Dave Korn
1
-1
/
+1
2010-11-30
re PR lto/45949 (ICE: SIGSEGV in gimple_default_def (tree-dfa.c:538) with -fl...
Richard Guenther
1
-1
/
+5
2010-11-25
cgraphunit.c (process_function_and_variable_attributes): Mark dllexport-ed fu...
Kai Tietz
1
-2
/
+16
2010-11-16
cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......
Jan Hubicka
1
-0
/
+3
2010-11-11
invoke.texi (-fwhopr): Merge into -flto section.
Jan Hubicka
1
-2
/
+1
2010-11-10
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
Joseph Myers
1
-4
/
+4
2010-11-03
builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.
Nathan Froyd
1
-4
/
+3
2010-10-15
* cgraphunit.c (clone_of_p): Define unconditionally.
Michael Matz
1
-2
/
+0
2010-10-15
re PR rtl-optimization/45621 (ICE: verify_cgraph_node failed: inlined_to poin...
Jan Hubicka
1
-4
/
+0
2010-10-13
re PR tree-optimization/45788 (-fwhole-program causes ICE error: BB 3 can not...
Richard Guenther
1
-4
/
+11
2010-10-13
re PR middle-end/45874 (ICE in verify_flow_info failed)
Richard Guenther
1
-1
/
+5
2010-10-05
cgraphunit.c (assemble_function): Output thunks and aliases before the functi...
Jan Hubicka
1
-9
/
+10
2010-09-23
re PR middle-end/45565 (ICE: in execute_todo, at passes.c:1276 with -fno-topl...
Richard Guenther
1
-4
/
+6
2010-09-18
re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi...
Jan Hubicka
1
-1
/
+7
2010-09-18
re PR tree-optimization/45605 (Missed devirtualization)
Jan Hubicka
1
-0
/
+2
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
[next]