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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-04
Fix loading of lto_section on strict alignment targets (PR lto/91078).
Martin Liska
2
-1
/
+7
2019-07-03
Add .gnu.lto_.lto section.
Martin Liska
2
-0
/
+19
2019-07-02
lto-common.c (lto_register_canonical_types_for_odr_types): Copy CXX_ODR_P fro...
Jan Hubicka
2
-2
/
+16
2019-06-27
lto-common.c: tree-pretty-print.h
Jan Hubicka
1
-0
/
+9
2019-06-27
class.c (layout_class_type): Set TYPE_CXX_ODR_P for as-base type copy.
Jan Hubicka
1
-7
/
+129
2019-06-27
Fix misc stuff seen by clang-static-analyzer.
Martin Liska
2
-2
/
+25
2019-06-25
Implement alternate "__intN__" form of "__intN" type
Jozef Lawrynowicz
1
-2
/
+4
2019-06-24
ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.
Jan Hubicka
2
-1
/
+8
2019-06-05
c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.
Martin Sebor
2
-1
/
+6
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
3
-3
/
+10
2019-05-10
Fix location where lto-dump is installed.
Martin Liska
3
-2
/
+10
2019-05-07
Fix Solaris bootstrap: lto-common.c, lto-dump.c format mismatches
Rainer Orth
3
-3
/
+11
2019-05-06
Fix GNU coding style in lto-common.c.
Martin Liska
3
-116
/
+133
2019-05-06
Add lto-dump tool.
Hrishikesh Kulkarni
9
-12
/
+486
2019-05-06
Split part of functionality from lto.c to lto-common.c.
Martin Liska
7
-2811
/
+2908
2019-04-12
params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
Jan Hubicka
2
-14
/
+47
2019-03-26
Add missing dot.
Martin Liska
1
-1
/
+1
2019-03-26
Fix wrong option wrapping.
Martin Liska
2
-1
/
+6
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
3
-3
/
+10
2019-03-09
re PR target/79645 (missing period in microblaze.opt)
Jakub Jelinek
2
-1
/
+6
2019-02-28
PR c++/88049 - ICE with undefined destructor and anon namespace.
Jason Merrill
2
-2
/
+12
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
4
-5
/
+13
2019-01-01
Update copyright years.
Jakub Jelinek
16
-16
/
+20
2018-12-24
lto-symtab.c (lto_symtab_merge_decls_2): Do not report ODR violations for met...
Jan Hubicka
2
-4
/
+20
2018-11-30
Minimize clone counter memory usage in LTO.
Michael Ploujnikov
2
-2
/
+24
2018-11-28
* lto.c (lto_read_decls): Fix handling of INTEGER_CST.
Jan Hubicka
2
-1
/
+6
2018-11-22
lto.c (cmp_type_location): Remove.
Jan Hubicka
2
-41
/
+6
2018-11-19
Fix condition in lto-symtab.c (PR lto/88077).
Martin Liska
2
-2
/
+9
2018-11-16
Fix ICE in lto_symtab_merge_symbols_1 (PR lto/88004).
Martin Liska
2
-2
/
+10
2018-10-30
Avoid unnecessarily numbering cloned symbols.
Michael Ploujnikov
2
-2
/
+7
2018-10-26
ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion.
Jan Hubicka
2
-1
/
+5
2018-10-26
ipa-devirt.c (warn_odr): Make static.
Jan Hubicka
1
-1
/
+1
2018-10-17
Run selftests for C++ as well as C
David Malcolm
2
-0
/
+7
2018-08-29
Fix thinko in lto.c (PR bootstrap/87130).
Martin Liska
2
-2
/
+8
2018-08-27
Replace 8 spaces with a tabular in ChangeLog files.
Martin Liska
1
-17
/
+17
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
4
-8
/
+19
2018-08-21
[debug] Add debug and earlydebug dumps
Tom de Vries
2
-0
/
+7
2018-07-20
PR middle-end/82063 - issues with arguments enabled by -Wall
Martin Sebor
2
-1
/
+8
2018-07-20
re PR debug/86585 (ICE in gen_member_die, at dwarf2out.c:24935)
Richard Biener
2
-1
/
+24
2018-07-13
lto.c (do_stream_out): Add PART parameter; open dump file.
Jan Hubicka
2
-8
/
+21
2018-07-04
[multiple changes]
Martin Liska
2
-2
/
+10
2018-06-20
Remove not longer valid FIXME comment.
Martin Liska
2
-2
/
+5
2018-06-19
Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.
Martin Liska
2
-3
/
+10
2018-06-19
Remove unused stagestuff in config-lang.in.
Martin Liska
2
-1
/
+4
2018-06-08
dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.
Jan Hubicka
6
-88
/
+150
2018-06-08
Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.
Martin Liska
2
-15
/
+16
2018-06-08
Rename get methods in symbol-summary.h to get_create.
Martin Liska
2
-3
/
+10
2018-06-08
Remove MPX
Martin Liska
3
-46
/
+9
2018-06-05
lto.c (cmp_type_location): Expand locations only once.
Richard Biener
2
-13
/
+13
2018-05-30
passes.c (ipa_write_summaries): Only modify statements if body is in memory.
Jan Hubicka
4
-3
/
+36
[next]