aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-7/+7
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+4
2012-09-26tree-ssa-math-opts.c (bswap_stats): Add found_16bit field.Christophe Lyon1-4/+26
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-4/+4
2012-09-17re PR middle-end/54563 (ICE in redirect_eh_edge_1, at tree-eh.c:2215)Jakub Jelinek1-1/+12
2012-09-07re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw1-1/+5
2012-08-20re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw1-2/+0
2012-08-20re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw1-3/+38
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-97/+74
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-1/+1
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-3/+6
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-10/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-04-05tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther1-0/+6
2012-04-05gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther1-3/+3
2012-03-07tree-ssa-math-opts.c (convert_mult_to_widen): Check actual precision against ...Richard Guenther1-0/+2
2011-12-20tree-ssa-math-opts.c (convert_plusminus_to_widen): Restrict handling of signe...Richard Sandiford1-1/+5
2011-12-05re PR tree-optimization/51396 (ICE: verify_flow_info failed: BB 4 can not thr...Jakub Jelinek1-0/+6
2011-10-18re PR tree-optimization/50717 (Silent code gen fault with incorrect widening ...Andrew Stubbs1-4/+6
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-6/+6
2011-09-09gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther1-2/+4
2011-09-08re PR tree-optimization/50318 (ICE optimizing widening multiply-and-accumulate)Andrew Stubbs1-2/+2
2011-08-19tree-ssa-math-opts.c (is_widening_mult_rhs_p): Handle constants beyond conver...Andrew Stubbs1-5/+22
2011-08-19tree-ssa-math-opts.c (convert_plusminus_to_widen): Convert add_rhs to the cor...Andrew Stubbs1-0/+4
2011-08-19tree-ssa-math-opts.c (convert_mult_to_widen): Better handle unsigned inputs o...Andrew Stubbs1-9/+24
2011-08-19tree-ssa-math-opts.c (is_widening_mult_rhs_p): Add new argument 'type'.Andrew Stubbs1-27/+31
2011-08-19tree-ssa-math-opts.c (is_widening_mult_p): Remove FIXME.Andrew Stubbs1-3/+11
2011-08-19tree-ssa-math-opts.c (convert_mult_to_widen): Convert unsupported unsigned mu...Andrew Stubbs1-16/+65
2011-08-19tree-ssa-math-opts.c (convert_plusminus_to_widen): Permit a single conversion...Andrew Stubbs1-0/+62
2011-08-19arm.md (maddhidi4): Remove '*' from name.Andrew Stubbs1-35/+79
2011-08-19expr.c (expand_expr_real_2): Use widening_optab_handler.Andrew Stubbs1-4/+12
2011-08-18re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini1-5/+5
2011-08-02re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c)Paolo Carlini1-7/+8
2011-06-28tree-ssa-math-opts.c (execute_optimize_bswap): Search within BB from last to ...Kai Tietz1-1/+5
2011-06-27tree-ssa-math-opts.c (do_shift_rotate): Zero bits out of type precision after...Kai Tietz1-6/+10
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-4/+3
2011-06-10re PR lto/49302 (FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110...Bill Schmidt1-3/+70
2011-06-10re PR bootstrap/49344 (ICE in tree-flow-inline.h:745 while bootstrap)Richard Guenther1-3/+3
2011-06-07re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-21/+3
2011-05-30re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-19/+143
2011-05-27re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-3/+146
2011-05-27Index...Bill Schmidt1-0/+4
2011-05-25re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-1/+51
2011-05-24re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-6/+257
2011-04-13postreload-gcse.c (gcse_after_reload_main): Add calls to statistics_counter_e...Nathan Froyd1-0/+72
2011-03-11re PR tree-optimization/48067 (FMA with no add operand produced by convert_mu...Richard Guenther1-0/+8
2010-12-07re PR tree-optimization/46832 (internal compiler error: Segmentation fault)Richard Guenther1-1/+2