Age | Commit message (Expand) | Author | Files | Lines |
2016-11-09 | fold-const.c (tree_swap_operands_p): Remove unused arg. | Richard Biener | 1 | -1/+1 |
2016-11-09 | tree-ssa-dom.c (canonicalize_comparison): Remove. | Richard Biener | 1 | -46/+0 |
2016-10-10 | re PR tree-optimization/71947 (x ^ y not folded to 0 if x == y by DOM) | Jeff Law | 1 | -1/+18 |
2016-09-13 | re PR tree-optimization/77454 (IMM ERROR w/ -O2 and above) | Jakub Jelinek | 1 | -4/+7 |
2016-04-27 | * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment. | Jeff Law | 1 | -1/+1 |
2016-02-16 | re PR tree-optimization/69776 (Wrong optimization with aliasing) | Richard Biener | 1 | -4/+7 |
2016-02-08 | re PR tree-optimization/65917 (XFAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-... | Jeff Law | 1 | -31/+10 |
2016-01-22 | re PR tree-optimization/69347 (excessive compile time with -O2) | Jeff Law | 1 | -48/+83 |
2016-01-21 | [PATCH] [PR tree-optimization/69347] Fix memory consumption in threader & min... | Jeff Law | 1 | -3/+0 |
2016-01-18 | re PR tree-optimization/69320 (wrong code generation at -O2 and higher) | Jeff Law | 1 | -4/+34 |
2016-01-15 | re PR tree-optimization/69270 (DOM should exploit range information to create... | Jeff Law | 1 | -33/+0 |
2016-01-14 | re PR tree-optimization/69270 (DOM should exploit range information to create... | Jeff Law | 1 | -6/+6 |
2016-01-14 | Re: [PATCH][PR tree-optimization/69270] Exploit VRP information in DOM | Jeff Law | 1 | -2/+2 |
2016-01-14 | [PATCH][PR tree-optimization/69270] Exploit VRP information in DOM | Jeff Law | 1 | -13/+41 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-21 | dbgcnt.def (dom_unreachable_edges): New debug counter. | Jeff Law | 1 | -0/+4 |
2015-12-10 | re PR tree-optimization/68619 (error: loop with header 6 not in loop tree) | Jeff Law | 1 | -25/+63 |
2015-11-16 | Remove first_pass_instance from pass_dominator | Tom de Vries | 1 | -2/+14 |
2015-11-09 | Fix memory leaks and use a pool_allocator | Martin Liska | 1 | -4/+4 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -2/+2 |
2015-10-07 | Re: [PATCH] Improve DOM's optimization of control statements | Jeff Law | 1 | -6/+0 |
2015-10-06 | [PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes condi... | Jeff Law | 1 | -2/+7 |
2015-10-05 | Replace REAL_VALUES_EQUAL with real_equal | Richard Sandiford | 1 | -1/+1 |
2015-10-02 | Re: [PATCH] Improve DOM's optimization of control statements | Jeff Law | 1 | -0/+6 |
2015-09-30 | [PATCH] Improve DOM's optimization of control statements | Jeff Law | 1 | -27/+23 |
2015-09-20 | [PATCH] Fix 47679 by improving jump threading | Jeff Law | 1 | -1/+1 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -22/+22 |
2015-09-18 | [PATCH] avail_expr_stack is no longer file scoped | Jeff Law | 1 | -51/+72 |
2015-09-18 | [PATCH] const_and_copies is no longer file scoped | Jeff Law | 1 | -33/+44 |
2015-09-18 | [PATCH] avail_exprs is no longer file scoped | Jeff Law | 1 | -36/+22 |
2015-09-18 | [PATCH] Break out phi-only cprop into its own file | Jeff Law | 1 | -528/+0 |
2015-09-16 | [PATCH] Pass in avail_expr_stack and setup edge_infos earlier | Jeff Law | 1 | -9/+30 |
2015-09-16 | [PATCH] Move code out of tree-ssa-dom into tree-ssa-scopedtables | Jeff Law | 1 | -758/+2 |
2015-09-15 | [PATCH] More class-ification of DOM | Jeff Law | 1 | -140/+191 |
2015-09-14 | [PATCH] Minor DOM cleanup | Jeff Law | 1 | -3/+3 |
2015-09-11 | [PATCH] Another small cleanup to the const_and_copies stack | Jeff Law | 1 | -6/+2 |
2015-09-04 | [PATCH] Minor cleanup of const_and_copies stack | Jeff Law | 1 | -1/+1 |
2015-09-01 | Tidy tree-ssa-dom.c: Use dom_valueize more. | Alan Lawrence | 1 | -27/+4 |
2015-08-19 | remove useless typedefs | Trevor Saunders | 1 | -2/+2 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -2/+6 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -6/+2 |
2015-07-16 | tree-ssa-dom.c (dom_valueize): New function. | Richard Biener | 1 | -1/+49 |
2015-07-14 | tree-ssa-dom.c (record_temporary_equivalences): Merge wideing type conversion... | Richard Biener | 1 | -54/+36 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -4/+4 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -17/+5 |
2015-07-02 | tree-ssa-dom.c (build_and_record_new_cond): Add optional parameter to record ... | Richard Biener | 1 | -2/+5 |
2015-06-25 | cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash. | Richard Sandiford | 1 | -3/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |