summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
Commit message (Expand)AuthorAgeFilesLines
...
* re PR middle-end/62263 (Good codegen for bitwise rotate requires code that is...Jakub Jelinek2017-10-141-14/+67
* Use vec<> for constant permute masksRichard Sandiford2017-09-141-5/+6
* Use vec<> in build_vectorRichard Sandiford2017-09-141-3/+3
* Add a type_has_mode_precision_p helper functionRichard Sandiford2017-08-211-9/+5
* Add default value for last argument of dump functions.Martin Liska2017-05-161-5/+5
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR tree-optimization/77399 (Poor code generation for vector casts and loads)Richard Biener2016-10-041-0/+8
* re PR tree-optimization/77399 (Poor code generation for vector casts and loads)Richard Biener2016-09-301-4/+49
* re PR tree-optimization/77697 (suspicious code in tree-ssa-forwprop.c)Richard Biener2016-09-231-7/+6
* tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.Richard Biener2016-08-221-1/+2
* tree-ssa-forwprop.c (pass_forwprop::execute): Propagate into PHIs and update ...Richard Biener2016-08-131-0/+29
* re PR tree-optimization/70509 (wrong code with extract from a v64qi)Zdenek Sojka2016-04-051-3/+2
* re PR tree-optimization/70177 (ICE in extract_ops_from_tree starting with r23...Jakub Jelinek2016-03-111-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-15/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-11/+10
* switch from gimple to gimple*Trevor Saunders2015-09-201-40/+40
* Split up optabs.[hc]Richard Sandiford2015-09-171-1/+1
* Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders2015-08-121-2/+6
* replace several uses of the anon namespace with GCC_FINALTrevor Saunders2015-08-111-6/+2
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-18/+5
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-131-0/+22
* [PATCH]Keep location info when expand complex component-wise load/store.Renlin Li2015-02-061-0/+4
* re PR middle-end/64568 (error: invalid reference prefix)Richard Biener2015-01-161-0/+2
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-3/+14
* re PR middle-end/64568 (error: invalid reference prefix)Richard Biener2015-01-131-1/+6
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* re PR tree-optimization/64410 (gcc 25% slower than clang 3.5 for adding compl...Richard Biener2015-01-091-0/+91
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR tree-optimization/64269 (ICE with -O3 enabled on Ubuntu 14.04)Jakub Jelinek2014-12-121-2/+4
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-8/+6
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-3/+3
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-11/+11
* gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek2014-11-191-7/+5
* Always combine comparisons or conversions from booleans.Patrick Palka2014-11-171-1/+13
* match.pd: Add tcc_comparison...Richard Biener2014-11-131-121/+0
* match.pd: Implement conditional expression patterns.Richard Biener2014-11-131-73/+2
* match.pd: Implement patterns from associate_plusminus and factor in differenc...Richard Biener2014-11-111-361/+0
* match.pd: Implement pattern from simplify_mult.Richard Biener2014-11-101-55/+0
* match.pd: Implement pattern from simplify_conversion_from_bitmask.Richard Biener2014-11-101-90/+0
* match.pd: Move rest of the conversion combining patterns from tree-ssa-forwpr...Richard Biener2014-11-101-125/+8
* match.pd: Add patterns convering two conversions in a row from fold-const.c.Richard Biener2014-11-091-89/+0
* match.pd: Add patterns for POINTER_PLUS_EXPR association and special patterns...Richard Biener2014-11-071-232/+95
* match.pd: Implement bitwise binary and unary simplifications from tree-ssa-fo...Richard Biener2014-11-061-520/+2
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener2014-10-311-1/+1