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