aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* Fine grainify namespacificationChris Lattner2004-05-091-4/+1
* Fix a problem with double freeing memory. For some reason, CallGraph is notChris Lattner2004-05-021-0/+1
* Plug a minor memory leakChris Lattner2004-05-021-0/+1
* Send text and numbers directly to CachedWriter's contained ostream.Misha Brukman2004-04-281-1/+2
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-272-6/+6
* Pass the callgraph not the moduleChris Lattner2004-04-201-2/+2
* Add the ability for SCC passes to initialize and finalize themselvesChris Lattner2004-04-201-6/+3
* Change the call graph class to have TWO external nodes, making call graphChris Lattner2004-04-121-181/+22
* Make code more readable.Misha Brukman2004-03-121-35/+31
* getNodes() is goneChris Lattner2004-02-071-21/+21
* CleanupsChris Lattner2003-11-121-4/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-119-1/+34
* More additionsChris Lattner2003-11-091-3/+4
* Add more functionsChris Lattner2003-11-091-0/+8
* None of the __llvm_* functions call into the program. This makes theChris Lattner2003-11-091-0/+3
* Fix name collisionChris Lattner2003-11-051-2/+2
* Including the symbol table in the FindUsedTypes analysis was the WRONG wayChris Lattner2003-11-021-13/+3
* Make the call graph more precise despite the hated constantpointerrefs.Chris Lattner2003-10-311-16/+36
* When someone includes CallGraph.h, make sure that they link in CallGraph.cppChris Lattner2003-10-301-0/+1
* Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.llChris Lattner2003-10-281-5/+20
* Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eonChris Lattner2003-10-231-0/+11
* This is a disgusting hack that improves code substantially, by makingChris Lattner2003-10-221-2/+122
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-209-0/+63
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* Regularize header file commentsChris Lattner2003-10-132-2/+2
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-201-27/+24
* These two conditions are not exclusive!!Chris Lattner2003-09-151-3/+6
* Make the print output more usefulChris Lattner2003-09-151-3/+7
* Fixed spelling and grammar.Misha Brukman2003-09-112-2/+2
* Replace M with F when refering to functionsChris Lattner2003-08-311-11/+11
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-313-16/+16
* Don't explicitly use the SCC classChris Lattner2003-08-311-2/+2
* Remove dead varChris Lattner2003-08-311-1/+0
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-312-8/+8
* Remove explicit passing of SCC's around as objects.Chris Lattner2003-08-311-6/+5
* Move the getAnalysisUsage method from the header fileChris Lattner2003-08-311-2/+12
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-313-4/+4
* Minor cleanupsChris Lattner2003-08-311-14/+9
* Indent classes correctly in the namespaceChris Lattner2003-08-311-46/+56
* * CleanupsChris Lattner2003-08-311-38/+30
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-311-0/+30
* Remove unnecessary use of NonCopyableChris Lattner2003-08-061-5/+4
* Adjust for new DSGraph APIChris Lattner2003-06-301-1/+1
* Fix bug: CBackend/2003-05-31-MissingStructName.llChris Lattner2003-05-311-0/+1
* Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner2003-05-291-4/+2
* Implement optimization for direct function call case. This dramaticallyChris Lattner2003-02-051-2/+2
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-011-3/+3
* * Eliminate boolean arguments in favor of using enumsChris Lattner2003-01-231-2/+2
* Remove #includesChris Lattner2002-12-121-2/+0