aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+2
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-04-17pass cfun to pass::executeTrevor Saunders1-10/+10
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-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-0/+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-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+4
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-0/+57
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-16/+16
2012-10-09Fix for PR53397 by making prefecthing less agressiveVenkataramanan Kumar1-17/+60
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-1/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-06-17cfgloop.h: Do not include rtl.h.Steven Bosscher1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-07tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return whether we faile...Richard Guenther1-5/+9
2012-04-12tree-parloops.c (parallelize_loops): Also consult the upper bound for the num...Richard Guenther1-1/+3
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther1-2/+2
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-3/+3
2011-08-18re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini1-1/+1
2011-08-02re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c)Paolo Carlini1-2/+3
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-4/+2
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-2/+2
2011-01-25Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop1-1/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-3/+0
2010-09-02tree-ssa-loop-prefetch.c: Fix comment at head of file.Ian Bolton1-1/+1
2010-08-23Fix a typo in the previous commitChangpeng Fang1-1/+1
2010-08-23pr45260 Don't generate prefetch if the address of base could not be taken.Changpeng Fang1-0/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-07-21Fix PR 44955: Strip off the real and complex parts.Changpeng Fang1-4/+12