aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-predcom.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-7/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-23/+23
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+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-5/+0
2015-02-18re PR tree-optimization/65063 (gcc.dg/vect/vect-double-reduc-6.c FAILs with -...Richard Biener1-1/+13
2015-02-16re PR tree-optimization/63593 (ICE: verify_gimple failed: incompatible types ...Richard Biener1-3/+17
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-5/+4
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-5/+5
2014-11-26re PR tree-optimization/62238 (ICE with LTO on valid code on x86_64-linux-gnu...Richard Biener1-4/+8
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-14/+16
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+1
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-20/+20
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-10re PR tree-optimization/59745 (internal compiler error: tree check: expected ...Jakub Jelinek1-0/+1
2014-01-07re PR tree-optimization/59643 (Predictive commoning unnecessarily punts on sc...Jakub Jelinek1-4/+31
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-0/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-22add auto_vecTrevor Saunders1-6/+2
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19re PR tree-optimization/57517 (internal compiler error: in eliminate_temp_cop...Richard Biener1-1/+5
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-11-08re PR tree-optimization/59047 (wrong code for bitfields at -O3 on x86_64-linu...Richard Biener1-4/+18
2013-11-06re PR tree-optimization/58653 (wrong code (segfaults) at -O3 on x86_64-linux-...Richard Biener1-88/+23
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-4/+2
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-0/+57
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-136/+132