aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Update ChangeLog and version files for releasereleases/gcc-7.5.0releases/gcc-7Richard Biener1-0/+4
2018-12-06Update ChangeLog and version files for releasereleases/gcc-7.4.0Richard Biener1-0/+4
2018-04-24Backport r259490Martin Liska2-1/+14
2018-04-24Backport r259274Martin Liska2-4/+10
2018-04-24Backport r259265Martin Liska2-0/+25
2018-03-06Backport r256989Martin Liska2-6/+28
2018-03-06Backport r257939Martin Liska2-1/+9
2018-03-06Backport r257490Martin Liska2-5/+22
2018-03-06Backport r257442Martin Liska2-1/+7
2018-03-06Backport r257412Martin Liska2-15/+57
2018-03-06Backport r257343Martin Liska2-3/+15
2018-03-06Backport r257183Martin Liska2-4/+24
2018-03-06Backport r253729Martin Liska2-0/+9
2018-01-25Update ChangeLog and version files for releasereleases/gcc-7.3.0Richard Biener1-0/+4
2017-08-14Update ChangeLog and version files for releasereleases/gcc-7.2.0Richard Biener1-0/+4
2017-05-02Update ChangeLog and version files for releasereleases/gcc-7.1.0GCC Administrator1-0/+4
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener2-0/+8
2017-02-14Fix memory leak in LTOMartin Liska2-0/+6
2017-01-23re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko2-13/+1
2017-01-19Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the defaultDavid Malcolm2-55/+9
2017-01-18re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko2-1/+13
2017-01-11re PR middle-end/50199 (wrong code with -flto -fno-merge-constants)Jakub Jelinek2-0/+12
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek2-1/+7
2017-01-06lto-partition.c (promote_symbol): Write to dump file sooner, include alias pr...Nathan Sidwell2-6/+13
2017-01-06ipa-visibility.c (function_and_variable_visibility): Reformat comments and lo...Nathan Sidwell2-10/+20
2017-01-01Update copyright years.Jakub Jelinek16-16/+20
2016-11-30re PR lto/78562 (Wrong warning for built-in functions with -flto)Georg-Johann Lay2-0/+14
2016-11-26tree.c (build_common_tree_nodes): Initialize ptrdiff_type_node.Prathamesh Kulkarni2-2/+4
2016-11-23re PR lto/78472 (warning: type of 's' does not match original declaration fro...Richard Biener2-1/+8
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger2-2/+11
2016-11-18Add SET_DECL_MODERichard Sandiford2-1/+7
2016-10-31re PR lto/78129 (-Werror=suggest-final-types leads to -ENOSPC.)Richard Biener2-0/+10
2016-09-20Add IPA VRPKugan Vivekanandarajah3-0/+7
2016-09-20debug.h (gcc_debug_hooks): Add filename parameter to early_finish hook.Richard Biener2-1/+6
2016-09-19dwarf2out.c (early_dwarf_finished): New global.Richard Biener2-0/+7
2016-09-05ChangeLog formatting fixes.Jakub Jelinek1-38/+37
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener2-10/+8
2016-06-28Makefile.in: Don't cat ../stage_current if it does not exist.Jakub Jelinek2-1/+6
2016-06-23Add make autoprofiledbootstrapAndi Kleen2-1/+17
2016-06-10PR c/71392 - SEGV calling integer overflow built-ins with a null pointerMartin Sebor2-2/+13
2016-05-16lto-cgraph.c (compute_ltrans_boundary, [...]): Fix handling of inline thunksJan Hubicka2-1/+5
2016-05-03cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka2-1/+8
2016-04-27params.def (MAX_PARTITION_SIZE): New param.Prathamesh Kulkarni4-5/+19
2016-03-17Set flag_pic to flag_pie for PIE in LTOH.J. Lu2-1/+7
2016-03-08ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.Jakub Jelinek2-1/+6
2016-02-15Don't mark offload symbols with force_output in ltransTom de Vries2-1/+7
2016-02-08Remove -fshort-doubleBernd Schmidt1-1/+1
2016-01-27HSA: simplify partitioning of HSA kernels and host impls.Martin Liska2-19/+5
2016-01-19re PR lto/69136 (ICE in lto_symtab_prevailing_virtual_decl, at lto/lto-symtab...Jan Hubicka2-0/+8
2016-01-19Merge of HSAMartin Jambor2-0/+26