Age | Commit message (Expand) | Author | Files | Lines |
2017-08-21 | tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member. | Richard Biener | 1 | -38/+21 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -15/+15 |
2017-06-09 | tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded model if the ref... | Richard Biener | 1 | -1/+3 |
2017-06-05 | cold_partition_label.c: Update template. | Jan Hubicka | 1 | -13/+77 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -5/+5 |
2017-04-10 | re PR tree-optimization/80304 (Wrong result with do concurrent) | Richard Biener | 1 | -1/+13 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-04 | re PR tree-optimization/78185 (Wrong branch optimization with -O1 on x86/x86_64) | Richard Biener | 1 | -2/+11 |
2016-08-10 | re PR middle-end/71734 (FAIL: libgomp.fortran/simd4.f90 -O3 -g execution t... | Yuri Rumyantsev | 1 | -50/+53 |
2016-07-28 | re PR middle-end/71734 (FAIL: libgomp.fortran/simd4.f90 -O3 -g execution t... | Yuri Rumyantsev | 1 | -8/+11 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -3/+1 |
2016-07-18 | re PR middle-end/71734 (FAIL: libgomp.fortran/simd4.f90 -O3 -g execution t... | Yuri Rumyantsev | 1 | -13/+17 |
2016-06-29 | re PR tree-optimization/70729 (Loop marked with omp simd pragma is not vector... | Yuri Rumyantsev | 1 | -0/+11 |
2016-05-18 | tree-ssa-loop-im.c (determine_max_movement): Properly add condition cost to P... | Richard Biener | 1 | -1/+1 |
2016-01-26 | re PR tree-optimization/69452 (gcc ICE at -O3 on x86_64-linux-gnu in with ver... | Richard Biener | 1 | -8/+16 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-10 | re PR tree-optimization/68619 (error: loop with header 6 not in loop tree) | Jeff Law | 1 | -6/+8 |
2015-11-24 | Allow pass_lim to run outside pass_tree_loop | Tom de Vries | 1 | -2/+10 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -5/+5 |
2015-10-19 | re PR tree-optimization/67975 (Failure to optimise equality between two call ... | Richard Biener | 1 | -46/+5 |
2015-10-08 | [PATCH] [4/n] Fix minor SSA_NAME leaks | Jeff Law | 1 | -0/+2 |
2015-10-05 | * tree-ssa-loop-im.c | Marek Polacek | 1 | -2/+0 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -32/+32 |
2015-09-15 | re PR tree-optimization/67470 (ICE at -O3 on x86_64-linux-gnu in compute_live... | Richard Biener | 1 | -0/+17 |
2015-09-13 | tree-ssa-loop-im.c: remove typedefs that hide pointerness | Trevor Saunders | 1 | -49/+49 |
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-06-25 | hash-table.h: Update comments. | Richard Sandiford | 1 | -2/+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 | -3/+0 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -6/+6 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | re PR tree-optimization/64494 (ICE at -Os and above on x86_64-linux-gnu in du... | Jakub Jelinek | 1 | -2/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-10 | 2014-12-10 Richard Biener <rguenther@suse.de> | Richard Biener | 1 | -0/+12 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -11/+8 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -29/+36 |
2014-11-19 | gimple.h (gimple_build_assign_with_ops): Add unary arg overload. | Jakub Jelinek | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+11 |
2014-09-22 | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 1 | -9/+9 |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-07 | convert the rest of the users of pointer_map to hash_map | Trevor Saunders | 1 | -2/+2 |
2014-08-02 | convert many uses of pointer_map to hash_map | Trevor Saunders | 1 | -10/+11 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -5/+6 |
2014-06-17 | tree-ssa-loop-im.c (determine_max_movement): Adjust cost of PHI node moving. | Richard Biener | 1 | -4/+11 |
2014-06-06 | re PR tree-optimization/43934 (LIM should handle PHI nodes) | Christian Bruel | 1 | -1/+7 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -2/+2 |