| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a method "getMainFunction()" that efficiently locates 'main' in a module | Chris Lattner | 2002-11-08 | 1 | -0/+6 |
* | Include HashExtras.h since it is almost always needed anyway. | Vikram S. Adve | 2002-11-08 | 2 | -0/+4 |
* | Use DSNodeHandle for persistent maps | Chris Lattner | 2002-11-08 | 4 | -6/+6 |
* | Add flag that may be used to determine if dead nodes are used. It's temporary | Chris Lattner | 2002-11-08 | 2 | -2/+8 |
* | Restore a #include because this header file needs the definitions | Vikram S. Adve | 2002-11-08 | 2 | -4/+2 |
* | Add interfaces for ResolveCallSiteModRefInfo | Chris Lattner | 2002-11-07 | 1 | -1/+6 |
* | Instead of using a bool that constant has to be explained, use a self | Chris Lattner | 2002-11-07 | 2 | -16/+26 |
* | Add new method | Chris Lattner | 2002-11-07 | 2 | -0/+18 |
* | Expose isPointerType to clients of dsanalysis | Chris Lattner | 2002-11-07 | 2 | -0/+10 |
* | Add a comment | Chris Lattner | 2002-11-06 | 2 | -0/+4 |
* | Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, | Chris Lattner | 2002-11-06 | 1 | -2/+3 |
* | Add a stub to implement the context sensitive mod/ref info for call sites | Chris Lattner | 2002-11-06 | 1 | -0/+1 |
* | Give a back pointer to the IPModRef object to the FunctionModRefInfo object | Chris Lattner | 2002-11-06 | 1 | -0/+2 |
* | Remove a couple of #includes, move some code to .cpp file | Chris Lattner | 2002-11-06 | 1 | -31/+15 |
* | Make maxSize a private variable, add a size() accessor | Chris Lattner | 2002-11-06 | 2 | -8/+12 |
* | Make PointerShift/Size be enums so they are constants instead of globals | Chris Lattner | 2002-11-06 | 2 | -4/+8 |
* | Make query operations non-const to allow demand-driven analyses. | Vikram S. Adve | 2002-11-06 | 2 | -8/+8 |
* | An implementation of the bit-vector representation of sets. | Vikram S. Adve | 2002-11-06 | 2 | -0/+478 |
* | An interprocedural analysis pass that computes flow-insensitive | Vikram S. Adve | 2002-11-06 | 1 | -0/+235 |
* | Add const version of function getNodeForValue: | Vikram S. Adve | 2002-11-06 | 2 | -0/+14 |
* | Dramatically simplify internal DSNode representation, get implementation | Chris Lattner | 2002-11-06 | 6 | -274/+156 |
* | Remove stripscalars argument to cloneInto | Chris Lattner | 2002-11-06 | 2 | -2/+2 |
* | Add a bunch of assertions | Chris Lattner | 2002-11-04 | 2 | -4/+20 |
* | Allow memory sizes to be negative, eliminate TmpRSS | Chris Lattner | 2002-11-04 | 2 | -10/+6 |
* | Generic graph iterator to enumerate the SCCs of a graph | Vikram S. Adve | 2002-11-04 | 2 | -0/+442 |
* | Implement methods needed to print out call graph | Chris Lattner | 2002-11-04 | 1 | -3/+22 |
* | Allow the call graph to be called from analyze naturally with print implemented | Chris Lattner | 2002-11-04 | 1 | -17/+6 |
* | Rename ValueMap to ScalarMap | Chris Lattner | 2002-11-03 | 2 | -22/+22 |
* | Rename NewNode flag to HeapNode | Chris Lattner | 2002-11-03 | 2 | -2/+2 |
* | Check in header file that was missing, thus broke the build | Chris Lattner | 2002-11-03 | 1 | -0/+16 |
* | Fixed comment on top of DSNode.h, added note to DSSupport.h as to why | Misha Brukman | 2002-11-02 | 4 | -4/+12 |
* | Implement the "unknown flag" which mainly consists of aligning printing code | Chris Lattner | 2002-11-02 | 2 | -14/+16 |
* | * Eliminate Scalar node type (renumber other node types) | Chris Lattner | 2002-11-02 | 2 | -18/+22 |
* | Eliminate some unneccesary #includes and forward decls | Chris Lattner | 2002-10-31 | 4 | -56/+0 |
* | Refactored DSGraph.h: | Misha Brukman | 2002-10-31 | 6 | -970/+1072 |
* | This fixes all kinds of problems with array handling. There are still bugs to | Chris Lattner | 2002-10-31 | 2 | -44/+120 |
* | New isAssociative/isCommutative inspection methods, graciously contributed by | Chris Lattner | 2002-10-31 | 1 | -0/+21 |
* | Statistic class should return const reference to *this, not a reference to | Chris Lattner | 2002-10-31 | 2 | -12/+12 |
* | Add interface to update domfrontier info, thanks to Casey Carter for impl | Chris Lattner | 2002-10-31 | 1 | -3/+21 |
* | Bug fix: need to initialize new CallArgsDescriptor pointer. | Vikram S. Adve | 2002-10-30 | 1 | -1/+1 |
* | Bug fix in setting an implicit ref. | Vikram S. Adve | 2002-10-30 | 1 | -1/+1 |
* | Allow BuildMI that helps automate construction of SSA information | Chris Lattner | 2002-10-30 | 2 | -5/+22 |
* | * Add new "Target Specific Flags" field to instruction descriptor | Chris Lattner | 2002-10-30 | 2 | -60/+56 |
* | Add new optional getRegisterInfo to TargetMachine | Chris Lattner | 2002-10-30 | 1 | -0/+7 |
* | Add support for structured printing | Chris Lattner | 2002-10-30 | 1 | -1/+3 |
* | Improve comments, add methods for structured printing | Chris Lattner | 2002-10-30 | 1 | -11/+20 |
* | Add method | Chris Lattner | 2002-10-29 | 1 | -0/+6 |
* | Add capability to have machine instruction autoinsert when it is created | Chris Lattner | 2002-10-29 | 2 | -12/+18 |
* | Fixed spelling of `propagation'. | Misha Brukman | 2002-10-29 | 3 | -3/+3 |
* | Eliminate virtual methods that are sparc specific | Chris Lattner | 2002-10-29 | 1 | -19/+0 |