aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-18re PR tree-optimization/32383 (ICE with reciprocals and -ffast-math)Uros Bizjak1-3/+18
2007-06-16re PR middle-end/31723 (Use reciprocal and reciprocal square root with -ffast...Uros Bizjak1-0/+125
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-1/+1
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-5/+6
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+2
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-01-22re PR tree-optimization/30038 (Call to sin(x), cos(x) should be transformed t...Richard Guenther1-2/+206
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-7/+7
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-2/+2
2006-07-07re PR middle-end/28268 (ICE with simple vector operations)Richard Guenther1-30/+1
2006-07-05re PR tree-optimization/28218 (ICE when building Inkscape with gcc-4.1 with -...Paolo Bonzini1-2/+4
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-3/+6
2006-04-18re PR tree-optimization/26821 (ice in varasm.c with certain flags)Paolo Bonzini1-2/+31
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-11re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Paolo Bonzini1-84/+397
2005-08-09re PR tree-optimization/23234 (ICE in verify_flow_info())Steven Bosscher1-9/+26
2005-08-01re PR tree-optimization/23133 (recip does not factor division by function par...Richard Guenther1-1/+11
2005-08-01re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Richard Guenther1-5/+18
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-17add tree-ssa-math-opts.c for realPaolo Bonzini1-0/+164