For PR950:
[oota-llvm.git] / lib / Analysis / IPA / GlobalsModRef.cpp
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnereliminate static ctors from Statistics
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Reid SpencerFor PR950:
2006-10-01 Chris LattnerFixme is already done
2006-10-01 Chris LattnerTeach globalsmodref-aa to track scalar pointer global...
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2005-04-22 Chris LattnerMalloc/Free have mod/ref effects. Do not allow CSE...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-24 Chris LattnerSimplify dead code into a fixme :)
2005-03-24 Chris Lattnerfix a compiler crash in runtime/libprofile
2005-03-23 Chris Lattnerwrap a long line
2005-03-23 Chris LattnerIf we are calling an external function, chain to anothe...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-12-17 Chris LattnerActually overload the virtual method. This fixes
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-07 Reid SpencerFor PR387:\
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-27 Chris Lattnernuke pointless -debug output
2004-07-27 Chris LattnerFix conservative assumption, which was quite broken...
2004-07-27 Chris LattnerComplete rewrite of this pass to be faster, use less...
2004-07-18 Reid Spencerbug 122:
2004-06-28 Chris LattnerInitial checkin of a simple mod/ref analysis for global...