Age | Commit message (Expand) | Author | Files | Lines |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-10 | real.h (HONOR_NANS): Replace macro with 3 overloaded declarations. | Marc Glisse | 1 | -3/+3 |
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 | -14/+16 |
2014-11-18 | re PR tree-optimization/63914 (ICE in set_lattice_value, at tree-ssa-ccp.c:517) | Richard Biener | 1 | -45/+45 |
2014-11-14 | gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd valueization hook def... | Richard Biener | 1 | -1/+23 |
2014-11-14 | re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s... | Marek Polacek | 1 | -0/+3 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -0/+3 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -2/+5 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+6 |
2014-09-22 | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 1 | -49/+47 |
2014-08-04 | gimple-fold.h (gimple_fold_builtin): Remove. | Richard Biener | 1 | -48/+49 |
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 | -8/+7 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -195/+233 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -3/+2 |
2014-04-28 | re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali... | Richard Biener | 1 | -0/+19 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -35/+34 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -8/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-02-08 | re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali... | Jakub Jelinek | 1 | -22/+88 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -3/+3 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+7 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+2 |
2013-11-19 | Convert gimple types from a union to C++ inheritance | David Malcolm | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
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 |
2013-11-07 | tree-ssa-ccp.c (canonicalize_float_value): Rename to ... | Richard Biener | 1 | -8/+15 |
2013-10-31 | gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_V... | Jakub Jelinek | 1 | -9/+71 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+6 |
2013-10-02 | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 1 | -1/+0 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -2/+2 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-23 | tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy assignm... | Eric Botcazou | 1 | -0/+3 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-27 | Makefile.in (omp-low.o): Depend on $(TARGET_H). | Jakub Jelinek | 1 | -0/+16 |
2013-08-20 | tree-ssa-ccp.c (get_default_value): Remove redundant condition checks. | Zhouyi Zhou | 1 | -9/+14 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -37/+72 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -1/+1 |
2013-04-08 | re PR c++/34949 (Dead code in empty destructors.) | Jakub Jelinek | 1 | -0/+15 |
2013-02-20 | tree-call-cdce.c (tree_call_cdce): Do not remove unused locals. | Richard Biener | 1 | -1/+1 |