summaryrefslogtreecommitdiff
path: root/lib/Analysis/IntervalPartition.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* rename destroy -> releaseMemory to properly hook into passmgr.Chris Lattner2008-08-28
* Clear the intervals list in "destroy", patch by Chris Lattner2008-08-28
* fix warning when assertions disabled.Chris Lattner2008-06-21
* These passes preserve CFG.Devang Patel2008-03-20
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-20
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* Make interval partition print correctly, patch contributed byChris Lattner2005-04-26
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove use of bind_obj, deleter, and finegrainify namespacification.Chris Lattner2005-02-22
* For PR387:\Reid Spencer2004-12-07
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* Fix spelling of `propagate'.Misha Brukman2002-10-29
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* *** empty log message ***Chris Lattner2002-08-09
* *** empty log message ***Chris Lattner2002-07-31
* Declare that these passes only depend on the CFG of the functionChris Lattner2002-07-30
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* * Add support for different "PassType's"Chris Lattner2002-07-26
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Mark analyses that only depend on the CFG of a functionChris Lattner2002-05-06
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Convert analyses to new pass structureChris Lattner2002-01-31
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-03
* Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner2001-07-02
* Miscellaneous cleanups:Chris Lattner2001-06-27
* IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner2001-06-25
* New file due to the Intervals.h splitupChris Lattner2001-06-24