Age | Commit message (Expand) | Author | Files | Lines |
2015-12-03 | Add an rsqrt_optab and IFN_RSQRT internal function | Richard Sandiford | 1 | -21/+58 |
2015-11-30 | re PR tree-optimization/68501 (sqrt builtin is not used anymore) | Jakub Jelinek | 1 | -11/+29 |
2015-11-25 | re PR target/67089 (Integer overflow checks not optimized on x86/x86_64) | Jakub Jelinek | 1 | -1/+185 |
2015-11-17 | Use combined_fn in tree-ssa-math-opts.c | Richard Sandiford | 1 | -22/+18 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -4/+6 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -2/+0 |
2015-10-30 | Don't free dominators after sincos | Richard Sandiford | 1 | -1/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -8/+7 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -4/+3 |
2015-10-15 | PR67945: Fix oscillation between pow representations | Richard Sandiford | 1 | -1/+1 |
2015-10-08 | Make tree_expr_nonnegative_warnv_p recurse into SSA names | Richard Sandiford | 1 | -3/+3 |
2015-10-05 | Remove remaining uses of REAL_ARITHMETIC | Richard Sandiford | 1 | -4/+4 |
2015-10-05 | Replace REAL_VALUES_EQUAL with real_equal | Richard Sandiford | 1 | -8/+8 |
2015-09-29 | re PR tree-optimization/67741 (Invalid built-in usage should not cause segmen... | Richard Biener | 1 | -4/+3 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -46/+47 |
2015-09-17 | Split up optabs.[hc] | Richard Sandiford | 1 | -13/+1 |
2015-09-16 | Share memory blocks between pool allocators | Mikhail Maltsev | 1 | -2/+1 |
2015-07-28 | re PR tree-optimization/66828 (gcc/tree-ssa-math-opts.c:2182:38: runtime erro... | Thomas Preud'homme | 1 | -1/+1 |
2015-07-16 | Add new object_allocator and clean-up allocator usage. | Martin Liska | 1 | -2/+2 |
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 | -19/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+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 | -5/+0 |
2015-06-01 | Change use to type-based pool allocator in | Martin Liska | 1 | -7/+6 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 1 | -7/+2 |
2015-05-13 | [tree-ssa-math-opts] Expand pow (x, CONST) using square roots when possible | Kyrylo Tkachov | 1 | -85/+377 |
2015-02-26 | re PR tree-optimization/65215 (Bswap load miscompilation) | Jakub Jelinek | 1 | -17/+43 |
2015-01-28 | re PR tree-optimization/64718 (Bad 16-bit bswap replacement) | Thomas Preud'homme | 1 | -17/+16 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+13 |
2015-01-13 | re PR tree-optimization/64436 (optimize-bswapdi-3.c fails on aarch64_be-none-... | Thomas Preud'homme | 1 | -77/+123 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-06 | re PR tree-optimization/63259 (Detecting byteswap sequence) | Thomas Preud'homme | 1 | -16/+3 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-01 | PR jit/63854: Fix leak in tree-ssa-math-opts.c | David Malcolm | 1 | -7/+2 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -20/+15 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -17/+19 |
2014-11-19 | gimple.h (gimple_build_assign_with_ops): Add unary arg overload. | Jakub Jelinek | 1 | -12/+8 |
2014-11-12 | [multiple changes] | Thomas Preud'homme | 1 | -18/+40 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-31 | builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER... | Richard Biener | 1 | -2/+1 |
2014-10-31 | re PR tree-optimization/63259 (Detecting byteswap sequence) | Thomas Preud'homme | 1 | -12/+40 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -5/+5 |
2014-10-28 | tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_t type for the left sh... | Jakub Jelinek | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-10-21 | tree-ssa-math-opts.c (find_bswap_or_nop_1): Fix creation of MARKER_BYTE_UNKNO... | Thomas Preud'homme | 1 | -1/+2 |
2014-09-24 | re PR tree-optimization/63266 (Test regression: gcc.target/sh/pr53568-1.c) | Thomas Preud'homme | 1 | -18/+26 |
2014-09-01 | tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about the size... | Thomas Preud'homme | 1 | -38/+45 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -4/+0 |