[PM/AA] Clean up and homogenize comments throughout basic-aa.
[oota-llvm.git] / lib / Analysis / IntervalPartition.cpp
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-28 Chris Lattnerrename destroy -> releaseMemory to properly hook into...
2008-08-28 Chris LattnerClear the intervals list in "destroy", patch by
2008-06-21 Chris Lattnerfix warning when assertions disabled.
2008-03-20 Devang PatelThese passes preserve CFG.
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2005-04-26 Chris LattnerMake interval partition print correctly, patch contribu...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-22 Chris LattnerRemove use of bind_obj, deleter, and finegrainify names...
2004-12-07 Reid SpencerFor PR387:\
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-09 Chris Lattner*** empty log message ***
2002-07-31 Chris Lattner*** empty log message ***
2002-07-30 Chris LattnerDeclare that these passes only depend on the CFG of...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-02 Chris LattnerMoved deleter to include/llvm/Tools/STLExtras.h
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-25 Chris LattnerIntervalPartition: recode to use IntervalIterator to...
2001-06-24 Chris LattnerNew file due to the Intervals.h splitup