aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/GlobalsModRef.cpp
AgeCommit message (Expand)Author
2005-04-22Malloc/Free have mod/ref effects. Do not allow CSE of function calls thatChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-24Simplify dead code into a fixme :)Chris Lattner
2005-03-24fix a compiler crash in runtime/libprofileChris Lattner
2005-03-23wrap a long lineChris Lattner
2005-03-23If we are calling an external function, chain to another AA to potentiallyChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2004-12-17Actually overload the virtual method. This fixesChris Lattner
2004-12-15Adjust to new alias analysis interfacesChris Lattner
2004-12-07For PR387:\Reid Spencer
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-27nuke pointless -debug outputChris Lattner
2004-07-27Fix conservative assumption, which was quite broken. Also, notice thatChris Lattner
2004-07-27Complete rewrite of this pass to be faster, use less memory, be easier toChris Lattner
2004-07-18bug 122:Reid Spencer
2004-06-28Initial checkin of a simple mod/ref analysis for global variables. This isChris Lattner