summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.Richard Guenther2011-07-201-11/+19
* re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...Richard Guenther2011-07-141-2/+11
* opts.c (finish_options): Do not disable IPA-PTA during ltrans.Richard Guenther2011-06-301-32/+58
* tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...Jakub Jelinek2011-06-301-1/+14
* tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...Jakub Jelinek2011-06-301-1/+3
* builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek2011-06-271-0/+2
* re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...Richard Guenther2011-06-221-13/+13
* tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek2011-06-221-1/+19
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-5/+13
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+2
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-10/+15
* tree-ssa-structalias.c (get_fi_for_callee): Restructure.Richard Guenther2011-04-291-28/+18
* re PR bootstrap/48804 (Bootstrap compare failure)Richard Guenther2011-04-281-1/+2
* tree-ssa-structalias.c (dump_constraint): Don't end the line.Richard Guenther2011-04-281-68/+79
* tree-ssa-structalias.c (find_func_aliases_for_builtin_call): New function spl...Richard Guenther2011-04-281-318/+349
* tree-ssa-structalias.c (changed_count): Remove.Richard Guenther2011-04-271-63/+20
* Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther2011-04-271-119/+34
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-0/+3
* tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.Richard Guenther2011-02-101-2/+1
* re PR tree-optimization/47541 (For integer pointers, the value of ++*p is no...Richard Guenther2011-02-011-0/+13
* re PR tree-optimization/47426 (wrong code with -O2 -fipa-pta)Richard Guenther2011-01-251-7/+36
* tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.Richard Guenther2011-01-141-1/+2
* re PR tree-optimization/47286 (Invalid code when using register ... asm)Richard Guenther2011-01-141-1/+4
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR rtl-optimization/46665 (two gfortran tests fail with -O[2s] -fipa-pta -...Richard Guenther2010-11-261-1/+1
* re PR tree-optimization/46467 (gcc.dg/torture/pta-structcopy-1.c FAILs with -...Richard Guenther2010-11-151-4/+8
* re PR tree-optimization/46286 (ICE in do_complex_constraint, at tree-ssa-stru...Richard Guenther2010-11-031-5/+4
* re PR tree-optimization/46149 (26_numerics/valarray/27867.cc FAILs with -O2 -...Richard Guenther2010-11-021-0/+32
* re PR tree-optimization/45967 (gcc-4.5.x optimizes code with side-effects away)Richard Guenther2010-10-181-131/+90
* re PR tree-optimization/45982 (PTA does not track integers)Richard Guenther2010-10-131-9/+24
* tree-ssa-structalias.c (get_constraint_for_1): Constants only point to nonloc...Richard Guenther2010-10-121-1/+10
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-4/+1
* re PR tree-optimization/45623 (GCC 4.5.[01] breaks our ffi on Linux64. ABI br...Richard Guenther2010-09-161-23/+60
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-39/+39
* re PR tree-optimization/45120 (-fipa-pta causes FAIL: gcc.c-torture/execute/p...Richard Guenther2010-07-291-4/+5
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-4/+4
* re PR tree-optimization/44946 (ICE: in get_constraint_for_component_ref, at t...Richard Biener2010-07-151-3/+9
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka2010-07-071-3/+6
* tree-ssa-structalias.c (pt_solution_set_var): New function.Richard Guenther2010-07-021-0/+11
* tree-ssa-structalias.c (find_func_aliases): Handle pointer alignment via BIT_...Richard Guenther2010-07-021-0/+8
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-5/+15
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-3/+2
* re PR tree-optimization/44377 (ICE: gimple check: expected gimple_return(erro...Richard Guenther2010-06-021-1/+0
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.Richard Guenther2010-05-311-0/+20
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-5/+5
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+1
* tree-ssa-structalias.c: Remove tm_p.h from include.Andreas Tobler2010-05-221-1/+0
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0