aboutsummaryrefslogtreecommitdiff
path: root/gcc/sese.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar1-6/+16
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-0/+1
2015-10-07remove unused codeAditya Kumar1-1/+0
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-51/+52
2015-10-06Early exit to avoid redundant computationsAditya Kumar1-17/+15
2015-10-01Rename gimple_bb to gimple_poly_bbAditya Kumar1-2/+3
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop1-1/+27
2015-09-28fix bootstrap due to unused variable warningAditya Kumar1-1/+1
2015-09-28re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen)Aditya Kumar1-2/+12
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+8
2015-09-08Remove limit_scopsAditya Kumar1-5/+75
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-2/+1
2015-06-25tree-hash-traits.h (tree_ssa_name_hasher): New class.Richard Sandiford1-16/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-0/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-6/+7
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-7/+7
2014-07-09convert some hash_table to hash_mapTrevor Saunders1-72/+17
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-13/+11
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-0/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-17/+49
2013-04-02Remove unused symbols related to ivtype_map.Lawrence Crowl1-41/+0
2013-03-29Remove various unused items.Lawrence Crowl1-8/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-13/+13
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-4/+2
2012-08-14gimplify.c (create_tmp_from_val): Mark temporary with DECL_GIMPLE_REG_P here ...Richard Guenther1-3/+2
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-4/+2
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-2/+2
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-2/+2