aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CFG.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* Revert last checkin. Note that PHI nodes can use basic blocks also!Chris Lattner2003-04-261-1/+8
* Remove long-dead obsolete cruftChris Lattner2003-04-251-10/+2
* Expose API to graph library to allow iteration over all nodes, even unreachab...Chris Lattner2002-10-101-1/+10
* Fix bug in last checkinChris Lattner2002-10-071-0/+1
* Implement operator= for SuccIteratorsChris Lattner2002-10-071-0/+5
* *** empty log message ***Chris Lattner2002-07-241-3/+7
* MEGAPATCH checkin.Chris Lattner2002-06-251-4/+4
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-18/+20
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-12/+133
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-121-0/+115