aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law1-94/+0
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-26tree-ssa.h (walk_use_def_chains_fn, [...]): Delete.Florian Weimer1-109/+0
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-0/+129
2013-09-17tree-flow.h (ssa_undefined_value_p): Remove prototype.Andrew MacLeod1-209/+25
2013-09-14tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka1-1/+12