aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-1/+1
2018-09-142018-09-14 Bernd Edlinger msebor@redhat.com>Bernd Edlinger1-1/+1
2018-08-29re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer)Martin Sebor1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+2
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska1-1/+1
2018-07-30tree-ssa-forwprop.c (simplify_builtin_call): Don't create a not NUL terminate...Bernd Edlinger1-1/+1
2018-05-11re PR tree-optimization/85692 (Two source permute not used for vector initial...Allan Sandfeld Jensen1-26/+41
2018-01-04Allow VEC_PERM_EXPR folding to failRichard Sandiford1-1/+2
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-4/+4
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-9/+12
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02Add a vec_perm_indices_to_tree helper functionRichard Sandiford1-4/+1
2018-01-02Make vec_perm_indices use new vector encodingRichard Sandiford1-2/+3
2018-01-02Remove vec_perm_const optabRichard Sandiford1-0/+1
2018-01-02Split can_vec_perm_p into can_vec_perm_{var,const}_pRichard Sandiford1-1/+1
2017-12-21poly_int: bit_field_size/offsetRichard Sandiford1-7/+7
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford1-6/+6
2017-12-07Use tree_vector_builder instead of build_vectorRichard Sandiford1-2/+3
2017-10-14re PR middle-end/62263 (Good codegen for bitwise rotate requires code that is...Jakub Jelinek1-14/+67
2017-09-14Use vec<> for constant permute masksRichard Sandiford1-5/+6
2017-09-14Use vec<> in build_vectorRichard Sandiford1-3/+3
2017-08-21Add a type_has_mode_precision_p helper functionRichard Sandiford1-9/+5
2017-05-16Add default value for last argument of dump functions.Martin Liska1-5/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-04re PR tree-optimization/77399 (Poor code generation for vector casts and loads)Richard Biener1-0/+8
2016-09-30re PR tree-optimization/77399 (Poor code generation for vector casts and loads)Richard Biener1-4/+49
2016-09-23re PR tree-optimization/77697 (suspicious code in tree-ssa-forwprop.c)Richard Biener1-7/+6
2016-08-22tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.Richard Biener1-1/+2
2016-08-13tree-ssa-forwprop.c (pass_forwprop::execute): Propagate into PHIs and update ...Richard Biener1-0/+29
2016-04-05re PR tree-optimization/70509 (wrong code with extract from a v64qi)Zdenek Sojka1-3/+2
2016-03-11re PR tree-optimization/70177 (ICE in extract_ops_from_tree starting with r23...Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+10
2015-09-20switch from gimple to gimple*Trevor Saunders1-40/+40
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-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
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-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-0/+22
2015-02-06[PATCH]Keep location info when expand complex component-wise load/store.Renlin Li1-0/+4
2015-01-16re PR middle-end/64568 (error: invalid reference prefix)Richard Biener1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+14
2015-01-13re PR middle-end/64568 (error: invalid reference prefix)Richard Biener1-1/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-09re PR tree-optimization/64410 (gcc 25% slower than clang 3.5 for adding compl...Richard Biener1-0/+91