aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-29/+29
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-5/+5
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-4/+0
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-43/+39
2012-09-07re PR middle-end/53667 (Cray pointer: Wrong result with optimizations)Richard Guenther1-11/+25
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-4/+3
2012-09-03re PR middle-end/54362 (COND_EXPR not understood by either alias or ITM)Richard Biener1-0/+12
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-2/+4
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-12/+12
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-2/+2
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-20/+31
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther1-5/+5
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-3/+3
2012-07-20tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther1-9/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-23re PR tree-optimization/53426 (ICE:create_variable_info_for at ../../gcc-tru...Jan Hubicka1-1/+2
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-1/+1
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-1/+1
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-4/+4
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-15/+16
2012-01-23tree-ssa-structalias.c (intra_create_variable_infos): Do not create fake vari...Eric Botcazou1-1/+2
2012-01-04re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...Richard Guenther1-6/+13
2011-12-15builtins.def (BUILT_IN_STPNCPY_CHK): New definition.Romain Geissler1-1/+4
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-1/+5
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+47
2011-10-18tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther1-62/+37
2011-10-06re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...Jakub Jelinek1-9/+0
2011-09-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle BUILT_IN_...Jakub Jelinek1-0/+18
2011-09-26tree-ssa-alias.h (pt_solution_singleton_p): Declare.Tom de Vries1-0/+15
2011-09-25tree-ssa-structalias.c (intra_create_variable_infos): Treat TYPE_RESTRICT REF...Jakub Jelinek1-4/+5
2011-09-06re PR target/47025 (Dead stores in variadic functions not eliminated)Richard Guenther1-15/+20
2011-08-18expr.c (get_inner_reference): Sign-extend the constant twos-complement offset...Richard Guenther1-8/+17
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-1/+1
2011-07-20tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.Richard Guenther1-11/+19
2011-07-14re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...Richard Guenther1-2/+11
2011-06-30opts.c (finish_options): Do not disable IPA-PTA during ltrans.Richard Guenther1-32/+58
2011-06-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...Jakub Jelinek1-1/+14
2011-06-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...Jakub Jelinek1-1/+3
2011-06-27builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek1-0/+2
2011-06-22re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...Richard Guenther1-13/+13
2011-06-22tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek1-1/+19
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-5/+13
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-10/+15
2011-04-29tree-ssa-structalias.c (get_fi_for_callee): Restructure.Richard Guenther1-28/+18
2011-04-28re PR bootstrap/48804 (Bootstrap compare failure)Richard Guenther1-1/+2
2011-04-28tree-ssa-structalias.c (dump_constraint): Don't end the line.Richard Guenther1-68/+79
2011-04-28tree-ssa-structalias.c (find_func_aliases_for_builtin_call): New function spl...Richard Guenther1-318/+349