Age | Commit message (Expand) | Author | Files | Lines |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -10/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -8/+8 |
2015-10-05 | Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE | Richard Sandiford | 1 | -1/+1 |
2015-08-05 | cse.c (cse_insn): Restoring old behaviour for src_eqv when dest and value in ... | Kugan Vivekanandarajah | 1 | -4/+5 |
2015-07-24 | [obvious] Use std::swap instead of manually swapping in a few more places | Kyrylo Tkachov | 1 | -3/+2 |
2015-07-24 | cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor clean up. | Kugan Vivekanandarajah | 1 | -5/+5 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -2/+2 |
2015-07-12 | cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT. | Kugan Vivekanandarajah | 1 | -7/+42 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-09 | reduce conditional compilation for LOAD_EXTEND_OP | Trevor Saunders | 1 | -2/+4 |
2015-07-08 | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 1 | -21/+22 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -10/+3 |
2015-06-30 | target-insns.def (jump): New targetm instruction pattern. | Richard Sandiford | 1 | -1/+2 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-06 | emit-rtl.c, [...]: Replace rtx base types with more derived ones. | Richard Sandiford | 1 | -2/+2 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-19 | regs.h (END_HARD_REGNO): Delete. | Richard Sandiford | 1 | -3/+3 |
2015-05-09 | cse_change_cc0_mode can take a rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2015-04-28 | add default for NO_FUNCTION_CSE | Trevor Saunders | 1 | -3/+1 |
2015-04-22 | make some HAVE_cc0 code always compiled | Trevor Saunders | 1 | -3/+1 |
2015-04-22 | always define HAVE_cc0 | Trevor Saunders | 1 | -1/+1 |
2015-04-22 | remove more ifdef HAVE_cc0 | Trevor Saunders | 1 | -18/+0 |
2015-04-15 | re PR rtl-optimization/42522 ((zero_extract:SI (mem:QI) ...) misoptimized) | Jeff Law | 1 | -0/+9 |
2015-02-03 | re PR rtl-optimization/64756 (wrong code at -O3 on x86_64-linux-gnu (in 32-bi... | Jakub Jelinek | 1 | -8/+26 |
2015-01-23 | re PR rtl-optimization/63637 (CSE on x86 asm()-s no longer working due to PR/... | Jakub Jelinek | 1 | -7/+33 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -0/+15 |
2015-01-15 | gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false... | Jakub Jelinek | 1 | -2/+4 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+1 |
2015-01-05 | rtlanal.c (refers_to_regno_p): Change return value from int to bool. | Oleg Endo | 1 | -3/+2 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -64/+64 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -5/+11 |
2014-10-23 | re PR target/63534 (Bootstrap failure on x86_64/i686-linux) | Evgeny Stupachenko | 1 | -0/+6 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -1/+5 |
2014-09-11 | Introduce LABEL_REF_LABEL | David Malcolm | 1 | -10/+10 |
2014-09-05 | Remove a cast in cse.c | David Malcolm | 1 | -2/+3 |
2014-08-28 | cse.c (change_cc_mode_args): Delete. | Richard Sandiford | 1 | -31/+19 |
2014-08-28 | cse.c (is_dead_reg): Change argument to const_rtx. | Richard Sandiford | 1 | -28/+24 |
2014-08-28 | cse.c (check_for_label_ref): Move earlier in file. | Richard Sandiford | 1 | -25/+27 |
2014-08-28 | cse.c (check_dependence_data): Delete. | Richard Sandiford | 1 | -21/+13 |
2014-08-28 | cse.c: Include rtl-iter.h. | Richard Sandiford | 1 | -34/+21 |
2014-08-26 | Remove DF_REF_INSN scaffolding | David Malcolm | 1 | -8/+10 |
2014-08-22 | cse.c: Use rtx_insn | David Malcolm | 1 | -49/+50 |
2014-08-19 | delete_trivially_dead_insns works on insns | David Malcolm | 1 | -2/+2 |
2014-08-05 | re PR rtl-optimization/61672 (Less redundant instructions deleted by pre_dele... | Richard Biener | 1 | -1/+1 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -6/+6 |
2014-07-20 | cse.c (exp_equiv_p): For GCSE... | Eric Botcazou | 1 | -0/+7 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -3/+0 |
2014-06-15 | df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros. | Richard Sandiford | 1 | -7/+4 |