Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: ao_ref and vn_reference_op_t | Richard Sandiford | 1 | -1/+1 |
2017-10-25 | tree-ssa-sccvn.h (vn_eliminate): Declare. | Richard Biener | 1 | -0/+1 |
2017-05-12 | tree-ssa-sccvn.h (has_VN_INFO): Declare. | Richard Biener | 1 | -0/+1 |
2017-04-24 | tree-ssa-sccvn.h (run_scc_vn): Adjust prototype. | Richard Biener | 1 | -1/+1 |
2017-04-20 | re PR debug/80453 (another compare-debug failure) | Richard Biener | 1 | -0/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-07-19 | re PR tree-optimization/71901 (ice in find_or_generate_expression) | Richard Biener | 1 | -3/+10 |
2016-07-14 | re PR tree-optimization/71866 (gcc locks up after fix for PR70159) | Richard Biener | 1 | -0/+1 |
2016-07-07 | tree-ssa-pre.c: Include alias.h. | Richard Biener | 1 | -0/+1 |
2016-04-19 | re PR tree-optimization/70724 (Miscompiles python3 with FDO) | Richard Biener | 1 | -0/+1 |
2016-02-15 | re PR tree-optimization/69776 (Wrong optimization with aliasing) | Richard Biener | 1 | -1/+1 |
2016-01-25 | re PR tree-optimization/69376 (wrong code at -Os and above on x86_64-linux-gnu) | Richard Biener | 1 | -0/+21 |
2016-01-20 | re PR target/69345 (459.GemsFDTD regression) | Richard Biener | 1 | -0/+20 |
2016-01-15 | re PR tree-optimization/69117 (wrong code at -O1 -fstrict-aliasing) | Richard Biener | 1 | -0/+3 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -0/+1 |
2015-10-01 | gimple-match.h (mprts_hook): Declare. | Richard Biener | 1 | -4/+2 |
2015-09-24 | Additional changes to switch from gimple to gimple * | Thomas Schwinge | 1 | -1/+0 |
2015-09-24 | tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base members. | Richard Biener | 1 | -0/+3 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -2/+2 |
2015-09-18 | re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ... | Richard Biener | 1 | -2/+0 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -1/+1 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -1/+3 |
2014-09-01 | tree-ssa-sccvn.h (copy_reference_ops_from_ref, [...]): Remove. | Richard Biener | 1 | -5/+1 |
2014-08-01 | Convert tree-ssa-sccvn to inchash | Andi Kleen | 1 | -2/+4 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-04-23 | This patch extracts approved portions of the hash_table patches to the... | Lawrence Crowl | 1 | -2/+3 |
2013-02-19 | re PR tree-optimization/56384 (ICE in fold_binary_loc, at fold-const.c:10422) | Richard Biener | 1 | -4/+13 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -10/+8 |
2012-10-08 | re PR tree-optimization/54825 (ICE with vector extension) | Richard Guenther | 1 | -1/+1 |
2012-09-13 | tree-ssa-sccvn.h (enum vn_kind): New. | Richard Guenther | 1 | -0/+3 |
2012-07-06 | re PR tree-optimization/52009 (Another missed tail merging opportunity) | Tom de Vries | 1 | -1/+1 |
2012-04-27 | re PR tree-optimization/51879 (Missed tail merging with non-const/pure calls) | Tom de Vries | 1 | -0/+1 |
2011-09-27 | re PR middle-end/43864 (Same basic blocks should be merged) | Tom de Vries | 1 | -0/+14 |
2011-09-06 | re PR tree-optimization/48317 (SCCVN does not handle vector constructors) | Richard Guenther | 1 | -5/+11 |
2011-02-07 | re PR tree-optimization/47615 (ICE: too deep recursion in phi_translate/phi_t... | Richard Guenther | 1 | -2/+3 |
2011-01-21 | re PR tree-optimization/47365 (wrong code with -O -ftree-pre) | Richard Guenther | 1 | -2/+3 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -1/+3 |
2010-04-07 | re PR tree-optimization/43270 (array-bounds false negative) | Richard Guenther | 1 | -0/+1 |
2009-06-07 | tree-flow.h (make_value_handle, [...]): Remove prototypes for removed functions. | Bernhard Reutner-Fischer | 1 | -0/+4 |
2009-05-28 | tree-ssa-alias.c (ao_ref_init): New function. | Richard Guenther | 1 | -3/+6 |
2009-04-04 | re PR c++/8781 (Pessimization of C++ (functional) code) | Richard Guenther | 1 | -0/+2 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -10/+9 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-01-28 | re PR tree-optimization/38926 (ice in find_or_generate_expression, at tree-ss... | Richard Guenther | 1 | -1/+0 |