| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -5/+5 |
* | Build both archive and relinked objects | Reid Spencer | 2004-10-10 | 1 | -1/+5 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+21 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 6 | -8/+8 |
* | Finegrainify namespacification | Chris Lattner | 2004-09-20 | 1 | -7/+4 |
* | Fix a nasty iterator invalidation problem I introduced yesterday. This | Chris Lattner | 2004-09-19 | 1 | -5/+5 |
* | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner | 2004-09-18 | 1 | -0/+12 |
* | When changing a function, make sure to update the CallGraphNode for the | Chris Lattner | 2004-09-18 | 1 | -0/+1 |
* | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner | 2004-09-18 | 1 | -8/+14 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 6 | -9/+9 |
* | Fix a bug that caused the pass to go into infinite loops on trivial testcases. | Chris Lattner | 2004-08-16 | 1 | -1/+2 |
* | Add standard print/dump methods to CallGraph classes. | Chris Lattner | 2004-08-08 | 1 | -16/+22 |
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -2/+1 |
* | nuke pointless -debug output | Chris Lattner | 2004-07-27 | 1 | -4/+0 |
* | Fix conservative assumption, which was quite broken. Also, notice that | Chris Lattner | 2004-07-27 | 1 | -2/+22 |
* | Complete rewrite of this pass to be faster, use less memory, be easier to | Chris Lattner | 2004-07-27 | 1 | -97/+148 |
* | bug 122: | Reid Spencer | 2004-07-18 | 4 | -15/+12 |
* | Fixes for PR341 | Chris Lattner | 2004-07-15 | 2 | -8/+6 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Initial checkin of a simple mod/ref analysis for global variables. This is | Chris Lattner | 2004-06-28 | 1 | -0/+327 |
* | Moving to lib/Analysis/DataStructure | Chris Lattner | 2004-06-28 | 1 | -87/+0 |
* | Fix header | Chris Lattner | 2004-06-25 | 1 | -1/+1 |
* | File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructure | Misha Brukman | 2004-06-22 | 1 | -258/+0 |
* | Files depend on DSA, moved to lib/Analysis/DataStructure | Misha Brukman | 2004-06-22 | 2 | -947/+0 |
* | Add some notes so I can throw away one of my many todo lists. | Chris Lattner | 2004-06-05 | 1 | -0/+6 |
* | Don't send random junk to CachedWriter's. Also remove a cast that could be | Chris Lattner | 2004-06-04 | 1 | -4/+6 |
* | Minor efficiency gain: do 1 nlogn lookup instead of two | Chris Lattner | 2004-05-28 | 1 | -7/+4 |
* | Fix warnings about reaching end of non-void function | Chris Lattner | 2004-05-27 | 1 | -0/+2 |
* | Add a simple implementation of Andersen's interprocedural pointer analysis | Chris Lattner | 2004-05-23 | 1 | -0/+1029 |
* | Fine grainify namespacification | Chris Lattner | 2004-05-09 | 1 | -4/+1 |
* | Fix a problem with double freeing memory. For some reason, CallGraph is not | Chris Lattner | 2004-05-02 | 1 | -0/+1 |
* | Plug a minor memory leak | Chris Lattner | 2004-05-02 | 1 | -0/+1 |
* | Send text and numbers directly to CachedWriter's contained ostream. | Misha Brukman | 2004-04-28 | 1 | -1/+2 |
* | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner | 2004-04-27 | 2 | -6/+6 |
* | Pass the callgraph not the module | Chris Lattner | 2004-04-20 | 1 | -2/+2 |
* | Add the ability for SCC passes to initialize and finalize themselves | Chris Lattner | 2004-04-20 | 1 | -6/+3 |
* | Change the call graph class to have TWO external nodes, making call graph | Chris Lattner | 2004-04-12 | 1 | -181/+22 |
* | Make code more readable. | Misha Brukman | 2004-03-12 | 1 | -35/+31 |
* | getNodes() is gone | Chris Lattner | 2004-02-07 | 1 | -21/+21 |
* | Cleanups | Chris Lattner | 2003-11-12 | 1 | -4/+5 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 9 | -1/+34 |
* | More additions | Chris Lattner | 2003-11-09 | 1 | -3/+4 |
* | Add more functions | Chris Lattner | 2003-11-09 | 1 | -0/+8 |
* | None of the __llvm_* functions call into the program. This makes the | Chris Lattner | 2003-11-09 | 1 | -0/+3 |
* | Fix name collision | Chris Lattner | 2003-11-05 | 1 | -2/+2 |
* | Including the symbol table in the FindUsedTypes analysis was the WRONG way | Chris Lattner | 2003-11-02 | 1 | -13/+3 |
* | Make the call graph more precise despite the hated constantpointerrefs. | Chris Lattner | 2003-10-31 | 1 | -16/+36 |
* | When someone includes CallGraph.h, make sure that they link in CallGraph.cpp | Chris Lattner | 2003-10-30 | 1 | -0/+1 |
* | Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll | Chris Lattner | 2003-10-28 | 1 | -5/+20 |
* | Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon | Chris Lattner | 2003-10-23 | 1 | -0/+11 |