aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-25tree-ssa-math-opts.c (convert_plusminus_to_widen): Call has_single_use () and...Yufeng Zhang1-5/+10
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+8
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-1/+2
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-72/+143
2013-06-01Partially reverted: 2013-05-31 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-3/+3
2013-05-31re PR middle-end/57073 (__builtin_powif (-1.0, k) should be optimized to "1.0...Tobias Burnus1-6/+4
2013-05-30re PR middle-end/57073 (__builtin_powif (-1.0, k) should be optimized to "1.0...Tobias Burnus1-5/+36
2013-05-03re PR tree-optimization/57027 (ICE in gimple_assign_rhs_code, at gimple.h:2022)Joern Rennecke1-4/+8
2013-04-10re PR tree-optimization/55524 (If fnma exists but not fms, convert_mult_to_fm...Joern Rennecke1-0/+18
2013-01-28re PR tree-optimization/56125 (-O2 -ffast-math generates bad code when dividi...Jakub Jelinek1-4/+10
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
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