Age | Commit message (Expand) | Author | Files | Lines |
2014-05-08 | tree-affine.c (tree_to_aff_combination): Handle MEM_REF for core part of addr... | Bin Cheng | 1 | -1/+8 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -99/+91 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -2/+3 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -3/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+5 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-17 | gimple.h: Reorder prototypes to match .c declaration order... | Andrew MacLeod | 1 | -0/+1 |
2013-11-14 | gimplify-be.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-ivopts.c (alloc_iv): Lower address expressions. | Bin Cheng | 1 | -3/+6 |
2013-09-03 | tree-affine.c (add_elt_to_tree): Fix association issue... | Richard Biener | 1 | -14/+20 |
2013-09-02 | tree-affine.c (add_elt_to_tree): Avoid converting all pointer arithmetic to s... | Richard Biener | 1 | -19/+31 |
2013-05-27 | re PR tree-optimization/57396 (Wrong code with -fpredictive-commoning in Fort... | Richard Biener | 1 | -6/+11 |
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/+2 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -38/+35 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+1 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-03-30 | tree-affine.h (print_aff): Remove. | Richard Guenther | 1 | -1/+1 |
2011-08-23 | Makefile.in (tree-data-ref.o): Add tree-affine.h dependency. | Richard Guenther | 1 | -0/+27 |
2011-07-19 | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 1 | -3/+3 |
2010-11-26 | re PR lto/46664 (Failed to build 481.wrf in SPEC CPU 2006 with LTO) | Richard Guenther | 1 | -1/+4 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -0/+28 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -1/+1 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -1/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -4/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -9/+9 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -32/+34 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -2/+2 |
2008-04-16 | Makefile.in (tree-affine.o): Add $(FLAGS_H) dependency. | Richard Guenther | 1 | -3/+36 |
2008-03-27 | tree-affine.h (aff_combination_expand): Declare. | Zdenek Dvorak | 1 | -15/+57 |
2008-03-11 | re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF) | Andrew Pinski | 1 | -9/+28 |
2007-08-18 | tree-affine.h (print_aff): New prototype. | Andrew Pinski | 1 | -0/+45 |
2007-08-16 | c-common.c (const_strip_array_types): New. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-30 | re PR tree-optimization/32527 (ICE in build2_stat, at tree.c:3074) | Andrew Pinski | 1 | -11/+8 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-06-28 | re PR middle-end/32417 (416.gamess ICEs (in aff_combination_add_elt, tree-aff... | Andrew Pinski | 1 | -5/+17 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -0/+7 |
2007-05-25 | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-05-24 | passes.texi: Document predictive commoning. | Zdenek Dvorak | 1 | -0/+211 |
2007-01-10 | re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ... | Zdenek Dvorak | 1 | -4/+85 |
2006-12-14 | tree-ssa-loop-ivopts.c: Include tree-affine.h. | Zdenek Dvorak | 1 | -0/+414 |