summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalIterator.h
Commit message (Expand)AuthorAge
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove unneeded typedef, patch by Morten OfstadChris Lattner2004-10-14
* Add std:: prefix for compilers without correct koenig lookup implemented.Chris Lattner2004-10-12
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Use graph traits to perform generic interval constructionChris Lattner2003-10-01
* Standardize header file commentsChris Lattner2003-09-30
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-28
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* getBasicBlocks() is not needed anymore for reading Method dataChris Lattner2001-06-27
* Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner2001-06-25
* New files due to the Intervals.h splitupChris Lattner2001-06-24