DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
[oota-llvm.git] / lib / Analysis / IPA / Andersens.cpp
2005-06-18 Andrew Lenharthcore changes for varargs
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-05 Chris Lattnerdo not crash when using -debug
2005-04-04 Chris Lattnerdo not dereference an extra layer of pointers to determ...
2005-03-29 Chris Lattnerimport all of the rest of the stubs that dsa uses for...
2005-03-29 Chris Lattnerlearn about some more functions.
2005-03-29 Chris LattnerFix a major problem with global variable initializers...
2005-03-29 Chris Lattneradd some more functions, ignore setcc for constraints!
2005-03-29 Chris LattnerHandle "known" external calls context sensitively,...
2005-03-28 Chris LattnerTeach andersens that non-escaping memory cannot be...
2005-03-28 Misha BrukmanFix grammar
2005-03-28 Chris LattnerMake anders-aa much more precise by not being completel...
2005-03-27 Chris Lattnerwrap some long lines
2005-03-27 Chris Lattnerteach andersens about undef
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-10-16 Chris LattnerAdd support
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerFix a bug that caused the pass to go into infinite...
2004-07-18 Reid Spencerbug 122:
2004-06-25 Chris LattnerFix header
2004-06-05 Chris LattnerAdd some notes so I can throw away one of my many todo...
2004-05-27 Chris LattnerFix warnings about reaching end of non-void function
2004-05-23 Chris LattnerAdd a simple implementation of Andersen's interprocedur...