| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon | Chris Lattner | 2003-10-23 | 1 | -0/+11 |
* | This is a disgusting hack that improves code substantially, by making | Chris Lattner | 2003-10-22 | 1 | -2/+122 |
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 9 | -0/+63 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 1 | -1/+1 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 2 | -2/+2 |
* | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner | 2003-09-20 | 1 | -27/+24 |
* | These two conditions are not exclusive!! | Chris Lattner | 2003-09-15 | 1 | -3/+6 |
* | Make the print output more useful | Chris Lattner | 2003-09-15 | 1 | -3/+7 |
* | Fixed spelling and grammar. | Misha Brukman | 2003-09-11 | 2 | -2/+2 |
* | Replace M with F when refering to functions | Chris Lattner | 2003-08-31 | 1 | -11/+11 |
* | Rename TarjanSCCIterator -> scc_iterator | Chris Lattner | 2003-08-31 | 3 | -16/+16 |
* | Don't explicitly use the SCC class | Chris Lattner | 2003-08-31 | 1 | -2/+2 |
* | Remove dead var | Chris Lattner | 2003-08-31 | 1 | -1/+0 |
* | The SCC::HasLoop method is now in the main iterator | Chris Lattner | 2003-08-31 | 2 | -8/+8 |
* | Remove explicit passing of SCC's around as objects. | Chris Lattner | 2003-08-31 | 1 | -6/+5 |
* | Move the getAnalysisUsage method from the header file | Chris Lattner | 2003-08-31 | 1 | -2/+12 |
* | The tarjan iterator now returns a reference to the current SCC, not a possibl... | Chris Lattner | 2003-08-31 | 3 | -4/+4 |
* | Minor cleanups | Chris Lattner | 2003-08-31 | 1 | -14/+9 |
* | Indent classes correctly in the namespace | Chris Lattner | 2003-08-31 | 1 | -46/+56 |
* | * Cleanups | Chris Lattner | 2003-08-31 | 1 | -38/+30 |
* | Initial checkin of the CallGraphSCCPass class | Chris Lattner | 2003-08-31 | 1 | -0/+30 |
* | Remove unnecessary use of NonCopyable | Chris Lattner | 2003-08-06 | 1 | -5/+4 |
* | Adjust for new DSGraph API | Chris Lattner | 2003-06-30 | 1 | -1/+1 |
* | Fix bug: CBackend/2003-05-31-MissingStructName.ll | Chris Lattner | 2003-05-31 | 1 | -0/+1 |
* | Eliminate unnecessary ->get calls that are now automatically handled. | Chris Lattner | 2003-05-29 | 1 | -4/+2 |
* | Implement optimization for direct function call case. This dramatically | Chris Lattner | 2003-02-05 | 1 | -2/+2 |
* | Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) | Chris Lattner | 2003-02-01 | 1 | -3/+3 |
* | * Eliminate boolean arguments in favor of using enums | Chris Lattner | 2003-01-23 | 1 | -2/+2 |
* | Remove #includes | Chris Lattner | 2002-12-12 | 1 | -2/+0 |
* | Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, | Vikram S. Adve | 2002-12-08 | 1 | -0/+250 |
* | An explicit representation of dependence graphs, and a pass that | Vikram S. Adve | 2002-12-08 | 2 | -0/+571 |
* | (1) Bug fix that was causing nodes with dangling references to be freed. | Vikram S. Adve | 2002-11-27 | 1 | -77/+201 |
* | Fix bug | Chris Lattner | 2002-11-11 | 1 | -3/+2 |
* | Reduce amount of work needed to compute ip/modref | Chris Lattner | 2002-11-08 | 1 | -1/+2 |
* | Fix IPModRef to use new DS interface | Chris Lattner | 2002-11-08 | 1 | -8/+1 |
* | Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d... | Chris Lattner | 2002-11-07 | 1 | -4/+56 |
* | Fix problem with dangling referrers | Chris Lattner | 2002-11-07 | 1 | -1/+4 |
* | Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, | Chris Lattner | 2002-11-06 | 1 | -6/+18 |
* | Add a stub to implement the context sensitive mod/ref info for call sites | Chris Lattner | 2002-11-06 | 1 | -12/+23 |
* | Give a back pointer to the IPModRef object to the FunctionModRefInfo object | Chris Lattner | 2002-11-06 | 1 | -4/+6 |
* | Remove a couple of #includes, move some code from .h file | Chris Lattner | 2002-11-06 | 1 | -8/+32 |
* | An interprocedural analysis pass that computes flow-insensitive | Vikram S. Adve | 2002-11-06 | 1 | -0/+218 |
* | Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. | Vikram S. Adve | 2002-11-04 | 1 | -0/+93 |
* | Allow the call graph to be called from analyze naturally with print implemented | Chris Lattner | 2002-11-04 | 1 | -6/+5 |
* | Make users of FindUsedTypes not have problems with linkage. This fixes | Chris Lattner | 2002-09-24 | 1 | -0/+3 |
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 3 | -3/+0 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 3 | -7/+5 |
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 2 | -0/+4 |
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -3/+2 |