aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/Interval.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-07-24[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko1-3/+0
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer1-9/+6
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-2/+3
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-3/+2
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner1-2/+1
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner1-10/+12
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2005-04-21Remove trailing whitespaceMisha Brukman1-3/+3
2004-07-15Fixes for PR341Chris Lattner1-7/+10
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+2
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-13Regularize header file commentsChris Lattner1-1/+1
2002-07-31*** empty log message ***Chris Lattner1-1/+1
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner1-0/+17
2002-04-28Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner1-3/+3
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner1-2/+3
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner1-5/+3
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner1-1/+0
2001-06-24IntervalPartition & IntervalIterator classes have been split out intoChris Lattner1-197/+4
2001-06-24Prepare for split between Interval, IntervalIterator, and IntervalIPartitionChris Lattner1-2/+2
2001-06-22Interval::HeaderNode is now accessed thorugh an accessor functionChris Lattner1-1/+1
2001-06-21Implement the new Interval::isLoop methodChris Lattner1-0/+29
2001-06-20Add capability to build a derived interval graphChris Lattner1-44/+153
2001-06-20Initial Checking of Interval handling codeChris Lattner1-0/+85