]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-structalias.c
Factor unrelated declarations out of tree.h.
[thirdparty/gcc.git] / gcc / tree-ssa-structalias.c
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-18  Trevor Saundersremove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-15  Richard Bienerre PR middle-end/50262 (PTA doesn't disambiguate locall...
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-10-29  David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18  Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-08-23  Marc Glissere PR other/57324 (Undefined behavior issues found...
2013-08-06  Jan Hubickacgraph.c (cgraph_get_body): New function based on lto...
2013-08-05  David MalcolmAutomated conversion of passes to C++ classes
2013-07-21  Mike StumpFix typos.
2013-06-05  David Malcolmtree-ssa-structalias.c (call_stmt_vars): Make static.
2013-05-29  Jan Hubickacgraph.h (symtab_node_base): Add definition, alias...
2013-04-23  Lawrence CrowlThis patch extracts approved portions of the hash_table...
2013-03-27  Richard Bienerre PR target/56716 (during gcc 4.8.0 build on Cygwin...
2013-03-27  Richard Bienerre PR tree-optimization/37021 (Fortran Complex reductio...
2013-03-20  Richard Bienertree-ssa-structalias.c (struct variable_info): Add...
2013-03-18  Richard Bienertree-ssa-structalias.c (find): Use gcc_checking_assert.
2013-03-18  Richard Bienerre PR tree-optimization/56210 (invalid -Warray-bounds...
2013-02-04  Richard Bienerre PR middle-end/56188 (FAIL: gcc.dg/ipa/ipa-pta-10...
2013-02-04  Richard Bienerre PR c/56113 (out of memory when compiling a function...
2013-02-01  Richard Bienerre PR c/56113 (out of memory when compiling a function...
2013-01-30  Richard Bienertree-ssa-structalias.c (final_solutions, [...]): New...
2013-01-29  Richard Bienerre PR c/56113 (out of memory when compiling a function...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-07  Richard Bienerre PR tree-optimization/55890 (calling a builtin func...
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-20  Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01  Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30  Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-09-20  Martin Jamborfunction.c (push_cfun): Check old current_function_decl...
2012-09-11  Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07  Richard Guentherre PR middle-end/53667 (Cray pointer: Wrong result...
2012-09-07  Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-03  Richard Bienerre PR middle-end/54362 (COND_EXPR not understood by...
2012-08-16  Richard Guentherre PR middle-end/54146 (Very slow compile with attribut...
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
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-09  Richard Guenthertree.h (SSA_VAR_P): Simplify.
2012-08-03  Richard Guenthertree-vect-loop-manip.c (vect_can_advance_ivs_p): Query...
2012-07-20  Richard Guenthertree-dfa.c (collect_dfa_stats): Simplify.
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-23  Jan Hubickare PR tree-optimization/53426 (ICE:create_variable_info...
2012-04-20  Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Merge needed...
2012-04-18  Jan Hubickacgraph.c (cgraph_node_name): Remove.
2012-04-16  Jan Hubickacgraph.h (FOR_EACH_VARIABLE, [...]): New macros.
2012-04-14  Jan Hubickacgraph.h: Update copyrights;
2012-01-23  Eric Botcazoutree-ssa-structalias.c (intra_create_variable_infos...
2012-01-04  Richard Guentherre PR tree-optimization/49651 (nested lambdas and ...
2011-12-15  Romain Geisslerbuiltins.def (BUILT_IN_STPNCPY_CHK): New definition.
2011-11-08  Michael Matzgengtype.c (write_field_root): Avoid out-of-scope acces...
2011-11-08  Aldy HernandezMerge from transactional-memory branch.
2011-10-18  Richard Guenthertree-ssa-alias.h (struct pt_solution): Remove vars_cont...
2011-10-06  Jakub Jelinekre PR tree-optimization/49279 (Optimization incorrectly...
2011-09-30  Jakub Jelinektree-ssa-structalias.c (find_func_aliases_for_builtin_c...
2011-09-26  Tom de Vriestree-ssa-alias.h (pt_solution_singleton_p): Declare.
2011-09-25  Jakub Jelinektree-ssa-structalias.c (intra_create_variable_infos...
2011-09-06  Richard Guentherre PR target/47025 (Dead stores in variadic functions...
2011-08-18  Richard Guentherexpr.c (get_inner_reference): Sign-extend the constant...
2011-08-17  Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-07-20  Richard Guenthertree-ssa-structalias.c (new_var_info): Allocate oldsolu...
2011-07-14  Richard Guentherre PR tree-optimization/49651 (nested lambdas and ...
2011-06-30  Richard Guentheropts.c (finish_options): Do not disable IPA-PTA during...
2011-06-30  Jakub Jelinektree-ssa-structalias.c (find_func_aliases_for_builtin_c...
2011-06-30  Jakub Jelinektree-ssa-structalias.c (find_func_aliases_for_builtin_c...
2011-06-27  Jakub Jelinekbuiltin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
2011-06-22  Richard Guentherre PR tree-optimization/49493 (ICE: in insert_vi_for_tr...
2011-06-22  Jakub Jelinektree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking...
2011-06-18  Jan Hubickalto-symtab.c (lto_varpool_replace_node): Remove code...
2011-06-14  David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-06-11  Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Kill same body...
2011-04-29  Richard Guenthertree-ssa-structalias.c (get_fi_for_callee): Restructure.
2011-04-28  Richard Guentherre PR bootstrap/48804 (Bootstrap compare failure)
2011-04-28  Richard Guenthertree-ssa-structalias.c (dump_constraint): Don't end...
2011-04-28  Richard Guenthertree-ssa-structalias.c (find_func_aliases_for_builtin_c...
2011-04-27  Richard Guenthertree-ssa-structalias.c (changed_count): Remove.
2011-04-27  Richard GuentherMakefile.in (tree-ssa-structalias.o): Remove gt-tree...
2011-04-20  Richard SandifordMakefile.in (INTERNAL_FN_DEF, [...]): Define.
2011-02-10  Richard Guenthertree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_...
2011-02-01  Richard Guentherre PR tree-optimization/47541 (For integer pointers...
2011-01-25  Richard Guentherre PR tree-optimization/47426 (wrong code with -O2...
2011-01-14  Richard Guenthertree-ssa-structalias.c (new_var_info): Use DECL_HARD_RE...
2011-01-14  Richard Guentherre PR tree-optimization/47286 (Invalid code when using...
2010-11-30  Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-11-26  Richard Guentherre PR rtl-optimization/46665 (two gfortran tests fail...
2010-11-15  Richard Guentherre PR tree-optimization/46467 (gcc.dg/torture/pta-struc...
2010-11-03  Richard Guentherre PR tree-optimization/46286 (ICE in do_complex_constr...
2010-11-02  Richard Guentherre PR tree-optimization/46149 (26_numerics/valarray...
2010-10-18  Richard Guentherre PR tree-optimization/45967 (gcc-4.5.x optimizes...
2010-10-13  Richard Guentherre PR tree-optimization/45982 (PTA does not track integers)
2010-10-12  Richard Guenthertree-ssa-structalias.c (get_constraint_for_1): Constant...
2010-10-11  Nathan Froydvec.h (VEC_qsort): Define.
next