Age | Commit message (Expand) | Author | Files | Lines |
2020-12-03 | tree-ssa-threadbackward.c (profitable_jump_thread_path): Do not allow __built... | Ilya Leoshkevich | 1 | -1/+6 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -8/+8 |
2019-06-15 | [openacc] Disable pass_thread_jumps for IFN_UNIQUE | Tom de Vries | 1 | -0/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-21 | tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix typo in comment. | Aldy Hernandez | 1 | -1/+1 |
2017-11-18 | hash-set.h (hash_set::empty): New. | Aldy Hernandez | 1 | -145/+135 |
2017-09-12 | tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC vectors heap vectors. | Aldy Hernandez | 1 | -143/+137 |
2017-02-02 | re PR tree-optimization/77445 (Performance drop after r239219 on coremark test) | Jan Hubicka | 1 | -3/+24 |
2017-01-23 | re PR tree-optimization/79088 (wrong code at -O2 on x86_64-linux-gnu) | Richard Biener | 1 | -0/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-15 | tree-ssa-threadbackward.c (fsm_find_thread_path): Remove unneeded parameter. | Jeff Law | 1 | -136/+230 |
2016-10-03 | re PR tree-optimization/71550 (wrong code at -O3 on x86_64-linux-gnu) | Jeff Law | 1 | -18/+20 |
2016-09-18 | passes.def (pass_early_thread_jumps): Schedule after forwprop. | Jan Hubicka | 1 | -17/+83 |
2016-08-11 | tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove unconditional TODO... | Richard Biener | 1 | -3/+7 |
2016-08-09 | tree-ssa-threadbackward.c (profitable_jump_thread_path): Treat same SSA names... | Richard Biener | 1 | -2/+3 |
2016-08-07 | tree-ssa-threadbackward.c: Include tree-inline.h | Jan Hubicka | 1 | -13/+23 |
2016-06-13 | re PR tree-optimization/71403 (wrong code (segfault) at -O3 on x86_64-linux-gnu) | Jeff Law | 1 | -7/+19 |
2016-06-10 | re PR tree-optimization/71335 (wrong code at -O2 and -O3 in 32-bit and 64-bit... | Jeff Law | 1 | -22/+22 |
2016-05-27 | tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h. | Jeff Law | 1 | -6/+63 |
2016-05-25 | re PR tree-optimization/71272 (internal compiler error: in operator[], throug... | Jeff Law | 1 | -0/+20 |
2016-05-24 | tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path): New funct... | Jeff Law | 1 | -33/+68 |
2016-05-23 | tree-ssa-threadbackward.c (profitable_jump_thread_path): New function extract... | Jeff Law | 1 | -262/+288 |
2016-03-22 | re PR target/70232 (excessive stack usage with -O2) | Jeff Law | 1 | -1/+1 |
2016-03-11 | re PR tree-optimization/70190 (ICE (segfault) at -O2 and -O3 on x86_64-linux-... | Jeff Law | 1 | -0/+10 |
2016-03-04 | re PR tree-optimization/69196 (code size regression with jump threading at -O2) | Jeff Law | 1 | -1/+5 |
2016-03-01 | re PR tree-optimization/69196 (code size regression with jump threading at -O2) | Jeff Law | 1 | -0/+20 |
2016-03-01 | re PR tree-optimization/69196 (code size regression with jump threading at -O2) | Jeff Law | 1 | -18/+36 |
2016-02-01 | re PR testsuite/68580 (FAIL: c-c++-common/tsan/pr65400-1.c -O0 execution test) | Jeff Law | 1 | -214/+222 |
2016-01-27 | re PR tree-optimization/68398 (coremark regression due to r229685) | Jeff Law | 1 | -21/+33 |
2016-01-25 | re PR tree-optimization/69196 (code size regression with jump threading at -O2) | Jeff Law | 1 | -29/+124 |
2016-01-21 | [PATCH] [PR tree-optimization/69347] Fix memory consumption in threader & min... | Jeff Law | 1 | -2/+2 |
2016-01-19 | re PR tree-optimization/69347 (excessive compile time with -O2) | Jeff Law | 1 | -0/+5 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-29 | [PATCH][PR tree-optimization/67892] Use FSM threader to handle backedges | Jeff Law | 1 | -7/+38 |
2015-10-26 | [PATCH] [PR tree-optimization/68013] Make sure first block in FSM path | Jeff Law | 1 | -0/+5 |
2015-10-13 | [PATCH] Allow FSM to thread single block cases too | Jeff Law | 1 | -4/+0 |
2015-10-12 | [PATCH] Allow FSM threader to thread more complex conditions | Jeff Law | 1 | -3/+33 |
2015-10-12 | [PATCH] Improve FSM threader to handle compiler temporaries too | Jeff Law | 1 | -3/+2 |
2015-10-11 | [PATCH] Refactoring FSM bits into their own file | Jeff Law | 1 | -0/+325 |