summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/PostDominators.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
| | | | | | | Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746
* Remove generic routines to Support/SetOperations.hChris Lattner2002-02-051-18/+1
| | | | llvm-svn: 1715
* Provide the right AnalysisID for postdominatorsChris Lattner2002-01-311-3/+5
| | | | llvm-svn: 1616
* Convert analyses to new pass structureChris Lattner2002-01-311-32/+57
| | | | llvm-svn: 1603
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-0/+2
| | | | llvm-svn: 1503
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
| | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
* Fix a bad assertion to be correct . The root basic block can be used by PHI ↵Chris Lattner2001-11-261-1/+3
| | | | | | nodes. llvm-svn: 1370
* Pull predecessor and successor iterators out of the CFG*.h files, and plop ↵Chris Lattner2001-10-011-6/+8
| | | | | | | | | them into the BasicBlock class where they should be. pred_begin/pred_end become methods on BasicBlock, and the cfg namespace isn't used anymore. llvm-svn: 691
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-21/+24
| | | | llvm-svn: 664
* Make sure noone branches to the entry node of the methodChris Lattner2001-08-241-0/+1
| | | | llvm-svn: 369
* Handle case where there is no exit node from a flowgraphChris Lattner2001-08-231-3/+9
| | | | llvm-svn: 365
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* Fixed post dominator frontiers! Yaay!Chris Lattner2001-07-081-1/+1
| | | | llvm-svn: 157
* Implement support for postdominators, except in dom frontiersChris Lattner2001-07-061-41/+173
| | | | llvm-svn: 142
* Checkin of new dominator calculation routines. These will be improved inChris Lattner2001-07-021-0/+239
the future to do post dominators and stuff llvm-svn: 124
OpenPOWER on IntegriCloud