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
/
ipa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-29
Autogenerated fixes of "->symbol." to "->"
David Malcolm
1
-214
/
+214
2013-10-21
Re-factor inclusion of tree.h.
Diego Novillo
1
-0
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-29
/
+30
2013-09-17
re PR ipa/58329 (ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc...
Jan Hubicka
1
-1
/
+1
2013-09-09
ipa.c (walk_polymorphic_call_targets): Fix redirection before IPA summary gen...
Jan Hubicka
1
-2
/
+2
2013-09-08
* ipa.c (walk_polymorphic_call_targets): Fix inliner summary update.
Jan Hubicka
1
-3
/
+3
2013-09-08
devirt-11.C: Update template.
Jan Hubicka
1
-4
/
+96
2013-09-04
Makefile.in (ipa-devirt.o): Add dependency on diagnostic.h
Jan Hubicka
1
-0
/
+2
2013-09-01
Makefile.in: Add ipa-profile.o
Jan Hubicka
1
-507
/
+1
2013-08-26
ipa.c (comdat_can_be_unshared_p_1): C++ constructors and destructors can be u...
Jan Hubicka
1
-2
/
+6
2013-08-22
ipa.c (function_and_variable_visibility): First remember function was global ...
Jan Hubicka
1
-1
/
+1
2013-08-21
* ipa.c (ipa_profile_read_summary): Fix buffer overflow.
Martin Liska
1
-1
/
+2
2013-08-13
cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...
Jan Hubicka
1
-52
/
+104
2013-08-09
cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.
Jan Hubicka
1
-2
/
+82
2013-08-06
cgraph.c (cgraph_get_body): New function based on lto.c implementation.
Jan Hubicka
1
-1
/
+1
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-112
/
+206
2013-08-05
re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...
Jan Hubicka
1
-2
/
+10
2013-08-03
lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.
Jan Hubicka
1
-2
/
+2
2013-08-02
cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.
Jan Hubicka
1
-1
/
+45
2013-08-02
ipa.c (symtab_remove_unreachable_nodes): Nodes in other partitions are not ne...
Jan Hubicka
1
-0
/
+1
2013-08-01
cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.
Jan Hubicka
1
-14
/
+24
2013-07-25
lto-symtab.c (lto_cgraph_replace_node): Release function body.
Jan Hubicka
1
-16
/
+22
2013-07-21
Fix typo.
Mike Stump
1
-2
/
+2
2013-06-19
cgraph.h (const_value_known_p): Replace by ...
Jan Hubicka
1
-2
/
+7
2013-06-13
ipa.c (cgraph_externally_visible_p, [...]): Local comdats are not externally ...
Jan Hubicka
1
-4
/
+3
2013-06-11
c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...
Jan Hubicka
1
-11
/
+9
2013-06-05
class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...
Jan Hubicka
1
-19
/
+56
2013-06-04
lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.
Jan Hubicka
1
-1
/
+5
2013-06-01
lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...
Jan Hubicka
1
-3
/
+2
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-92
/
+89
2013-05-08
re PR lto/54095 (Unnecessary static variable renaming)
Jan Hubicka
1
-0
/
+6
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-5
/
+3
2013-04-09
ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.
Jan Hubicka
1
-55
/
+6
2013-03-29
lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...
Jan Hubicka
1
-3
/
+273
2013-01-17
re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa...
Martin Jambor
1
-2
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-25
/
+25
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+5
2012-10-31
This patch implements generic type query and conversion functions,
Lawrence Crowl
1
-13
/
+11
2012-08-02
Add free inline summary pass after pass_early_local_passes
H.J. Lu
1
-0
/
+33
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+0
2012-07-04
re PR middle-end/53321 (LTO bootstrap failed with bootstrap-profiled)
Uros Bizjak
1
-5
/
+0
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-4
/
+4
2012-05-24
tree.h (alias_diag_flags): Remove.
Jan Hubicka
1
-4
/
+0
2012-05-18
cgraphunit.c (varpool_finalize_decl): Allow external decls.
Jan Hubicka
1
-1
/
+0
2012-05-17
lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...
Jan Hubicka
1
-2
/
+27
2012-05-10
* ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.
Jan Hubicka
1
-2
/
+2
2012-05-10
cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
Jan Hubicka
1
-187
/
+166
2012-05-03
re PR middle-end/53106 (Benchmarks in SPEC CPU 2006 failed to build)
Jan Hubicka
1
-1
/
+1
[next]