Age | Commit message (Expand) | Author | Files | Lines |
2015-02-10 | re PR tree-optimization/64995 (ICE in vn_reference_insert_pieces, at tree-ssa... | Richard Biener | 1 | -6/+8 |
2015-02-04 | re PR middle-end/62103 (Incorrect folding of bitfield in a union on big endia... | Thomas Preud'homme | 1 | -1/+1 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -3/+14 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-15 | re PR tree-optimization/64312 (ICE: Segmentation fault) | Richard Biener | 1 | -2/+2 |
2014-12-09 | re PR tree-optimization/64193 (Decreased performance after r173250) | Richard Biener | 1 | -2/+4 |
2014-11-27 | tree-ssa-sccvn.c (try_to_simplify): Allow gimple_fold_stmt_to_constant_1 to f... | Richard Biener | 1 | -1/+1 |
2014-11-24 | re PR target/63679 ([AArch64] Failure to constant fold.) | Richard Biener | 1 | -21/+95 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -14/+15 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -0/+2 |
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 | -0/+11 |
2014-09-03 | Fix for tree-ssa-pre | Martin Liska | 1 | -0/+3 |
2014-09-01 | tree-ssa-sccvn.h (copy_reference_ops_from_ref, [...]): Remove. | Richard Biener | 1 | -48/+51 |
2014-08-01 | Convert tree-ssa-sccvn to inchash | Andi Kleen | 1 | -22/+22 |
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 |