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-streamer-in.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-13
ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...
Nathan Froyd
1
-1
/
+1
2011-04-12
re PR tree-optimization/46076 (constant propagation and compile-time math no ...
Richard Guenther
1
-0
/
+2
2011-04-12
cgraph.h (cgraph_node): Remove function declaration.
Martin Jambor
1
-1
/
+1
2011-04-12
tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...
Martin Jambor
1
-1
/
+2
2011-04-03
lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...
Michael Matz
1
-75
/
+37
2011-03-30
tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs.
Richard Biener
1
-1
/
+10
2011-03-24
lto-opts.c (input_data_block): Move to lto-streamer-in.c.
Diego Novillo
1
-5
/
+22
2011-03-01
re PR lto/46911 (ICE: SIGSEGV in add_name_and_src_coords_attributes (dwarf2ou...
Richard Guenther
1
-15
/
+12
2011-02-24
lto-streamer-in.c (input_bb): Do not find referenced vars in debug statements.
Richard Guenther
1
-2
/
+2
2011-02-21
re PR bootstrap/47820 (LTO bootstrap failed with bootstrap-profiled)
Richard Guenther
1
-1
/
+9
2011-02-19
re PR debug/47647 (BLOCKs are empty)
Richard Guenther
1
-9
/
+1
2011-02-18
re PR lto/47798 (LTO debuginfo for globals wrong)
Richard Guenther
1
-0
/
+2
2011-01-10
re PR lto/46083 (gcc.dg/initpri1.c FAILs with -flto/-fwhopr (attribute constr...
Jan Hubicka
1
-0
/
+5
2010-12-05
* lto-streamer-in.c (input_cfg): Fix pasto.
Jan Hubicka
1
-3
/
+3
2010-12-04
re PR driver/46760 (LTO bootstrap doesn't work with FDO)
Jan Hubicka
1
-7
/
+13
2010-11-24
lto-streamer-in.c (input_gimple_stmt): Use types_compatible_p.
Richard Guenther
1
-3
/
+2
2010-11-24
re PR lto/46606 (ICE in input_gimple_stmt in lto1)
Richard Guenther
1
-11
/
+47
2010-11-19
re PR lto/45789 (ICE: tree code 'lang_type' is not supported in gimple stream...
Richard Guenther
1
-1
/
+2
2010-10-21
basic-block.h (single_succ_edge): Use gcc_checking_assert.
Nathan Froyd
1
-3
/
+1
2010-10-09
re PR lto/45956 (Promoted statics conflict)
Richard Guenther
1
-21
/
+20
2010-10-08
lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers): Re-construct BLO...
Richard Guenther
1
-1
/
+9
2010-10-08
lto-streamer-out.c (lto_output_ts_block_tree_pointers): Do not output BLOCK_S...
Richard Guenther
1
-7
/
+23
2010-09-17
lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers): Properl...
Richard Guenther
1
-1
/
+1
2010-09-16
tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...
Richard Guenther
1
-0
/
+25
2010-09-10
tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
Richard Guenther
1
-2
/
+0
2010-09-10
re PR debug/44115 (gcc.dg/guality/sra-1.c failure)
Richard Guenther
1
-0
/
+7
2010-09-03
lto-streamer-out.c (output_function): Output function start and end loci.
Richard Guenther
1
-0
/
+4
2010-09-01
re PR target/45475 (target attribute use in libcpp breaks LTO bootstrap)
Andi Kleen
1
-3
/
+18
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-2
/
+2
2010-07-23
lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
Richard Guenther
1
-1
/
+1
2010-07-20
lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
Richard Guenther
1
-1
/
+3
2010-07-14
lto-streamer-in.c (maybe_fixup_handled_component): Remove.
Richard Guenther
1
-146
/
+0
2010-07-06
vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
Nathan Froyd
1
-1
/
+12
2010-06-20
re PR lto/44248 (-fcompare-debug failure with -flto/-fwhopr -g)
Alexandre Oliva
1
-10
/
+18
2010-06-14
lto-streamer.c (cached_bp): Remove.
Richard Guenther
1
-55
/
+32
2010-06-13
lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...
Richard Guenther
1
-1
/
+2
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-5
/
+5
2010-06-02
lto-streamer-in.c (input_gimple_stmt): Fix typo.
Richard Guenther
1
-1
/
+1
2010-05-28
re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning:...
Richard Guenther
1
-2
/
+3
2010-05-25
function.h (struct function): Add can_throw_non_call_exceptions bit.
Eric Botcazou
1
-0
/
+1
2010-05-18
re PR lto/44184 ("asm goto" does not work with LTO)
Steven Bosscher
1
-0
/
+1
2010-05-15
gimple.h (compare_field_offset): Rename into...
Eric Botcazou
1
-1
/
+3
2010-04-30
toplev.c: Include varray.h for statistics dumping.
Steven Bosscher
1
-1
/
+0
2010-04-29
* lto-symtab.c (lto_symtab_entry_def) Add vnode.
Jan Hubicka
1
-13
/
+0
2010-04-28
lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or u...
Eric Botcazou
1
-4
/
+5
2010-04-28
Uniquization of constants at the Tree level
Eric Botcazou
1
-0
/
+1
2010-04-28
cgraph.h (struct cgraph_node): New field indirect_calls.
Martin Jambor
1
-0
/
+2
2010-04-26
cgraph.c (cgraph_create_node): Set node frequency to normal.
Jan Hubicka
1
-1
/
+0
2010-04-12
gsstruct.def (GSS_CALL): New.
Richard Guenther
1
-0
/
+4
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
[next]