Pointer analysis in GCC-4.3.0 - Getting spurious pointsTo pair.

2009-06-15 Thread Seema Ravandale
Hi. Gimple code of the program I have tried to get the pointsTo information is as follow:  A = 0;  B = &A;  C = &B;  D = &C;  D.1255 = *D;  D = (int * * *) D.1255; The expected pointsTo pairs  are, B = { A } , A = { },  C = { B }, D.1255 = { B }, D = { B  C } But with GCC-4.3.0, and command lin

Updates: Workshop on Essential Abstractions in GCC, 2009

2009-05-14 Thread Seema Ravandale
Workshop on Essential Abstractions in GCC, 2009 (http://www.cse.iitb.ac.in/grc/gcc-workshop-09) - Organized by: GCC Resource Center (http://www.cse.iitb.ac.in/grc). Venue: Department

Re: ANNOUNCEMENT: Generic Data Flow Analyzer for GCC

2009-03-05 Thread Seema Ravandale
vector analysis) - Seema > Cheers, > > Manuel. > > 2009/3/4 Seema Ravandale : >> Announcement: gdfa - Generic data flow analyzer for GCC. >> Developed by: GCC resource center, IITB >> >> Patch and the Documentation can be found at the below link, >> >&g

Re: ANNOUNCEMENT: Generic Data Flow Analyzer for GCC

2009-03-05 Thread Seema Ravandale
Hi. Sorry for inconvenience. The link should work now. If it wont, then please have patience for few days. The work of server upgradation is going on, which might have coused problem. We are talking to system administrator for the same. The problem will be fixed within a couple of days. - Seema

ANNOUNCEMENT: Generic Data Flow Analyzer for GCC

2009-03-03 Thread Seema Ravandale
Announcement: gdfa - Generic data flow analyzer for GCC. Developed by: GCC resource center, IITB Patch and the Documentation can be found at the below link, http://www.cse.iitb.ac.in/grc/gdfa.html Ms. Seema S. Ravandale Project Engg, GCC Resource Center Department of Computer Science & Engg. II

Extracting Function Pointer Information??

2009-03-03 Thread Seema Ravandale
ts to foo would be stored. Is there any way to find it out? - Seema Ravandale Note: I am working on GCC-4.3.0

Re: How to use gcc source and try new optmization techniques

2008-08-20 Thread Seema Ravandale
Hi Rohan, I have already worked on cfg data structure, plugin "data flow pass" on cfg. For this purpose, following links would be useful. http://www.cse.iitb.ac.in/~uday/gcc-workshop/?file=downloads more info can be available at http://www.cse.iitb.ac.in/grc/ - Seema On Thu, Aug 21, 2008 at 6