aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-strength-reduction.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-07-26gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead and unnecessa...Bill Schmidt1-6/+2
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-1/+1
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-1/+1
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford1-2/+1
2016-01-18re PR tree-optimization/68799 (lto ICE on powerpc64le-linux-gnu builing pytho...Bill Schmidt1-6/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-2/+3
2015-11-11Fix various memory leaksMartin Liska1-2/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-2/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-39/+40
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-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+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-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-6/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.Marek Polacek1-2/+2
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-13/+10
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-16/+19
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-4/+2
2014-10-30genmatch.c (capture_info::walk_c_expr): Ignore capture uses inside TREE_TYPE ().Richard Biener1-5/+5
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-4/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+1
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-17/+12
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+8
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-124/+115
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-25re PR tree-optimization/60930 (Wrong folding of - ((unsigned long long) a * (...Bill Schmidt1-7/+10
2014-04-17pass cfun to pass::executeTrevor Saunders1-32/+32
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-02re PR tree-optimization/60733 (ICE due to SLSR on valid code at -O3 on x86_64...Bill Schmidt1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-05gimple-ssa-strength-reduction.c (find_basis_for_candidate): Guard the get_alt...Yufeng Zhang1-3/+6
2013-12-04gimple-ssa-strength-reduction.c: Include tree-affine.h.Yufeng Zhang1-9/+91
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1