aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalIterator.h
AgeCommit message (Expand)Author
2013-03-05Fix a few typos in comments.Jakub Staszak
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2010-07-08Use std::vector rather than SmallVector here because SmallVectorDuncan Sands
2010-07-08Do not use std::stack because it causes obscure failures whenDuncan Sands
2010-06-16Revert r106117, which was the result of me misreading the C++98/03Douglas Gregor
2010-06-16Eliminate a redundant "typename" keywordDouglas Gregor
2009-08-27eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-14Remove unneeded typedef, patch by Morten OfstadChris Lattner
2004-10-12Add std:: prefix for compilers without correct koenig lookup implemented.Chris Lattner
2004-09-03Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-01Use graph traits to perform generic interval constructionChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-28Remove all contents of the cfg namespace to the global namespaceChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-06-27getBasicBlocks() is not needed anymore for reading Method dataChris Lattner
2001-06-25Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner
2001-06-24New files due to the Intervals.h splitupChris Lattner