Age | Commit message (Expand) | Author | Files | Lines |
2015-06-25 | hash-traits.h (free_ptr_hash): New class. | Richard Sandiford | 1 | -3/+1 |
2015-06-22 | Use std::swap instead of manual swaps. | Mikhail Maltsev | 1 | -6/+2 |
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 | -6/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-22 | always define HAVE_conditional_move | Trevor Saunders | 1 | -4/+0 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 1 | -8/+4 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -6/+6 |
2015-03-06 | Remove inefficient branchless conditional negate optimization | Wilco Dijkstra | 1 | -156/+0 |
2015-02-14 | re PR tree-optimization/65053 (PostgreSQL miscompilation) | Jakub Jelinek | 1 | -0/+25 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -3/+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 | -3/+2 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -18/+15 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -8/+8 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -16/+22 |
2014-11-19 | gimple.h (gimple_build_assign_with_ops): Add unary arg overload. | Jakub Jelinek | 1 | -5/+5 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+11 |
2014-10-21 | tree-ssa-phiopt.c (value_replacement): Properly verify we are the non-singlet... | Richard Biener | 1 | -1/+1 |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -11/+12 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -2/+0 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -65/+69 |
2014-06-18 | common.opt (fssa-phiopt): New option. | Richard Biener | 1 | -0/+1 |
2014-06-04 | re PR tree-optimization/61385 (ICE on valid code at -O2 and -O3 on x86_64-lin... | Marc Glisse | 1 | -0/+4 |
2014-05-17 | re PR tree-optimization/61140 (wrong code at -O1 and above on x86_64-linux-gnu) | Marc Glisse | 1 | -0/+4 |
2014-05-08 | re PR tree-optimization/59100 (requesting optimization of safe rotate function) | Marc Glisse | 1 | -3/+109 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -1/+1 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -4/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -161/+154 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -13/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-04-14 | cfgloop.h (struct loop): Rename force_vect into force_vectorize. | Eric Botcazou | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | merge auto_vec and stack_vec | Trevor Saunders | 1 | -1/+1 |
2013-12-13 | re PR tree-optimization/45685 (missed conditional move opportunity in loop) | Jeff Law | 1 | -0/+159 |
2013-12-10 | tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field. | Jakub Jelinek | 1 | -1/+5 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+5 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -3/+3 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -1/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |