Age | Commit message (Expand) | Author | Files | Lines |
2017-07-28 | re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow) | Jakub Jelinek | 1 | -0/+1 |
2017-07-03 | Ignore EDGE_{DFS_BACK,EXECUTABLE} in tail-merge | Tom de Vries | 1 | -1/+3 |
2017-07-03 | Don't tail-merge blocks from different loops | Tom de Vries | 1 | -9/+6 |
2017-07-03 | Fix sigsegv in find_same_succ_bb | Tom de Vries | 1 | -0/+3 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -3/+4 |
2017-06-16 | * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating. | Jan Hubicka | 1 | -12/+34 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -2/+2 |
2017-05-11 | tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Skip unreachable ... | Richard Biener | 1 | -0/+11 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Do not merge BBs with a different EH landing pads (PR | Martin Liska | 1 | -0/+5 |
2016-06-25 | re PR tree-optimization/71643 (internal compiler error: in redirect_eh_edge_1... | Jakub Jelinek | 1 | -3/+3 |
2016-06-14 | re PR tree-optimization/71520 (Missing cross-jumping of switch cases) | Jakub Jelinek | 1 | -0/+35 |
2016-05-06 | gimple.c (gimple_call_same_target_p): Unique functions are eq. | Nathan Sidwell | 1 | -0/+3 |
2016-03-07 | Skip ubsan/asan internal fns with different location in tail-merge | Tom de Vries | 1 | -6/+38 |
2016-02-12 | cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-06 | tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and add OEP_MATC... | Jan Hubicka | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -9/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -6/+5 |
2015-10-01 | remove many typedefs | Trevor Saunders | 1 | -52/+48 |
2015-09-30 | re PR tree-optimization/67690 (wrong code with -O2 on x86_64/Linux) | Marek Polacek | 1 | -0/+4 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -14/+14 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
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 | -15/+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 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -4/+0 |
2015-05-18 | Fix whitespace in tree-ssa-tail-merge.c | Tom de Vries | 1 | -7/+6 |
2015-05-05 | Fix indentation issues seen by -Wmisleading-indentation | David Malcolm | 1 | -1/+1 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -7/+7 |
2015-03-11 | re PR tree-optimization/65388 (Wrong comparison in same_succ_def::equal() tre... | Marek Polacek | 1 | -1/+1 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+11 |
2015-01-06 | Fix typo in struct same_succ_def comment | Tom de Vries | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-10 | real.h (HONOR_NANS): Replace macro with 3 overloaded declarations. | Marc Glisse | 1 | -2/+1 |
2014-11-27 | re PR middle-end/64088 (ICE: in fold_abs_const, at fold-const.c:15550) | Richard Biener | 1 | -10/+5 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -16/+16 |
2014-11-19 | Fix tail-merge pass for dead type-unsafe code | Tom de Vries | 1 | -2/+4 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -3/+8 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+6 |
2014-10-09 | re PR tree-optimization/63380 (Wrong constant folding) | Richard Biener | 1 | -3/+3 |
2014-08-01 | Convert tree-ssa-tail-merge to inchash | Andi Kleen | 1 | -12/+10 |
2014-07-31 | re PR tree-optimization/61964 (krb5 database propagation enters infinite loop... | Richard Biener | 1 | -11/+3 |
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 | -7/+8 |
2014-06-07 | tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a call state... | Eric Botcazou | 1 | -6/+15 |
2014-06-06 | cfgexpand.c (expand_gimple_cond): Remove check for current_loops. | Richard Biener | 1 | -12/+1 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+0 |