aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CFG.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-20/+7
* Whoops! Undo r50087, unbreak the build.Nick Lewycky2008-04-221-3/+13
* Reverse r47989. Part of removing 'unwinds to' support.Nick Lewycky2008-04-221-13/+3
* Workaround for PR2207, in which pred_iterator assert gets triggered due to aScott Michel2008-04-161-1/+4
* Treat BBs that use BBs as proper predecessors and successors in the CFG.Nick Lewycky2008-03-061-7/+17
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner2007-10-111-6/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-32/+32
* Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner2005-02-011-10/+5
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Starting an identifier with an _ is not legal C/C++ code.Chris Lattner2004-05-211-7/+7
* Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.Chris Lattner2004-05-011-124/+0
* Add machine-CFG graph traits specializations.Brian Gaeke2004-04-291-0/+124
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* No really, I'm not on crackChris Lattner2003-11-101-1/+1
* Helper methodChris Lattner2003-11-101-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-3/+3
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-4/+4
* 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