summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-5/+5
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+6
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-1/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa-math-opts.c (convert_plusminus_to_widen): Call has_single_use () and...Yufeng Zhang2013-10-251-5/+10
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+7
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-8/+8
* gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod2013-09-261-1/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko2013-08-191-1/+2
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-72/+143
* Partially reverted: 2013-05-31 Tobias Burnus <burnus@net-b.de>Tobias Burnus2013-06-011-3/+3
* re PR middle-end/57073 (__builtin_powif (-1.0, k) should be optimized to "1.0...Tobias Burnus2013-05-311-6/+4
* re PR middle-end/57073 (__builtin_powif (-1.0, k) should be optimized to "1.0...Tobias Burnus2013-05-301-5/+36
* re PR tree-optimization/57027 (ICE in gimple_assign_rhs_code, at gimple.h:2022)Joern Rennecke2013-05-031-4/+8
* re PR tree-optimization/55524 (If fnma exists but not fms, convert_mult_to_fm...Joern Rennecke2013-04-101-0/+18
* re PR tree-optimization/56125 (-O2 -ffast-math generates bad code when dividi...Jakub Jelinek2013-01-281-4/+10
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-7/+7
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+4
* tree-ssa-math-opts.c (bswap_stats): Add found_16bit field.Christophe Lyon2012-09-261-4/+26
* statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther2012-09-181-4/+4
* re PR middle-end/54563 (ICE in redirect_eh_edge_1, at tree-eh.c:2215)Jakub Jelinek2012-09-171-1/+12
* re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw2012-09-071-1/+5
* re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw2012-08-201-2/+0
* re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw2012-08-201-3/+38
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-2/+2
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-97/+74
* tree-flow.h (make_rename_temp): Remove.Richard Guenther2012-08-021-1/+1
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-3/+6
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-10/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther2012-04-051-0/+6
* gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther2012-04-051-3/+3
* tree-ssa-math-opts.c (convert_mult_to_widen): Check actual precision against ...Richard Guenther2012-03-071-0/+2
* tree-ssa-math-opts.c (convert_plusminus_to_widen): Restrict handling of signe...Richard Sandiford2011-12-201-1/+5
* re PR tree-optimization/51396 (ICE: verify_flow_info failed: BB 4 can not thr...Jakub Jelinek2011-12-051-0/+6
* re PR tree-optimization/50717 (Silent code gen fault with incorrect widening ...Andrew Stubbs2011-10-181-4/+6
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-6/+6
* gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther2011-09-091-2/+4
* re PR tree-optimization/50318 (ICE optimizing widening multiply-and-accumulate)Andrew Stubbs2011-09-081-2/+2