[PATCH][6/n] Alias housekeeping

2011-04-29 Thread Richard Guenther
This makes PTA handle OBJ_TYPE_REF (not sure why I thought we need to give up). Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2011-04-29 Richard Guenther * tree-ssa-structalias.c (get_fi_for_callee): Restructure. Handle OBJ_TYPE_REF.

[PATCH][6/n] Alias housekeeping

2011-04-28 Thread Richard Guenther
This changes PTA graph dumps to DOT format and dumps before and after solving. It also moves succ graph building after freeing substitution info, reducing peak memory usage slightly. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2011-04-28 Richard Guenther