re PR testsuite/79026 (The tests changed by revision r244006 now fail on darwin)
[gcc.git] / gcc / tree-ssa.c
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-18 Richard SandifordAdd SET_DECL_MODE
2016-10-09 Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-10-07 Richard Bienerbitmap.c (bitmap_elem_to_freelist): Set indx to -1.
2016-09-15 Kugan VivekanandarajahIterator to visit SSA
2016-08-26 Richard Bienerre PR tree-optimization/69047 (memcpy is not as optimiz...
2016-08-17 Richard Bienertree-ssa.c: Include tree-cfg.h and tree-dfa.h.
2016-06-28 Jakub Jelinekre PR middle-end/66867 (Suboptimal code generation...
2016-06-14 Richard Bienerre PR tree-optimization/71522 (Wrong optimization of...
2016-06-08 Richard Bienerre PR tree-optimization/71452 (Wrong optimization of...
2016-06-04 Jakub Jelinekre PR tree-optimization/71405 (ICE on valid C++ code...
2016-05-24 Richard Bienerre PR middle-end/70434 (adding an extraneous cast to...
2016-05-20 Richard Guentherre PR target/29756 (SSE intrinsics hard to use without...
2016-05-03 Richard Bienergimplify.h (get_initialized_tmp_var): Add allow_ssa...
2016-02-09 Richard Bienerre PR middle-end/69715 (ICE: in store_bit_field_1,...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-17 Richard Bienergimple-ssa.h (struct gimple_df): Remove modified_noretu...
2015-12-03 Alan LawrenceEmpty the redirect_edge_var_map after each pass
2015-11-19 Richard Bienerre PR middle-end/68117 (error: invalid PHI argument...
2015-11-03 Alexandre Oliva[PR68083] don't introduce undefined behavior in ifcombine
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-27 Richard Bienercfg.c (free_edge): Add function argument and use it...
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-02-06 Renlin Li[PATCH]Keep location info when expand complex component...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-09 Richard Bienerre PR tree-optimization/64410 (gcc 25% slower than...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-03 Marc Glissere PR tree-optimization/60770 (disappearing clobbers)
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-07 Trevor Saundersconvert the rest of the users of pointer_map to hash_map
2014-08-05 Trevor Saundersfix pr62009 use after free in redirect_edge_var_map_dup
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-09 Trevor Saundersremove has_execute
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-08 Thomas Preud'hommere PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-30 Richard Bienerpasses.c (execute_function_todo): Move TODO_verify_stmt...
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-02-17 Richard Bienertree-ssa.c (verify_ssa): If verify_def found an error...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-29 Richard Bienerre PR middle-end/59208 (ice in initialize_flags_in_bb)
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-17 Andrew MacLeodgimple.h: Reorder prototypes to match .c declaration...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-05 Jeff LawMakefile.in (OBJS): Add gimple-ssa-isolate-paths.o
2013-10-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-26 Florian Weimertree-ssa.h (walk_use_def_chains_fn, [...]): Delete.
2013-09-26 Andrew MacLeodgimple.c (gimple_replace_lhs): Move to tree-ssa.c and...
2013-09-17 Andrew MacLeodtree-flow.h (ssa_undefined_value_p): Remove prototype.
2013-09-14 Jan Hubickatree-into-ssa.c (gate_into_ssa): New.
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-04-30 Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-02-27 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-02-12 Richard Bienerre PR middle-end/56288 (always true conditional express...
2013-01-14 Richard Bienertree-cfgcleanup.c (remove_forwarder_block): Unshare...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-03 Eric Botcazoutree-ssa.c (warn_uninitialized_var): Use OPT_Wmaybe_uni...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-08-24 Martin Jamborpredict.c (maybe_hot_frequency_p): New parameter fun.
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-10 Richard Guenthertree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIE...
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-08-01 Michael Matztree-complex.c (init_parameter_lattice_values): Don...
2012-08-01 Richard Guenthertree-flow.h (struct gimple_df): Remove syms_to_rename...
2012-07-20 Richard Guenthertree-dfa.c (collect_dfa_stats): Simplify.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-16 Dehao Chenrevert: tree.h (phi_arg_d): New field.
2012-07-10 Dehao Chentree.h (phi_arg_d): New field.
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-11 Richard Guenthertree-pass.h (pass_rest_of_compilation, [...]): Remove.
2012-04-30 Dodji SeketeliFix -Wuninitialized for -ftrack-macro-expansion
2012-04-12 Richard GuentherMakefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
2012-02-24 Richard Guentherre PR tree-optimization/52361 (gcc.dg/pr48141.c times...
2012-01-18 Richard Guenthertree-ssa.c (useless_type_conversion_p): Remove special...
2011-12-05 Richard Guenthertree-ssa.c (verify_ssa): Verify SSA names in the loop...
2011-12-03 Jakub Jelinekre PR debug/50317 (missing DW_OP_GNU_implicit_pointer)
next