aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/IntervalIterator.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-12/+21
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Fix a few typos in comments.Jakub Staszak2013-03-051-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-2/+2
* Use std::vector rather than SmallVector here because SmallVectorDuncan Sands2010-07-081-3/+3
* Do not use std::stack because it causes obscure failures whenDuncan Sands2010-07-081-10/+10
* Revert r106117, which was the result of me misreading the C++98/03Douglas Gregor2010-06-161-1/+1
* Eliminate a redundant "typename" keywordDouglas Gregor2010-06-161-1/+1
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-271-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* 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