Age | Commit message (Expand) | Author | Files | Lines |
2015-11-16 | simplify-rtx: Simplify sign_extend of lshiftrt to zero_extend (PR68330) | Segher Boessenkool | 1 | -0/+7 |
2015-11-11 | simplify-rtx: Simplify trunc of and of shiftrt | Segher Boessenkool | 1 | -0/+28 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -3/+4 |
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 | -12/+10 |
2015-10-20 | [simplify-rtx][2/2] Use constants from pool when simplifying binops | Kyrylo Tkachov | 1 | -1/+11 |
2015-10-05 | Remove REAL_VALUE_FROM_CONST_DOUBLE | Richard Sandiford | 1 | -40/+28 |
2015-10-05 | Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE | Richard Sandiford | 1 | -9/+9 |
2015-10-05 | Remove remaining uses of REAL_ARITHMETIC | Richard Sandiford | 1 | -1/+1 |
2015-10-05 | Replace REAL_VALUES_LESS with real_less | Richard Sandiford | 1 | -4/+4 |
2015-10-05 | Replace REAL_VALUES_EQUAL with real_equal | Richard Sandiford | 1 | -8/+8 |
2015-08-18 | re PR rtl-optimization/67218 (Combine incorrectly folds (double) (float) (uns... | Richard Sandiford | 1 | -10/+28 |
2015-08-17 | arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (... | David Sherwood | 1 | -1/+1 |
2015-07-31 | Use lowpart_subreg instead of simplify_gen_subreg | Anatoly Sokolov | 1 | -3/+12 |
2015-07-30 | aarch64-simd.md (aarch64_ext<mode>): Replace call to GET_MODE_SIZE (GET_MODE_... | David Sherwood | 1 | -11/+11 |
2015-07-28 | arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally. | David Sherwood | 1 | -7/+3 |
2015-07-28 | target-insns.def (can_extend, ptr_extend): New targetm instruction patterns. | Richard Sandiford | 1 | -4/+6 |
2015-07-20 | [simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y ? -x : x) | Kyrylo Tkachov | 1 | -0/+26 |
2015-07-15 | simplify-rtx.c (simplify_ternary_operation): Add simplification for (!c) != {... | Bill Schmidt | 1 | -0/+26 |
2015-07-13 | [PATCH]Fix PR66556. | Renlin Li | 1 | -3/+4 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-09 | always define WORD_REGISTER_OPERATIONS | Trevor Saunders | 1 | -3/+1 |
2015-07-08 | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 1 | -4/+4 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -5/+1 |
2015-06-23 | rtlanal.c (commutative_operand_precedence): Correct comments. | Alan Modra | 1 | -41/+63 |
2015-06-22 | Use std::swap instead of manual swaps. | Mikhail Maltsev | 1 | -4/+1 |
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-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-04-27 | [simplify-rtx][trivial] Use std::swap instead of manually swapping | Kyrylo Tkachov | 1 | -12/+8 |
2015-04-22 | remove more ifdef HAVE_cc0 | Trevor Saunders | 1 | -3/+2 |
2015-04-16 | [PATCH]Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1. | Renlin Li | 1 | -4/+4 |
2015-03-12 | [simplify-rtx] PR 65235: Calculate element size correctly when simplifying (v... | Kyrylo Tkachov | 1 | -1/+15 |
2015-02-06 | re PR rtl-optimization/64957 (wrong code at -O1, -O2 and -O3 on x86_64-linux-... | Jakub Jelinek | 1 | -2/+2 |
2015-02-04 | Simplify XOR of (AND or IOR) of XOR. | Alexandre Oliva | 1 | -0/+33 |
2015-02-04 | Avoid allocating memory when trying but failing to simplify XOR of AND. | Alexandre Oliva | 1 | -5/+24 |
2015-01-21 | re PR debug/64511 (ICE at -O3 with -g enabled on x86_64-linux-gnu) | Jakub Jelinek | 1 | -2/+4 |
2015-01-16 | Account for high/lo_sum simplification with displacements | Robert Suchanek | 1 | -3/+9 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+10 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-06 | simplify-rtx.c (simplify_binary_operation_1): Handle more cases for the "(and... | Segher Boessenkool | 1 | -2/+14 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-15 | re PR rtl-optimization/64316 (ICE in simplify_const_unary_operation after r21... | Jakub Jelinek | 1 | -2/+4 |
2014-12-12 | real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations. | Marc Glisse | 1 | -1/+1 |
2014-12-10 | real.h (HONOR_NANS): Replace macro with 3 overloaded declarations. | Marc Glisse | 1 | -1/+1 |
2014-12-08 | simplify-rtx.c (simplify_relational_operation_1): Handle simplification ident... | Sandra Loosemore | 1 | -0/+26 |
2014-11-24 | simplify-rtx.c (simplify_ternary_operation): Simplify vec_merge (vec_duplicat... | Petr Murzin | 1 | -0/+16 |
2014-11-21 | re PR target/63910 (ICE: simplify_immed_subreg, at simplify-rtx.c:5519 with -... | Jakub Jelinek | 1 | -2/+7 |
2014-11-19 | re PR rtl-optimization/63843 (wrong code generation at -O1 and higher) | Jakub Jelinek | 1 | -37/+36 |
2014-11-05 | simplify-rtx.c (simplify_binary_operation_1): Div check added. | Alex Velenko | 1 | -0/+38 |