aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Minor tweakChris Lattner2003-03-311-1/+1
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-171-1/+1
* New datastructure analysis correctly uses TargetDataChris Lattner2002-08-291-1/+1
* Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner2002-07-231-1/+3
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-071-1/+1
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* * Add support for DataStructure analysisChris Lattner2002-03-261-1/+1
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-061-1/+1
* Fix dependency problemChris Lattner2002-01-311-1/+1
* Eliminate opt libraryChris Lattner2002-01-211-1/+1
* iFix dependence orderChris Lattner2001-09-091-1/+1
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-10/+3
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-1/+2
* Update makefile for more accurate depsChris Lattner2001-07-201-2/+4
* Fix clean targetChris Lattner2001-07-181-1/+1
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-2/+2
* Initial checkin of analyze tool.Chris Lattner2001-07-031-0/+10