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
/
lto-cgraph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-13
lto-streamer-out.c (write_symbol): Use proper 64-bit host type.
Eric Botcazou
1
-3
/
+3
2011-11-22
opts.c (finish_options): Do not fail for -fgnu-tm.
Aldy Hernandez
1
-0
/
+2
2011-10-21
cgraph.c (dump_cgraph_node): Dump alias flag.
Jan Hubicka
1
-2
/
+9
2011-10-04
lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.
Jan Hubicka
1
-1
/
+18
2011-10-02
re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...
Jan Hubicka
1
-1
/
+1
2011-09-30
Split out LTO's writing of top level asm nodes in preparation of extending wh...
Jan Beulich
1
-24
/
+4
2011-09-06
ipa-inline.h (struct inline_summary): Move versionable flag...
Martin Jambor
1
-0
/
+2
2011-09-02
cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.
Martin Jambor
1
-31
/
+6
2011-08-12
data-streamer.h (streamer_write_zero): Rename from output_zero.
Diego Novillo
1
-109
/
+107
2011-08-11
lto-cgraph.c (input_node): Use DECL_BUILT_IN.
Richard Guenther
1
-1
/
+1
2011-08-11
tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...
Diego Novillo
1
-2
/
+2
2011-08-08
rebase
Diego Novillo
1
-0
/
+2
2011-06-18
lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...
Jan Hubicka
1
-35
/
+12
2011-06-11
lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
Jan Hubicka
1
-43
/
+14
2011-06-04
re PR lto/48954 (ICE: SIGSEGV in bitmap_count_bits (bitmap.c:719) with -O2 -f...
Jan Hubicka
1
-8
/
+18
2011-05-31
cgraph.h (cgraph_inline_failed_t): Give enum a name
Jan Hubicka
1
-26
/
+36
2011-05-08
cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
Jan Hubicka
1
-1
/
+1
2011-05-06
cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...
Jan Hubicka
1
-41
/
+39
2011-04-26
cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...
Jan Hubicka
1
-13
/
+3
2011-04-17
cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
Jan Hubicka
1
-2
/
+0
2011-04-17
re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)
Jan Hubicka
1
-2
/
+0
2011-04-17
re PR lto/48538 (profiled LTO bootstrap failure with Ada)
Eric Botcazou
1
-2
/
+3
2011-04-16
cgraphbuild.c: Include ipa-inline.h.
Jan Hubicka
1
-6
/
+0
2011-04-14
cgraph.c (dump_cgraph_node): Do not dump inline summaries.
Jan Hubicka
1
-41
/
+2
2011-04-12
cgraph.h (cgraph_node): Remove function declaration.
Martin Jambor
1
-1
/
+1
2011-04-06
re PR middle-end/47663 (Very simple wrapper not inlined)
Richard Guenther
1
-0
/
+7
2011-04-01
re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)
Jakub Jelinek
1
-3
/
+1
2011-03-17
re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)
Richard Guenther
1
-0
/
+2
2011-03-04
re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...
Jan Hubicka
1
-3
/
+5
2011-01-26
re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)
Jan Hubicka
1
-0
/
+2
2011-01-22
re PR target/47333 (g++.dg/lto/20091219 FAILs on Solaris 2 with SUN as)
Jan Hubicka
1
-4
/
+0
2011-01-10
re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...
Jan Hubicka
1
-3
/
+0
2011-01-05
re PR lto/47162 (LTO is broken)
Martin Jambor
1
-17
/
+36
2011-01-03
lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
Martin Jambor
1
-1
/
+1
2011-01-03
re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...
Martin Jambor
1
-1
/
+39
2010-12-04
Makefile.in (LTO_STREAMER_H): Add GCOV_IO_H.
Jan Hubicka
1
-8
/
+6
2010-12-04
re PR driver/46760 (LTO bootstrap doesn't work with FDO)
Jan Hubicka
1
-23
/
+104
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-10
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
Joseph Myers
1
-4
/
+4
2010-10-16
cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...
Jan Hubicka
1
-0
/
+4
2010-10-03
lto-cgraph.c (input_cgraph): Check for missing sections.
Andi Kleen
1
-0
/
+6
2010-09-24
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
Jan Hubicka
1
-11
/
+24
2010-09-20
re PR tree-optimization/45605 (Missed devirtualization)
Jan Hubicka
1
-2
/
+1
2010-09-19
re PR lto/44246 (ICE with -fwhopr/-flto when using strlen and strcat without ...
Jan Hubicka
1
-1
/
+22
2010-09-17
lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
Jan Hubicka
1
-1
/
+1
2010-09-17
lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when processing...
Jan Hubicka
1
-1
/
+10
2010-09-16
pr45679-1_0.C: New file.
Jan Hubicka
1
-1
/
+4
2010-09-03
re PR lto/44812 (m32 lto produces non-relocatable subtraction expression errors)
Jan Hubicka
1
-0
/
+10
2010-09-03
cgraph.h (struct varpool_node): Add const_value_known.
Jan Hubicka
1
-0
/
+2
2010-08-21
lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.
Jan Hubicka
1
-1
/
+2
[next]