Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
[oota-llvm.git] / include / llvm / Analysis / AliasAnalysis.h
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-06-20 Andrew Lenharthmake AliasAnalysis know that VAArg writes memory. ...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-23 Chris Lattnerif a function doesn't access memory at all, it definite...
2004-12-17 Chris LattnerMake code fit in 80 cols
2004-12-15 Chris LattnerMake the AliasAnalysis interface more precise for commo...
2004-05-23 Chris LattnerSeveral *major* changes to the AA interfaces:
2004-04-11 Chris LattnerMake comments above APIs reflect what they should do.
2004-04-11 Chris LattnerNew method to allow more efficient clients
2004-04-10 Chris LattnerClarify interface
2004-03-15 Chris LattnerDeinline a couple of methods. Improve comment.
2004-03-15 Chris LattnerAdd two new methods which can be used to enable a bunch...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-02-10 Chris LattnerRemove some unneeded stuff
2004-01-30 Chris LattnerAdd a new pointsToConstantMemory method to the AliasAna...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicAliasAnalysis whenever...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-06-29 Chris LattnerAdd support for gathering sets of must aliases
2003-02-26 Chris LattnerCheckin of new alias analysis interface:
2002-11-06 Vikram S. AdveMake query operations non-const to allow demand-driven...
2002-08-22 Chris LattnerAdd doxygen comments to AliasAnalysis class
2002-08-22 Chris LattnerCheckin new alias analysis infrastructure