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-streamer-out.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
Automated part of renaming of symtab_node_base to symtab_node.
David Malcolm
1
-4
/
+4
2013-10-29
Autogenerated fixes of "->symbol." to "->"
David Malcolm
1
-19
/
+19
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-2
/
+3
2013-10-16
tree-core.h (tree_code_name): Remove.
Paulo Matos
1
-2
/
+2
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-24
/
+24
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-09-07
cgraphunit.c (expand_thunk): Get body before touching arguments.
Jan Hubicka
1
-2
/
+1
2013-09-04
Makefile.in (ipa-devirt.o): Add dependency on diagnostic.h
Jan Hubicka
1
-1
/
+4
2013-08-29
lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P...
Jan Hubicka
1
-1
/
+9
2013-08-28
lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...
Jan Hubicka
1
-15
/
+11
2013-08-09
lto-streamer-out.c (output_function): Renumber PHIs.
Jan Hubicka
1
-0
/
+20
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-52
/
+86
2013-08-03
lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.
Jan Hubicka
1
-49
/
+50
2013-07-21
Fix typos.
Ondřej Bílka
1
-1
/
+1
2013-06-18
Makefile.in (LTO_STREAMER_H): Add pointer-set.h dependency.
Richard Biener
1
-1
/
+1
2013-06-18
tree-streamer.h (streamer_tree_cache_create): Adjust prototype.
Richard Biener
1
-1
/
+1
2013-06-17
lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.
Richard Biener
1
-52
/
+996
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-3
/
+3
2013-04-30
function.h (loops_for_fn): New inline function.
Richard Biener
1
-3
/
+3
2013-04-26
Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.
Richard Biener
1
-3
/
+42
2013-04-26
tree-cfg.c (execute_build_cfg): Build the loop tree.
Richard Biener
1
-2
/
+3
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-3
/
+2
2013-03-28
data-streamer-in.c (streamer_read_gcov_count): New function.
Jan Hubicka
1
-1
/
+1
2013-03-12
re PR libstdc++/56557 (Link error about `std::fstream' or `std::stringstream'...
Jan Hubicka
1
-6
/
+25
2013-02-12
re PR lto/56297 (LTO: multiple definition error with global register variables)
Richard Biener
1
-1
/
+2
2013-02-08
re PR middle-end/56231 (warning traces have bogus line information when using...
Richard Biener
1
-2
/
+3
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-22
re PR lto/54728 (ICE in input_gimple_stmt, at gimple-streamer-in.c:254)
Jan Hubicka
1
-2
/
+22
2012-12-08
lto-streamer-out.c (lto_write_tree): Do not reset the DECL_INITIAL of variabl...
Eric Botcazou
1
-0
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-24
/
+21
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+2
2012-10-31
This patch implements generic type query and conversion functions,
Lawrence Crowl
1
-5
/
+3
2012-10-18
lto-streamer.h (enum LTO_tags): Add LTO_integer_cst.
Richard Guenther
1
-2
/
+3
2012-10-10
lto-streamer-in.c (lto_input_location_bitpack): Rename to ...
Richard Biener
1
-29
/
+12
2012-10-06
re PR lto/53831 (Virtuals missing in LTO symtab)
Jan Hubicka
1
-68
/
+14
2012-09-28
re PR lto/47799 (LTO debug info for early inlined functions missing)
Richard Guenther
1
-4
/
+2
2012-09-20
function.c (push_cfun): Check old current_function_decl matches old cfun...
Martin Jambor
1
-2
/
+0
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-0
/
+1
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-1
/
+1
2012-08-13
tree-pass.h (write_summary, [...]): Remove set and vset arguments.
Jan Hubicka
1
-4
/
+3
2012-08-11
lto-cgraph.c (output_cgraph): Rename to ...
Jan Hubicka
1
-6
/
+2
2012-08-11
cgraph.h (vector types for symtab_node): Add.
Jan Hubicka
1
-19
/
+28
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-1
/
+5
2012-07-23
opts.c (common_handle_option): Do not set flag_value_profile_transformations ...
Steven Bosscher
1
-1
/
+0
2012-06-15
re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...
Eric Botcazou
1
-0
/
+1
2012-05-19
cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
Jan Hubicka
1
-131
/
+6
2012-05-17
lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...
Jan Hubicka
1
-4
/
+3
2012-04-30
cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
Jan Hubicka
1
-3
/
+3
2012-04-20
lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.
Jan Hubicka
1
-2
/
+2
[next]