summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalIterator.h
Commit message (Expand)AuthorAge
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* Fix a few typos in comments.Jakub Staszak2013-03-05
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Use std::vector rather than SmallVector here because SmallVectorDuncan Sands2010-07-08
* Do not use std::stack because it causes obscure failures whenDuncan Sands2010-07-08
* Revert r106117, which was the result of me misreading the C++98/03Douglas Gregor2010-06-16
* Eliminate a redundant "typename" keywordDouglas Gregor2010-06-16
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* 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