aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CFG.h
AgeCommit message (Expand)Author
2004-05-21Starting an identifier with an _ is not legal C/C++ code.Chris Lattner
2004-05-01Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.Chris Lattner
2004-04-29Add machine-CFG graph traits specializations.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-10No really, I'm not on crackChris Lattner
2003-11-10Helper methodChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-09-20Rename Function::getEntryNode -> getEntryBlockChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-04-26Revert last checkin. Note that PHI nodes can use basic blocks also!Chris Lattner
2003-04-25Remove long-dead obsolete cruftChris Lattner
2002-10-10Expose API to graph library to allow iteration over all nodes, even unreachab...Chris Lattner
2002-10-07Fix bug in last checkinChris Lattner
2002-10-07Implement operator= for SuccIteratorsChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-02-12* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner