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