aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Makefile
AgeCommit message (Expand)Author
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2006-12-13Changed from PARALLEL_DIRS to DIRS since we're only building one directory.John Criswell
2006-12-13Remove DSA.John Criswell
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner
2005-10-24Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-01-09Live var is now in lib/Target/SparcChris Lattner
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2002-10-11Use PARALLEL_DIRS.Vikram S. Adve
2002-07-23Convert over to new style makefile where libraries by default build .o filesChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-03-06Pull interprocedural analyses out of Analysis library into their own libChris Lattner
2001-08-28Added directory LiveVar/Vikram S. Adve
2001-06-06Initial revisionChris Lattner