aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10tree-if-conv.c: Include params.h.Richard Biener1-2/+3
2015-12-10tree-if-conv.c (if_convertible_loop_p_1): Do not compute dependences.Richard Biener1-13/+3
2015-12-09re PR tree-optimization/68786 (Aligned masked store is generated for unaligne...Jakub Jelinek1-1/+3
2015-12-09re PR tree-optimization/68583 (Missed if-conversion)Richard Biener1-34/+13
2015-12-09Fix memory leak in tree-if-conv.cMartin Liska1-1/+1
2015-12-09re PR tree-optimization/68583 (Missed if-conversion)Richard Biener1-71/+55
2015-11-30tree-if-conv.c (struct ifc_dr): Add new tree base_predicate field.Venkataramanan Kumar1-16/+22
2015-11-17Relax trap assumptions in tree if convert.Venkataramanan Kumar1-125/+116
2015-11-10internal-fn.c (expand_MASK_LOAD): Adjust to maskload optab changes.Ilya Enkovich1-12/+24
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-7/+6
2015-10-01remove many typedefsTrevor Saunders1-8/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-37/+37
2015-09-17Split up optabs.[hc]Richard Sandiford1-1/+1
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-08-05re PR tree-optimization/67121 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-2/+17
2015-08-03tree-if-conv.c: Fix various typos in comments.Abe Skolnik1-7/+7
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-10tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Use ifcvt_could_trap_p ...Richard Biener1-22/+14
2015-07-10re PR tree-optimization/66823 (-ftree-loop-if-convert-stores miscompiles gfor...Richard Biener1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-3/+1
2015-06-25tree-hash-traits.h: New file.Richard Sandiford1-20/+3
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-20/+4
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-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-29re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Jakub Jelinek1-1/+2
2015-05-20expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.Marek Polacek1-1/+1
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-01-29re PR tree-optimization/64746 (Loop with nested load/stores is not vectorized...Yuri Rumyantsev1-21/+75
2015-01-15tree-if-conv.c: Include hash-map.h.Yuri Rumyantsev1-132/+657
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
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-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-1/+1
2014-12-01re PR tree-optimization/63941 (ICE on valid code at -O3 and above on x86_64-l...Yuri Rumyantsev1-2/+4
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-7/+8
2014-11-10tree-if-conv.c (add_to_predicate_list): Check unconditionally that bb is alwa...Yuri Rumyantsev1-8/+29
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-07-08re PR tree-optimization/61576 (wrong code at -O3 on x86_64-linux-gnu)Yuri Rumyantsev1-1/+7
2014-06-18re PR tree-optimization/61518 (wrong code (by tree vectorizer) at -O3 on x86_...Yuri Rumyantsev1-0/+14
2014-06-05re PR other/61391 (ICE in execute_one_pass at -O3 and above)Yuri Rumyantsev1-0/+3