[PATCHv2] PR ipa/63576: Process speculative edges in ICF

2014-10-29 Thread Ilya Palachev
? -- Best regards, Ilya Palachev --- gcc/ 2014-10-27 Ilya Palachev i.palac...@samsung.com * ipa-utils.c (compute_edge_count_and_frequency): New function (ipa_merge_profiles): handle speculative case

[PATCH] PR ipa/63576: Process speculative edges in ICF

2014-10-27 Thread Ilya Palachev
was bootstrapped and regtested on x86_64-unknown-linux-gnu. Ok for trunk? gcc/ 2014-10-22 Ilya Palachev i.palac...@samsung.com * ipa-utils.c (compute_edge_count_and_frequency): New function (ipa_merge_profiles): handle speculative case --- gcc/ipa-utils.c | 52

Re: [PATCH] PR lto/61048 Define missed builtins on demand

2014-10-15 Thread Ilya Palachev
On 15.10.2014 10:59, Jakub Jelinek wrote: On Tue, Oct 14, 2014 at 08:39:40PM +0400, Ilya Palachev wrote: Attached patch fixes PR lto/61048 - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Given that the patch just replaces an ICE with a necessary link failure, I'd say it is done

Re: [PATCH] PR lto/61048 Define missed builtins on demand

2014-10-15 Thread Ilya Palachev
On 15.10.2014 12:09, Richard Biener wrote: On Wed, Oct 15, 2014 at 8:59 AM, Jakub Jelinek ja...@redhat.com wrote: On Tue, Oct 14, 2014 at 08:39:40PM +0400, Ilya Palachev wrote: Attached patch fixes PR lto/61048 - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Given that the patch just

[PATCH] PR lto/61048 Write/read option -fsanitize to/from object files

2014-10-15 Thread Ilya Palachev
to the existing option section. 2 minor changes are added to existing function that write options (in lto-opts.c) and then read them from object files (lto-wrapper.c). The patch was bootstrapped and regtested on x86_64-unknown-linux-gnu. Ok for trunk? Best regards, Ilya Palachev From

[PATCH] PR lto/61048 Define missed builtins on demand

2014-10-14 Thread Ilya Palachev
-unknown-linux-gnu. Ok for trunk? Best regards, Ilya Palachev From 926a8b84a52f3120c3f71cd28e0d782c719b7791 Mon Sep 17 00:00:00 2001 From: Ilya Palachev i.palac...@samsung.com Date: Tue, 14 Oct 2014 19:22:32 +0400 Subject: [PATCH] Define missed builtins on demand gcc/ 2014-10-14 Ilya Palachev

[PATCH] PR lto/59441 Add initialization and release of bitmap obstack

2014-10-07 Thread Ilya Palachev
valgrind does not report any errors for the same testcase. The patch was bootstrapped and regtested on x86_64-unknown-linux-gnu. Ok for trunk? Best regards, Ilya Palachev From 9bf2878c0a74475283b5424f24e46b31feb13cf7 Mon Sep 17 00:00:00 2001 From: Ilya Palachev i.palac...@samsung.com Date: Tue, 7 Oct