Age | Commit message (Expand) | Author | Files | Lines |
2016-05-02 | Support <, <=, > and >= for offset_int and widest_int | Richard Sandiford | 1 | -1/+1 |
2016-03-24 | re PR tree-optimization/70372 (ICE: in wide_int_to_tree, at tree.c:1488 with ... | Richard Biener | 1 | -1/+1 |
2016-03-14 | re PR tree-optimization/68714 (less folding of vector comparison) | Richard Henderson | 1 | -8/+155 |
2016-03-01 | re PR target/69994 (test case gfortran.dg/reassoc_6.f fails starting with r23... | Richard Biener | 1 | -1/+3 |
2016-02-29 | re PR target/69994 (test case gfortran.dg/reassoc_6.f fails starting with r23... | Richard Biener | 1 | -7/+63 |
2016-02-16 | re PR tree-optimization/69802 (gcc ICE at -O1 and above on valid code on x86... | Jakub Jelinek | 1 | -10/+43 |
2016-02-12 | revert: re PR tree-optimization/66726 (missed optimization, factor conversion... | Kugan Vivekanandarajah | 1 | -110/+24 |
2016-02-12 | re PR tree-optimization/66726 (missed optimization, factor conversion out of ... | Kugan Vivekanandarajah | 1 | -24/+110 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-04 | re PR tree-optimization/68671 (gcc.dg/torture/pr66952.c FAILs with -fno-tree-... | Jakub Jelinek | 1 | -1/+17 |
2015-12-04 | tree-ssa-reassoc.c (maybe_optimize_range_tests): Return boolean indicating if... | Jeff Law | 1 | -20/+47 |
2015-11-18 | re PR tree-optimization/68157 (internal compiler error: in reassoc_stmt_domin... | Jakub Jelinek | 1 | -0/+5 |
2015-11-17 | Use combined_fn in tree-ssa-reassoc.c | Richard Sandiford | 1 | -50/+36 |
2015-11-16 | Remove first_pass_instance from pass_reassoc | Tom de Vries | 1 | -6/+22 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -6/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -10/+9 |
2015-10-15 | tree-ssa-reassoc.c (attempt_builtin_copysign): Call gimple_call_builtin inste... | Marek Polacek | 1 | -1/+1 |
2015-10-14 | re PR tree-optimization/67815 (Optimize const1 * copysign (const2, y) into co... | Marek Polacek | 1 | -0/+99 |
2015-10-08 | tree-ssa-reassoc.c (dump_ops_vector): Print newline after each ops element. | Marek Polacek | 1 | -0/+1 |
2015-10-01 | remove many typedefs | Trevor Saunders | 1 | -75/+72 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -90/+91 |
2015-09-17 | Split up optabs.[hc] | Richard Sandiford | 1 | -10/+1 |
2015-09-16 | Share memory blocks between pool allocators | Mikhail Maltsev | 1 | -2/+2 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -2/+2 |
2015-07-16 | Add new object_allocator and clean-up allocator usage. | Martin Liska | 1 | -1/+1 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 1 | -2/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -17/+4 |
2015-06-25 | gengtype-parse.c (require_template_declaration): Allow '+' in template parame... | Richard Sandiford | 1 | -12/+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 | -7/+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 | -11/+8 |
2015-06-01 | tree-ssa-reassoc.c (get_rank): Simplify. | Richard Biener | 1 | -35/+8 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 1 | -5/+1 |
2015-05-09 | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 1 | -2/+2 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -1/+0 |
2015-03-14 | re PR tree-optimization/65418 (vim miscompilation) | Jakub Jelinek | 1 | -7/+6 |
2015-02-26 | re PR tree-optimization/65216 (wrong code at -O3 on x86_64-linux-gnu) | Jakub Jelinek | 1 | -2/+6 |
2015-02-14 | re PR tree-optimization/62209 (ICE with LTO on valid code on x86_64-linux-gnu) | Jakub Jelinek | 1 | -4/+28 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -2/+13 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-12 | real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations. | Marc Glisse | 1 | -2/+2 |
2014-12-10 | real.h (HONOR_NANS): Replace macro with 3 overloaded declarations. | Marc Glisse | 1 | -1/+1 |
2014-12-10 | re PR tree-optimization/61686 (Incorrect check in comparison function range_e... | Marek Polacek | 1 | -1/+1 |
2014-12-09 | re PR middle-end/64225 (-funsafe-math-optimizations generates call to pow whe... | Bill Schmidt | 1 | -0/+3 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -26/+22 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -11/+9 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -18/+22 |