summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAge
* move calltarget to dsaAndrew Lenharth2006-05-29
* Since there was interest on the mailing list, this is a utility pass thatAndrew Lenharth2006-05-29
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* updates for recent changesChris Lattner2006-03-03
* Add explicit iostream #includesChris Lattner2006-01-22
* Add a new CallGraph::getOrInsertFunction for clients to use when updatingChris Lattner2006-01-14
* add a dump method to CallGraphChris Lattner2006-01-14
* Remove unused inclusion of SymbolTable.hReid Spencer2006-01-10
* Separate the call graph implementation from its interface. This implementsChris Lattner2005-12-22
* Remove this pass, it is not usefulChris Lattner2005-10-24
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-24
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-24
* move this to the analyze toolChris Lattner2005-10-24
* core changes for varargsAndrew Lenharth2005-06-18
* Malloc/Free have mod/ref effects. Do not allow CSE of function calls thatChris Lattner2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* do not crash when using -debugChris Lattner2005-04-05
* do not dereference an extra layer of pointers to determine if an externalChris Lattner2005-04-04
* import all of the rest of the stubs that dsa uses for direct comparisonChris Lattner2005-03-29
* learn about some more functions.Chris Lattner2005-03-29
* Fix a major problem with global variable initializers. This could causeChris Lattner2005-03-29
* add some more functions, ignore setcc for constraints!Chris Lattner2005-03-29
* Handle "known" external calls context sensitively, add support for reallocChris Lattner2005-03-29
* Teach andersens that non-escaping memory cannot be mod/ref'd by external fn c...Chris Lattner2005-03-28
* Fix grammarMisha Brukman2005-03-28
* Make anders-aa much more precise by not being completely pessimistic aboutChris Lattner2005-03-28
* wrap some long linesChris Lattner2005-03-27
* teach andersens about undefChris Lattner2005-03-27
* Simplify dead code into a fixme :)Chris Lattner2005-03-24
* fix a compiler crash in runtime/libprofileChris Lattner2005-03-24
* wrap a long lineChris Lattner2005-03-23
* If we are calling an external function, chain to another AA to potentiallyChris Lattner2005-03-23
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-08
* Actually overload the virtual method. This fixesChris Lattner2004-12-17
* Adjust to new alias analysis interfacesChris Lattner2004-12-15
* For PR387:\Reid Spencer2004-12-07
* For PR387:\Reid Spencer2004-12-07
* Mission accomplished!Chris Lattner2004-11-19
* Fix library name.Alkis Evlogimenos2004-10-28
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Add supportChris Lattner2004-10-16
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Build both archive and relinked objectsReid Spencer2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Finegrainify namespacificationChris Lattner2004-09-20
* Fix a nasty iterator invalidation problem I introduced yesterday. ThisChris Lattner2004-09-19