aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog-2013
AgeCommit message (Collapse)AuthorFilesLines
2015-09-25Fix old ChangeLog entry to include global variable name that was changed.Teresa Johnson1-2/+2
From-SVN: r228137
2014-01-06Reverted r205593Bernd Edlinger1-6/+0
2013-12-02 Bernd Edlinger <bernd.edlinger@hotmail.de> PR target/58115 * function.c (invoke_set_current_function_hook): Call targetm.set_current_function after setting this_fn_optabs. From-SVN: r206364
2014-01-05i386.c (ix86_data_alignment): Calculate max_align from prefetch_block tune ↵Uros Bizjak1-29/+26
setting. * config/i386/i386.c (ix86_data_alignment): Calculate max_align from prefetch_block tune setting. (nocona_cost): Correct size of prefetch block to 64. From-SVN: r206345
2014-01-01re PR rtl-optimization/59647 (ICE in simplify_const_unary_operation, at ↵Jakub Jelinek1-0/+40495
simplify-rtx.c:1597) PR rtl-optimization/59647 * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode new_rtx into UNSIGNED_FLOAT rtxes. * g++.dg/opt/pr59647.C: New test. From-SVN: r206267