summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
Commit message (Expand)AuthorAgeFilesLines
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-2/+2
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+10
* remove has_executeTrevor Saunders2014-07-091-1/+0
* pass cfun to pass::executeTrevor Saunders2014-04-171-10/+10
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+1
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-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-0/+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-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+3
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+4
* tree-flow.h: Move some protoypes.Andrew MacLeod2013-10-091-0/+57
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-16/+16
* Fix for PR53397 by making prefecthing less agressiveVenkataramanan Kumar2012-10-091-17/+60
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* cfgloop.h: Do not include rtl.h.Steven Bosscher2012-06-171-1/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return whether we faile...Richard Guenther2012-05-071-5/+9
* tree-parloops.c (parallelize_loops): Also consult the upper bound for the num...Richard Guenther2012-04-121-1/+3
* cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther2012-04-121-2/+2
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-3/+3
* re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini2011-08-181-1/+1
* re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c)Paolo Carlini2011-08-021-2/+3
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-4/+2
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-2/+2
* Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop2011-01-251-1/+2
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-3/+0
* tree-ssa-loop-prefetch.c: Fix comment at head of file.Ian Bolton2010-09-021-1/+1
* Fix a typo in the previous commitChangpeng Fang2010-08-231-1/+1
* pr45260 Don't generate prefetch if the address of base could not be taken.Changpeng Fang2010-08-231-0/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* Fix PR 44955: Strip off the real and complex parts.Changpeng Fang2010-07-211-4/+12