aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-02-06[PATCH]Keep location info when expand complex component-wise load/store.Renlin Li1-0/+2
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/+36
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-27/+29