aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/IntervalPartition.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-07-24[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko1-6/+7
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer1-3/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-1/+1
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner1-1/+1
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-08-28rename destroy -> releaseMemory to properly hook into passmgr.Chris Lattner1-2/+2
2008-08-28Clear the intervals list in "destroy", patch by Chris Lattner1-0/+1
2008-06-21fix warning when assertions disabled.Chris Lattner1-2/+1
2008-03-20These passes preserve CFG.Devang Patel1-1/+1
2008-03-20Restore isCFGOnly property of various analysis passes.Devang Patel1-1/+1
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel1-1/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-05-03Drop 'const'Devang Patel1-1/+1
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel1-1/+1
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel1-1/+3
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner1-1/+1
2005-04-26Make interval partition print correctly, patch contributed byChris Lattner1-2/+2
2005-04-22Convert tabs to spacesMisha Brukman1-1/+1
2005-04-21Remove trailing whitespaceMisha Brukman1-3/+3
2005-02-22Remove use of bind_obj, deleter, and finegrainify namespacification.Chris Lattner1-18/+15
2004-12-07For PR387:\Reid Spencer1-1/+1
2004-09-03Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos1-1/+2
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-13Regularize header file commentsChris Lattner1-4/+2
2002-10-29Fix spelling of `propagate'.Misha Brukman1-3/+3
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner1-2/+0
2002-08-09*** empty log message ***Chris Lattner1-5/+5
2002-07-31*** empty log message ***Chris Lattner1-1/+1
2002-07-30Declare that these passes only depend on the CFG of the functionChris Lattner1-1/+1
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner1-1/+6
2002-07-26* Add support for different "PassType's"Chris Lattner1-0/+3
2002-06-25MEGAPATCH checkin.Chris Lattner1-6/+4
2002-05-06Mark analyses that only depend on the CFG of a functionChris Lattner1-1/+1
2002-04-28Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner1-4/+3
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner1-5/+5
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner1-8/+8
2002-01-31Convert analyses to new pass structureChris Lattner1-3/+8
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-0/+1
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner1-1/+1
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner1-1/+1
2001-07-03IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner1-1/+1
2001-07-02Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner1-2/+0