| Commit message (Expand) | Author | Age | Files | Lines |
* | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 2014-11-19 | 1 | -2/+2 |
* | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 2014-11-01 | 1 | -0/+1 |
* | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 2014-10-29 | 1 | -1/+1 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -1/+10 |
* | remove has_execute | Trevor Saunders | 2014-07-09 | 1 | -1/+0 |
* | pass cfun to pass::execute | Trevor Saunders | 2014-04-17 | 1 | -10/+10 |
* | pass current function to opt_pass::gate () | Trevor Saunders | 2014-04-17 | 1 | -7/+1 |
* | remove has_gate | Trevor Saunders | 2014-04-17 | 1 | -1/+0 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -0/+4 |
* | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 2013-11-19 | 1 | -1/+1 |
* | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 2013-11-19 | 1 | -2/+1 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+1 |
* | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 2013-11-18 | 1 | -1/+1 |
* | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 2013-11-18 | 1 | -1/+1 |
* | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 2013-11-18 | 1 | -1/+1 |
* | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 2013-11-18 | 1 | -1/+1 |
* | gimplify-be.h: New file. | Andrew MacLeod | 2013-11-14 | 1 | -0/+2 |
* | gimple-walk.h: New File. | Andrew Macleod | 2013-11-13 | 1 | -0/+1 |
* | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 2013-11-12 | 1 | -1/+1 |
* | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 2013-10-23 | 1 | -0/+3 |
* | tree-ssa.h: Remove all #include's | Andrew MacLeod | 2013-10-23 | 1 | -1/+4 |
* | tree-flow.h: Move some protoypes. | Andrew MacLeod | 2013-10-09 | 1 | -0/+57 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -2/+2 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 2012-11-20 | 1 | -3/+3 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -16/+16 |
* | Fix for PR53397 by making prefecthing less agressive | Venkataramanan Kumar | 2012-10-09 | 1 | -17/+60 |
* | tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin... | Richard Guenther | 2012-08-01 | 1 | -1/+0 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -2/+0 |
* | cfgloop.h: Do not include rtl.h. | Steven Bosscher | 2012-06-17 | 1 | -1/+1 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 1 | -1/+0 |
* | tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return whether we faile... | Richard Guenther | 2012-05-07 | 1 | -5/+9 |
* | tree-parloops.c (parallelize_loops): Also consult the upper bound for the num... | Richard Guenther | 2012-04-12 | 1 | -1/+3 |
* | cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter. | Richard Guenther | 2012-04-12 | 1 | -2/+2 |
* | Convert standard builtin functions from being arrays to using a functional in... | Michael Meissner | 2011-10-11 | 1 | -3/+3 |
* | re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108) | Paolo Carlini | 2011-08-18 | 1 | -1/+1 |
* | re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c) | Paolo Carlini | 2011-08-02 | 1 | -2/+3 |
* | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 2011-07-19 | 1 | -4/+2 |
* | re PR middle-end/45098 (Missed induction variable optimization) | Zdenek Dvorak | 2011-06-14 | 1 | -2/+2 |
* | Pass to dr_analyze_indices the analysis loop for subscripts. | Sebastian Pop | 2011-01-25 | 1 | -1/+2 |
* | diagnostic-core.h: Include bversion.h. | Joseph Myers | 2010-11-30 | 1 | -1/+0 |
* | tree.def (MISALIGNED_INDIRECT_REF): Remove. | Richard Guenther | 2010-09-06 | 1 | -3/+0 |
* | tree-ssa-loop-prefetch.c: Fix comment at head of file. | Ian Bolton | 2010-09-02 | 1 | -1/+1 |
* | Fix a typo in the previous commit | Changpeng Fang | 2010-08-23 | 1 | -1/+1 |
* | pr45260 Don't generate prefetch if the address of base could not be taken. | Changpeng Fang | 2010-08-23 | 1 | -0/+4 |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -5/+5 |
* | Fix PR 44955: Strip off the real and complex parts. | Changpeng Fang | 2010-07-21 | 1 | -4/+12 |