summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR tree-optimization/53426 (ICE:create_variable_info_for at ../../gcc-tru...Jan Hubicka2012-05-231-1/+2
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-1/+1
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-1/+1
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-4/+4
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-15/+16
* tree-ssa-structalias.c (intra_create_variable_infos): Do not create fake vari...Eric Botcazou2012-01-231-1/+2
* re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...Richard Guenther2012-01-041-6/+13
* builtins.def (BUILT_IN_STPNCPY_CHK): New definition.Romain Geissler2011-12-151-1/+4
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz2011-11-081-1/+5
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+47
* tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther2011-10-181-62/+37
* re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...Jakub Jelinek2011-10-061-9/+0
* tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle BUILT_IN_...Jakub Jelinek2011-09-301-0/+18
* tree-ssa-alias.h (pt_solution_singleton_p): Declare.Tom de Vries2011-09-261-0/+15
* tree-ssa-structalias.c (intra_create_variable_infos): Treat TYPE_RESTRICT REF...Jakub Jelinek2011-09-251-4/+5
* re PR target/47025 (Dead stores in variadic functions not eliminated)Richard Guenther2011-09-061-15/+20
* expr.c (get_inner_reference): Sign-extend the constant twos-complement offset...Richard Guenther2011-08-181-8/+17
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-1/+1
* 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