Age | Commit message (Expand) | Author | Files | Lines |
2016-03-11 | re PR tree-optimization/70169 (ICE at -O1 and above on x86_64-linux-gnu in ge... | Jakub Jelinek | 1 | -3/+3 |
2016-02-23 | Use plain -fopenacc to enable OpenACC kernels processing | Thomas Schwinge | 1 | -4/+3 |
2016-01-26 | omp-low.h (oacc_fn_attrib_kernels_p): Declare. | Nathan Sidwell | 1 | -6/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-16 | Add pass_oacc_ipa | Tom de Vries | 1 | -21/+55 |
2015-11-25 | Add pass_oacc_kernels | Tom de Vries | 1 | -0/+110 |
2015-11-17 | Improve comments in pass_tree_loop_init::execute | Tom de Vries | 1 | -3/+6 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -4/+4 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 1 | -1/+1 |
2015-07-18 | fix pr46851 and pr60340: remove unmaintained omega dependence test | Sebastian Pop | 1 | -48/+0 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -12/+4 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
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-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-08-14 | re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208... | Richard Biener | 1 | -3/+50 |
2014-07-31 | Remove dead code in pass_tree_loop_init::execute | Tom de Vries | 1 | -4/+1 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -9/+0 |
2014-06-23 | tree-ssa-loop.c (gate_loop): New function. | Richard Biener | 1 | -1/+61 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -2/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -64/+64 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -35/+9 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -8/+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-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+4 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -0/+3 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+2 |
2013-10-09 | tree-flow.h: Remove all remaining prototypes... | Andrew MacLeod | 1 | -216/+0 |
2013-10-09 | tree-flow.h: Move some protoypes. | Andrew MacLeod | 1 | -343/+232 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -36/+36 |
2013-09-16 | Introduce -ftree-loop-vectorize option | Xinliang David Li | 1 | -5/+5 |
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 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -328/+645 |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -12/+12 |
2013-04-26 | tree-cfg.c (execute_build_cfg): Build the loop tree. | Richard Biener | 1 | -2/+2 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -8/+7 |
2013-03-18 | tree-ssa-loop-manip.c (find_uses_to_rename): Do not scan the whole function w... | Richard Biener | 1 | -2/+1 |
2013-02-26 | re PR tree-optimization/56426 (Segmentation fault in find_var_scev_info, at t... | Marek Polacek | 1 | -1/+4 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+19 |
2012-08-15 | timevar.def (TV_VARPOOL, [...]): Remove. | Steven Bosscher | 1 | -2/+2 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+0 |
2012-07-04 | Makefile.in (OBJS): Add graphite-optimize-isl.o. | Tobias Grosser | 1 | -1/+2 |