Age | Commit message (Expand) | Author | Files | Lines |
2014-11-20 | * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo. | Marek Polacek | 1 | -1/+1 |
2014-11-20 | Warn on undefined loop exit. | Andrew Stubbs | 1 | -0/+46 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -10/+15 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+10 |
2014-08-26 | re PR c++/62175 (Internal compiler error in gimplify_modify_expr gimplify.c:4... | Richard Biener | 1 | -0/+3 |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-07 | convert the rest of the users of pointer_map to hash_map | Trevor Saunders | 1 | -22/+14 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -5/+6 |
2014-06-17 | genopinit.c (main): Use vec<>::qsort method. | Richard Biener | 1 | -2/+1 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -1/+1 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -136/+124 |
2014-01-09 | Makefile.in (TREE_FLOW_H): Remove. | Steve Ellcey | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-11 | re PR tree-optimization/59417 (ICE in determine_value_range, at tree-ssa-loop... | Jakub Jelinek | 1 | -1/+9 |
2013-12-02 | re PR tree-optimization/59139 (internal compiler error: in get_val_for, at tr... | Richard Biener | 1 | -3/+4 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+5 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+2 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -4/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
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-11-07 | tree-ssa-loop-niter.c: Include tree-ssanames.h. | Jakub Jelinek | 1 | -4/+72 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -0/+2 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+6 |
2013-10-16 | re PR tree-optimization/58697 (wrong code (segfaults) at -O3) | Andrew MacLeod | 1 | -0/+21 |
2013-10-09 | tree-flow.h: Move some protoypes. | Andrew MacLeod | 1 | -110/+6 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-06-20 | re PR tree-optimization/57584 (ice: SSA corruption: Unable to coalesce ssa_na... | Richard Biener | 1 | -0/+7 |
2013-05-27 | re PR tree-optimization/57343 (wrong code on x86_64-linux at -Os and above) | Richard Biener | 1 | -6/+14 |
2013-05-08 | re PR tree-optimization/57200 (aggressive-loop-optimizations notes appear eve... | Paolo Carlini | 1 | -4/+5 |
2013-03-14 | re PR tree-optimization/53265 (Warn when undefined behavior implies smaller i... | Jakub Jelinek | 1 | -2/+59 |
2013-03-05 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -13/+6 |
2013-02-27 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -0/+1 |
2013-01-31 | re PR middle-end/53073 (464.h264ref in SPEC CPU 2006 miscompiled) | Richard Biener | 1 | -1/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-09 | re PR tree-optimization/55875 (IVopts caused miscompilation) | Jan Hubicka | 1 | -31/+85 |
2012-12-21 | re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows) | Richard Biener | 1 | -1/+0 |
2012-12-18 | re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations)) | Richard Biener | 1 | -1/+6 |
2012-12-12 | re PR fortran/55633 (FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os executio... | Jakub Jelinek | 1 | -2/+12 |
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 | -48/+43 |
2012-11-05 | const-1.c: Update. | Jan Hubicka | 1 | -23/+8 |
2012-11-05 | tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p. | Jan Hubicka | 1 | -4/+1 |
2012-11-03 | loop-38.c: Correct testcase. | Jan Hubicka | 1 | -1/+1 |
2012-11-02 | tree-ssa-loop-niter.c (double_int_cmp, [...]): New functions. | Jan Hubicka | 1 | -0/+220 |
2012-11-02 | re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O... | Jan Hubicka | 1 | -0/+6 |
2012-10-30 | tree-ssa-loop-niter.c (number_of_iterations_exit): New parameter EVERY_ITERAT... | Jan Hubicka | 1 | -16/+23 |
2012-10-23 | re PR tree-optimization/54937 (Invalid loop bound estimate) | Jan Hubicka | 1 | -9/+110 |