aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Makefile
AgeCommit message (Expand)Author
2010-04-14Enable RTTI again. While this works fine for LLVM, it creates an ABINick Lewycky
2010-04-14Turn off RTTI for VMCore. Yay!Nick Lewycky
2010-04-14Fix 80 column ruler.Nick Lewycky
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-01-24mark some libraries that currently require RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2008-03-25Fix PR2062: Don't build Intrinsics.gen in the source directory. Do it in theBill Wendling
2008-01-15improve compatibility with mingw, patch by Alain FrischChris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2006-10-26Make the makefile tell us when Intrinsics.gen is being updated.Reid Spencer
2006-07-20Fix a race condition in the makefile andrew reportedChris Lattner
2006-07-20Fix PR835 so that touching tblgen in a way that doesn't affect intrinsicChris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-04-14Don't print out the install command for Intrinsics.gen unless VERBOSE mode.Reid Spencer
2006-03-26Update dependencies to reflect split of the Intrinsics.td fileChris Lattner
2006-03-17Fix use of LEVEL.Reid Spencer
2006-03-17Two fixes:Reid Spencer
2006-03-13Bring makefile back into compliance with standard by usingReid Spencer
2006-03-09This rule also depends on tblgenChris Lattner
2006-03-09silly case insensitive file systems...Chris Lattner
2006-03-09Build intrinsics.gen from intrinsics.tdChris Lattner
2005-08-14only build .a on alphaAndrew Lenharth
2005-08-13Testing a variable before it is defined doesn't work so well. It is a fairly...Andrew Lenharth
2005-08-13Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2002-07-23*** empty log message ***Chris Lattner
2001-06-06Initial revisionChris Lattner