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-reference.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-10
cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...
Jan Hubicka
1
-1
/
+5
2011-06-10
ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
Jan Hubicka
1
-9
/
+19
2011-04-30
cgraph.h (cgraph_postorder): Remove declaration.
Martin Jambor
1
-8
/
+4
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2011-02-11
cgraph.c: Fix comment typos.
Nathan Froyd
1
-3
/
+3
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-09-24
extend.texi: (attribute leaf): Document.
Jan Hubicka
1
-6
/
+46
2010-06-07
cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.
Jan Hubicka
1
-0
/
+2
2010-06-03
ipa-reference.c (ipa_reference_local_vars_info_d): Remove calls_read_all and ...
Jan Hubicka
1
-129
/
+199
2010-05-28
ipa-reference.c (add_static_var): Remove redundant all_module_statics check.
Jan Hubicka
1
-14
/
+11
2010-05-27
diagnostic-core.h: New.
Joseph Myers
1
-1
/
+1
2010-05-18
* ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
Jan Hubicka
1
-2
/
+4
2010-05-15
ipa-reference.c: Include toplev.h
Jan Hubicka
1
-3
/
+207
2010-05-15
tree.h (memory_identifier_string): Remove.
Jan Hubicka
1
-295
/
+149
2010-05-14
cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
Jan Hubicka
1
-71
/
+3
2010-05-12
cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.
Jan Hubicka
1
-459
/
+69
2010-04-29
* lto-symtab.c (lto_symtab_entry_def) Add vnode.
Jan Hubicka
1
-1
/
+2
2010-04-21
tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...
Jan Hubicka
1
-1
/
+2
2010-04-07
ipa-reference.c (mark_load): Use get_base_address.
Richard Guenther
1
-5
/
+7
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+2
2010-02-19
re PR objc/43061 (47 new GCC HEAD@156527 regressions)
Mike Stump
1
-1
/
+1
2009-11-30
* ipa-reference.c (propagate): Only dump bitmaps if computed.
Jakub Jelinek
1
-14
/
+15
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-125
/
+125
2009-11-10
tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.
Martin Jambor
1
-0
/
+1
2009-10-24
ipa-reference.c (check_call): Noreturn notrhow calls do not write to memory.
Jan Hubicka
1
-43
/
+79
2009-10-22
re PR tree-optimization/40556 (ICE in IPA-CP with recursion)
Jan Hubicka
1
-54
/
+101
2009-10-22
ipa-cp.c (ipcp_write_summary, [...]): New functions.
Jan Hubicka
1
-1
/
+1
2009-10-03
Merge lto branch into trunk.
Diego Novillo
1
-9
/
+163
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-0
/
+3
2009-05-16
alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.
Ian Lance Taylor
1
-2
/
+2
2009-05-01
ipa-reference.c: Do not include c-common.h, include splay-tree.h.
Steven Bosscher
1
-1
/
+1
2009-04-18
cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.
Jan Hubicka
1
-2
/
+2
2009-04-16
gimple.c (gimple_copy): Do not clear addresses_taken bitmap.
Richard Guenther
1
-7
/
+14
2009-04-16
gimple.h (walk_stmt_load_store_addr_ops): Declare.
Richard Guenther
1
-45
/
+13
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-23
/
+41
2008-09-18
re PR middle-end/37448 (cannot compile big function)
Jan Hubicka
1
-190
/
+214
2008-09-17
ipa-reference.c (analyze_function): Declare step only if ENABLE_CHECKING is d...
Art Haas
1
-0
/
+2
2008-09-17
ipa-reference.c (ipa_obstack): Remove.
Jan Hubicka
1
-280
/
+120
2008-08-21
cgraph.c (first_cgraph_function_insertion_hook): New variable.
Jan Hubicka
1
-2
/
+24
2008-08-21
Backport from LTO branch:
Jan Hubicka
1
-138
/
+166
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-96
/
+124
2008-07-25
cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.
Jan Hubicka
1
-1
/
+1
2008-04-18
except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...
Jan Hubicka
1
-1
/
+1
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-3
/
+5
2008-03-11
re PR tree-optimization/35403 (ipa-reference.c does not change a default init...
Andrew Pinski
1
-10
/
+0
2007-08-03
re PR middle-end/32304 (ICE in set_mem_attributes_minus_bitpos)
Andrew Pinski
1
-0
/
+4
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-6
/
+4
2007-06-30
ipa.c (cgraph_postorder): Cast according to the coding conventions.
Thomas Neumann
1
-16
/
+16
2007-02-15
tree.h (enum tree_code_class): Add tcc_vl_exp.
Sandra Loosemore
1
-9
/
+11
2007-01-13
ipa-reference.c (analyze_function): Consider also addresses taken in phi nodes.
Zdenek Dvorak
1
-0
/
+15
[next]