summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA/PgmDependenceGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner2003-05-291-4/+2
| | | | llvm-svn: 6397
* Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,Vikram S. Adve2002-12-081-0/+250
i.e., enumerates all data and control dependences for the function. llvm-svn: 4958
OpenPOWER on IntegriCloud