summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/CallGraphSCCPass.cpp
Commit message (Expand)AuthorAge
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Avoid constructing std::strings unless pass debugging is ON.Devang Patel2007-03-05
* Make getPassManagerType() const.Devang Patel2007-02-27
* Dump function names when debug-pass=Executions is used.Devang Patel2007-02-01
* Pretty print pass managerDevang Patel2007-02-01
* Use StartPassTimer() and StopPassManager()Devang Patel2007-01-29
* Measure timings.Devang Patel2007-01-29
* Remove dead code.Devang Patel2007-01-26
* Fix typo.Devang Patel2007-01-23
* Add CallGraphSCCPass::assignPassManager().Devang Patel2007-01-23
* Add CGPassManager.Devang Patel2007-01-17
* Remove trailing whitespaceMisha Brukman2005-04-21
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Pass the callgraph not the moduleChris Lattner2004-04-20
* Add the ability for SCC passes to initialize and finalize themselvesChris Lattner2004-04-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-31
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-31
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-31