Age | Commit message (Expand) | Author | Files | Lines |
2014-07-25 | Add an abstract incremental hash data type | Andi Kleen | 1 | -0/+1 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -45/+54 |
2014-06-11 | re PR tree-optimization/61452 (hang at -O1 and -Os on x86_64-linux-gnu) | Richard Biener | 1 | -61/+33 |
2014-06-02 | re PR middle-end/61378 (Obvious bug in vn_reference_lookup_3) | Richard Biener | 1 | -1/+1 |
2014-05-20 | tree-ssa-dom.c (hashable_expr_equal_p): Also compare the EH region of calls t... | Eric Botcazou | 1 | -4/+4 |
2014-05-20 | tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating, | Richard Biener | 1 | -7/+24 |
2014-05-20 | re PR tree-optimization/61221 (ICE on valid code at -O1 and above on x86_64-l... | Richard Biener | 1 | -3/+22 |
2014-05-19 | re PR tree-optimization/61221 (ICE on valid code at -O1 and above on x86_64-l... | Richard Biener | 1 | -3/+5 |
2014-05-19 | re PR middle-end/61209 (internal compiler error: in fold_convert_loc, at fold... | Richard Biener | 1 | -2/+4 |
2014-05-16 | tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h. | Richard Biener | 1 | -28/+164 |
2014-05-16 | tree-ssa-sccvn.c (visit_use): Also constant-fold calls. | Richard Biener | 1 | -15/+57 |
2014-05-08 | tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before folding the expr... | Richard Biener | 1 | -32/+12 |
2014-05-07 | re PR tree-optimization/61034 (Optimizing takes too many passes) | Richard Biener | 1 | -1/+35 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -28/+25 |
2014-01-15 | tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef. | Teresa Johnson | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+7 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -7/+2 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -15/+15 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -2/+3 |
2013-11-18 | re PR middle-end/59125 (gcc triggers wrong strncpy_chk) | Richard Biener | 1 | -2/+10 |
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 | -8/+8 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -6/+6 |
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-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -2/+6 |
2013-10-02 | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 1 | -1/+0 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-05-27 | revert: re PR rtl-optimization/57381 (array of volatile pointers hangs gcc) | Richard Biener | 1 | -2/+13 |
2013-05-24 | re PR tree-optimization/57385 ([tree-ssa] Possible segfault in fully_constant... | Alexander Ivchenko | 1 | -0/+1 |
2013-05-07 | double-int.h (rshift): New overload. | Richard Biener | 1 | -20/+10 |
2013-04-23 | This patch extracts approved portions of the hash_table patches to the... | Lawrence Crowl | 1 | -183/+245 |
2013-03-20 | re PR tree-optimization/56661 (Incorrect code with -O1 -ftree-pre) | Richard Biener | 1 | -2/+7 |
2013-03-18 | re PR tree-optimization/3713 (Pointers to functions or member functions are n... | Richard Biener | 1 | -19/+27 |
2013-03-05 | re PR tree-optimization/56521 (Uninitialized value_id) | Richard Biener | 1 | -8/+7 |
2013-02-19 | re PR tree-optimization/56384 (ICE in fold_binary_loc, at fold-const.c:10422) | Richard Biener | 1 | -6/+5 |
2013-01-19 | re PR tree-optimization/52631 (VN does not use simplified expression for lookup) | Jeff Law | 1 | -0/+22 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-30 | tree-ssa-sccvn.c (run_scc_vn): Remove iteration propagating value_ids. | Richard Biener | 1 | -19/+11 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -11/+11 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -170/+153 |
2012-10-08 | re PR tree-optimization/54825 (ICE with vector extension) | Richard Guenther | 1 | -0/+11 |
2012-10-02 | re PR tree-optimization/54713 (error: non-trivial conversion at assignment in... | Jakub Jelinek | 1 | -3/+7 |
2012-09-25 | re PR tree-optimization/53663 (inconsistent inline handling of bool within un... | Richard Guenther | 1 | -1/+2 |
2012-09-13 | tree-ssa-sccvn.h (enum vn_kind): New. | Richard Guenther | 1 | -35/+61 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -8/+8 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -23/+18 |