aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-24utils.c (handle_nonnull_attribute): Quote attribute name.Martin Sebor1-1/+1
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-0/+12
2019-05-16re PR target/90424 (memcpy into vector builtin not optimized)Richard Biener1-12/+37
2019-04-29tree-ssa.c (insert_debug_temp_for_var_def): For {CLOBBER} rhs issue a reset.Richard Biener1-0/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-28re PR fortran/88229 (ICE tree check: expected integer_cst, have nop_expr in g...Richard Biener1-0/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-2/+2
2018-06-05re PR c/86046 (ICE in execute_todo, at passes.c:2043)Richard Biener1-0/+6
2018-02-16re PR tree-optimization/84417 (internal compiler error: verify_gimple failed)Richard Biener1-5/+6
2018-02-16re PR c/84190 (double arithmetic on x86 no longer rounds to nearest)Richard Biener1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-12/+10
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-5/+5
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-27re PR middle-end/81502 (In some cases the data is moved to memory unnecessari...Richard Biener1-9/+34
2017-06-26re PR tree-optimization/80928 (SLP vectorization does not handle induction in...Richard Biener1-15/+18
2017-05-16Add default value for last argument of dump functions.Martin Liska1-11/+11
2017-05-14use auto_bitmap moreTrevor Saunders1-8/+4
2017-03-28OpenMP/PTX privatization in SIMD regionsAlexander Monakov1-1/+14
2017-02-17Introduce ssa_defined_default_def_p function (PR tree-optimization/79529).Martin Liska1-7/+19
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska1-1/+14
2017-01-23Speed up use-after-scope (v2): rewrite into SSAMartin Liska1-10/+59
2017-01-19re PR rtl-optimization/72488 (wrong code (SIGFPE) at -Os and above on x86_64-...Richard Biener1-15/+40
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-2/+2
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-5/+4
2016-10-07bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener1-45/+57
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-16/+14
2016-08-26re PR tree-optimization/69047 (memcpy is not as optimized as union is)Richard Biener1-8/+50
2016-08-17tree-ssa.c: Include tree-cfg.h and tree-dfa.h.Richard Biener1-0/+110
2016-06-28re PR middle-end/66867 (Suboptimal code generation for atomic_compare_exchange)Jakub Jelinek1-2/+25
2016-06-14re PR tree-optimization/71522 (Wrong optimization of memcpy through a var of ...Richard Biener1-0/+4
2016-06-08re PR tree-optimization/71452 (Wrong optimization of stores to _Bool via char*)Richard Biener1-0/+8
2016-06-04re PR tree-optimization/71405 (ICE on valid C++ code at -Os and above on x86_...Jakub Jelinek1-3/+10
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener1-3/+8
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-6/+89
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-56/+0
2016-02-09re PR middle-end/69715 (ICE: in store_bit_field_1, at expmed.c:839)Richard Biener1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17gimple-ssa.h (struct gimple_df): Remove modified_noreturn_calls field.Richard Biener1-1/+0
2015-12-03Empty the redirect_edge_var_map after each passAlan Lawrence1-4/+4
2015-11-19re PR middle-end/68117 (error: invalid PHI argument <<< Unknown tree: <invali...Richard Biener1-0/+3
2015-11-03[PR68083] don't introduce undefined behavior in ifcombineAlexandre Oliva1-0/+18
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-16/+13
2015-09-20switch from gimple to gimple*Trevor Saunders1-16/+16
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5