summaryrefslogtreecommitdiff
path: root/lib/Analysis/Makefile
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* Changed from PARALLEL_DIRS to DIRS since we're only building one directory.John Criswell2006-12-13
* Remove DSA.John Criswell2006-12-13
* 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
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Live var is now in lib/Target/SparcChris Lattner2004-01-09
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Use PARALLEL_DIRS.Vikram S. Adve2002-10-11
* Convert over to new style makefile where libraries by default build .o filesChris Lattner2002-07-23
* Rename Method to FunctionChris Lattner2002-03-23
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-06
* Added directory LiveVar/Vikram S. Adve2001-08-28
* Initial revisionChris Lattner2001-06-06