aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-12[multiple changes]Thomas Preud'homme1-18/+40
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-2/+1
2014-10-31re PR tree-optimization/63259 (Detecting byteswap sequence)Thomas Preud'homme1-12/+40
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-5/+5
2014-10-28tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_t type for the left sh...Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-10-21tree-ssa-math-opts.c (find_bswap_or_nop_1): Fix creation of MARKER_BYTE_UNKNO...Thomas Preud'homme1-1/+2
2014-09-24re PR tree-optimization/63266 (Test regression: gcc.target/sh/pr53568-1.c)Thomas Preud'homme1-18/+26
2014-09-01tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about the size...Thomas Preud'homme1-38/+45
2014-07-09remove has_executeTrevor Saunders1-4/+0
2014-06-27tree-ssa-math-opts.c (bswap_replace): Fix SLOW_UNALIGNED_ACCESS test to only ...Richard Biener1-1/+3
2014-06-20tree-ssa-math-opts.c (do_shift_rotate, [...]): Cast 0xff to uint64_t before s...Jakub Jelinek1-2/+3
2014-06-18re PR tree-optimization/61517 (wrong code at -Os and above on x86_64-linux-gnu)Thomas Preud'homme1-83/+94
2014-06-13re PR tree-optimization/61375 (ICE in int_cst_value at -O3 in tree-ssa pass w...Thomas Preud'homme1-0/+4
2014-06-11re PR tree-optimization/61306 (wrong code at -Os and above on x86_64-linux-gnu)Thomas Preud'homme1-24/+42
2014-06-10tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of init_sym...Thomas Preud'homme1-1/+2
2014-06-06ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target endianness ins...Thomas Preud'homme1-4/+4
2014-06-03re PR tree-optimization/61328 (valgrind finds problem in find_bswap_or_nop_1)Thomas Preud'homme1-30/+45
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-30/+27
2014-05-23re PR tree-optimization/54733 (Missing opportunity to optimize endian indepen...Thomas Preud'homme1-110/+405
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+5
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-8/+4
2014-04-17pass cfun to pass::executeTrevor Saunders1-158/+158
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-30/+18
2014-04-17remove has_gateTrevor Saunders1-4/+0
2014-04-14tree-switch-conversion.c (lshift_cheap_p): Get speed_p as argument.Richard Biener1-1/+1
2014-03-12re PR tree-optimization/60454 (Code mistakenly detected as doing bswap)Thomas Preud'homme1-0/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-5/+5
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