summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
Commit message (Expand)AuthorAge
* For PR872:Reid Spencer2006-08-18
* Undo last commit, which was committed accidentally.Reid Spencer2006-07-27
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-27
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* Link in datastructure as a relinked o fileChris Lattner2005-10-24
* Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner2005-10-24
* Two changes:Reid Spencer2005-04-22
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Wrap lines at 80 colsMisha Brukman2004-10-12
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* Tweak libraries for scev changesChris Lattner2004-04-02
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Minor tweakChris Lattner2003-03-31
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-04
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-17
* New datastructure analysis correctly uses TargetDataChris Lattner2002-08-29
* Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner2002-07-23
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* * Add support for DataStructure analysisChris Lattner2002-03-26
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-06
* Fix dependency problemChris Lattner2002-01-31
* Eliminate opt libraryChris Lattner2002-01-21
* iFix dependence orderChris Lattner2001-09-09
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Update makefile for more accurate depsChris Lattner2001-07-20
* Fix clean targetChris Lattner2001-07-18
* Reordered link line for correct static linking.Vikram S. Adve2001-07-15
* Initial checkin of analyze tool.Chris Lattner2001-07-03