Age | Commit message (Expand) | Author | Files | Lines |
2016-11-15 | Add a load_extend_op wrapper | Richard Sandiford | 1 | -4/+3 |
2016-11-04 | defaults.h (LOAD_EXTEND_OP): Define if not already defined. | Eric Botcazou | 1 | -4/+0 |
2016-10-21 | make LABEL_REF_LABEL a rtx_insn * | Trevor Saunders | 1 | -10/+10 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-09-22 | make next/prev _nonnote_insn take rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2016-09-16 | Add inline functions for various bitwise operations. | Jason Merrill | 1 | -4/+4 |
2016-08-04 | re PR target/70903 (wrong code with bfi @ aarch64 with -Os) | Bernd Edlinger | 1 | -9/+6 |
2016-07-20 | cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0. | Uros Bizjak | 1 | -2/+2 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -4/+4 |
2016-06-21 | cse.c (canon_asm_operands): New function extracted from... | Eric Botcazou | 1 | -11/+19 |
2016-06-16 | re PR rtl-optimization/71532 (FAIL: gfortran.dg/select_char_1.f90 -O2 exec... | Jakub Jelinek | 1 | -0/+7 |
2016-05-19 | cse.c (cse_main): Free dominance info. | Ilya Enkovich | 1 | -9/+4 |
2016-05-13 | cse.c (rest_of_handle_cse): Use cleanup_cfg returned value cse_cfg_altered co... | Ilya Enkovich | 1 | -6/+6 |
2016-05-11 | re PR middle-end/70807 (fwprop pass ICE with incoming CDI_DOMINATORS) | Ilya Enkovich | 1 | -6/+15 |
2016-05-02 | re PR rtl-optimization/70467 (Useless "and [esp],-1" emitted on AND with uint... | Jakub Jelinek | 1 | -1/+27 |
2016-02-04 | [cse][3/4] Don't overwrite original rtx when folding source of set | Kyrylo Tkachov | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-18 | [PATCH] [PR rtl-optimization/49847] Fix ICE in CSE due to cc0-setter and cc0-... | Jeff Law | 1 | -0/+7 |
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 |