summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA/GlobalsModRef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-11/+11
* Simplify dead code into a fixme :)Chris Lattner2005-03-241-13/+4
* fix a compiler crash in runtime/libprofileChris Lattner2005-03-241-1/+1
* wrap a long lineChris Lattner2005-03-231-1/+2
* If we are calling an external function, chain to another AA to potentiallyChris Lattner2005-03-231-8/+20
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Actually overload the virtual method. This fixesChris Lattner2004-12-171-1/+2
* Adjust to new alias analysis interfacesChris Lattner2004-12-151-10/+8
* For PR387:\Reid Spencer2004-12-071-0/+3
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* nuke pointless -debug outputChris Lattner2004-07-271-4/+0
* Fix conservative assumption, which was quite broken. Also, notice thatChris Lattner2004-07-271-2/+22
* Complete rewrite of this pass to be faster, use less memory, be easier toChris Lattner2004-07-271-97/+148
* bug 122:Reid Spencer2004-07-181-4/+2
* Initial checkin of a simple mod/ref analysis for global variables. This isChris Lattner2004-06-281-0/+327