aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-03re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse1-15/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-21/+2
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-05fix pr62009 use after free in redirect_edge_var_map_dupTrevor Saunders1-3/+4
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-61/+20
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-08re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)Thomas Preud'homme1-1/+17
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+3
2014-04-30passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+6
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-02-17tree-ssa.c (verify_ssa): If verify_def found an error, ICE.Richard Biener1-3/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2