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
/
lto-cgraph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-05
Handwritten part of conversion of passes to C++ classes
David Malcolm
1
-1
/
+1
2013-08-03
lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.
Jan Hubicka
1
-0
/
+14
2013-08-01
cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.
Jan Hubicka
1
-2
/
+0
2013-07-30
Introduce beginnings of a pass_manager class.
David Malcolm
1
-2
/
+5
2013-07-25
cgraph.c (release_function_body): Break out from ...
Jan Hubicka
1
-9
/
+2
2013-06-24
re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)
Martin Jambor
1
-1
/
+1
2013-06-20
lto-cgraph.c (input_symtab): Do not set cgraph state.
Jan Hubicka
1
-2
/
+0
2013-06-19
cgraph.h (const_value_known_p): Replace by ...
Jan Hubicka
1
-4
/
+3
2013-06-12
lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.
Jan Hubicka
1
-2
/
+16
2013-06-11
c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...
Jan Hubicka
1
-6
/
+8
2013-06-05
class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...
Jan Hubicka
1
-1
/
+5
2013-06-04
lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.
Jan Hubicka
1
-3
/
+4
2013-06-01
lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...
Jan Hubicka
1
-35
/
+27
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-20
/
+20
2013-05-15
ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...
Martin Jambor
1
-1
/
+1
2013-05-08
re PR lto/54095 (Unnecessary static variable renaming)
Jan Hubicka
1
-0
/
+4
2013-04-29
This patch fixes PR bootstrap/57077.
Teresa Johnson
1
-8
/
+8
2013-04-08
First phase of unifying the computation of profile scale factors/probabilitie...
Teresa Johnson
1
-14
/
+15
2013-04-03
This patch enables the gcov-dump tool to optionally compute and dump the work...
Teresa Johnson
1
-1
/
+1
2013-03-29
lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...
Jan Hubicka
1
-11
/
+20
2013-03-28
* lto-cgraph.c (merge_profile_summaries): Fix overflows.
Jan Hubicka
1
-2
/
+2
2013-03-28
data-streamer-in.c (streamer_read_gcov_count): New function.
Jan Hubicka
1
-4
/
+4
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-12-14
re PR gcov-profile/55674 (>20% size increase of lto/pgo binaries since r193747)
Teresa Johnson
1
-1
/
+3
2012-12-02
re PR gcov-profile/55551 (Revision 193999 breaks lto/profiledbootstrap)
Teresa Johnson
1
-5
/
+9
2012-11-30
Revised patch to ensure that histograms from the profile summary are streamed...
Teresa Johnson
1
-19
/
+107
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-5
/
+4
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-57
/
+52
2012-11-07
lto-cgraph.c: Include tree-pass.h.
Martin Jambor
1
-0
/
+23
2012-10-31
This patch implements generic type query and conversion functions,
Lawrence Crowl
1
-20
/
+21
2012-10-09
lto-cgraph.c (input_node_opt_summary): Remove unused code.
Tobias Burnus
1
-5
/
+0
2012-10-07
lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.
Jan Hubicka
1
-6
/
+20
2012-09-27
tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
Dehao Chen
1
-1
/
+1
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-0
/
+1
2012-09-19
symtab.c (insert_to_assembler_name_hash): Do not insert register vars.
Jan Hubicka
1
-4
/
+1
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-1
/
+1
2012-09-10
lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.
Jan Hubicka
1
-2
/
+0
2012-09-09
passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...
Jan Hubicka
1
-38
/
+45
2012-09-09
Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...
Jan Hubicka
1
-39
/
+76
2012-08-13
tree-pass.h (write_summary, [...]): Remove set and vset arguments.
Jan Hubicka
1
-119
/
+69
2012-08-11
lto-cgraph.c (output_cgraph): Rename to ...
Jan Hubicka
1
-7
/
+7
2012-08-11
cgraph.h (vector types for symtab_node): Add.
Jan Hubicka
1
-335
/
+183
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-17
lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...
Jan Hubicka
1
-2
/
+4
2012-04-22
lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
Jan Hubicka
1
-4
/
+3
2012-04-20
lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.
Jan Hubicka
1
-4
/
+4
2012-04-18
lto-symtab.c (lto_cgraph_replace_node): Update.
Jan Hubicka
1
-22
/
+21
2012-04-16
cgraph.h (symtab_node_base): Add next and previous pointers.
Jan Hubicka
1
-5
/
+5
2012-04-16
cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.
Jan Hubicka
1
-2
/
+2
[next]