aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/TopDownClosure.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling2006-11-171-15/+10
* debug type for DSA TDAndrew Lenharth2006-11-071-1/+1
* Move some warnings to debug mode.Andrew Lenharth2006-10-131-2/+2
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-1/+1
* Add explicit iostream #includesChris Lattner2006-01-221-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* fix some VC compilation problems, thanks to Jeff C for pointing this out!Chris Lattner2005-04-021-4/+3
* use a callee_iterator typedef.Chris Lattner2005-04-021-3/+2
* Change the ActualCallees callgraph from hash_multimap<Instruction,Function>Chris Lattner2005-04-021-32/+23
* Fix a crash while promoting a value out of a loop from a global variableChris Lattner2005-03-241-1/+10
* When making a clone of a DSGraph from the BU pass, make sure to remember thatChris Lattner2005-03-221-1/+8
* add some timers, don't clone aux nodesChris Lattner2005-03-221-2/+29
* Enhance the TD pass to build composite graphs when we have indirect callChris Lattner2005-03-211-17/+108
* 'note to self'Chris Lattner2005-03-211-2/+5
* Change the way that the TD pass inlines graphs. Instead of inlining eachChris Lattner2005-03-211-72/+87
* Don't strip modref bits when inlining down the call graph. This fixesChris Lattner2005-03-201-1/+1
* This call is always a noop, remove it.Chris Lattner2005-03-201-9/+0
* Make use of simpler DSNode methods.Chris Lattner2005-03-201-5/+3
* Create an equivalence class of global variables that DSA will never be ableChris Lattner2005-03-191-3/+4
* Start using retnodes_* for iteration.Chris Lattner2005-03-151-4/+3
* Fix the Regression/Transforms/DSAnalysis/recursion.ll regression.Chris Lattner2005-02-041-4/+3
* Fix some scary bugs that VC++ detected.Chris Lattner2005-01-311-1/+1
* * Make some methods more const correct.Chris Lattner2005-01-301-18/+14
* Make -ds-aa more useful, allowing it to be updated as xforms hack on the prog...Chris Lattner2005-01-241-0/+53
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-071-2/+2
* Wrapped code and comments at 80 cols; doxygenified some comments.Misha Brukman2004-04-291-2/+3
* Instead of callign removeTriviallyDeadNodes on the global graph every timeChris Lattner2004-02-081-0/+2
* Remove another unneeded call.Chris Lattner2004-02-081-1/+0
* In the TD pass, iterate over globals directly instead of through the whole sc...Chris Lattner2004-01-281-9/+8
* In the TD pass, don't iterate over the scalar map to find the globals, iterat...Chris Lattner2004-01-281-3/+2
* Rewrite to use the reachability cloner interface. Also, make this much moreChris Lattner2004-01-271-58/+39
* Eliminated the CompletedNodes argument to the cloneReachable* methods. ThisChris Lattner2004-01-221-2/+1
* Fine-grainify namespaces for this libraryChris Lattner2003-11-121-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* This doesn't use DSCallSiteIteratorChris Lattner2003-11-081-1/+1
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Functions reachable from the arguments of unresolvable call nodes shouldChris Lattner2003-09-201-1/+13
* Do not mark incoming arguments to functions complete if the function is point...Chris Lattner2003-09-201-10/+30
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-201-2/+4
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-0/+1
* (1) Rematerialize nodes from the globals graph into the current graphVikram S. Adve2003-07-161-57/+84
* Remove space at end of lineChris Lattner2003-07-021-1/+1
* Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...Chris Lattner2003-07-021-36/+35
* Try using trivially dead deletionChris Lattner2003-07-021-0/+1
* Complete rewrite of td passChris Lattner2003-07-021-103/+101
* Rework TD pass to work with the precise call graph constructed by the BU phaseChris Lattner2003-07-011-113/+147
* Remove dead methodChris Lattner2003-06-301-27/+0
* Do not multiply delete graphs if functions are sharing graphsChris Lattner2003-06-301-4/+6