summaryrefslogtreecommitdiff
path: root/lib/VMCore/Makefile
Commit message (Expand)AuthorAge
* Rename VMCore directory to IR.Chandler Carruth2013-01-02
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-26
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-10
* Remove unnecessary RTTI from the build.Sean Silva2012-10-10
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Enable RTTI again. While this works fine for LLVM, it creates an ABINick Lewycky2010-04-14
* Turn off RTTI for VMCore. Yay!Nick Lewycky2010-04-14
* Fix 80 column ruler.Nick Lewycky2010-04-14
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* mark some libraries that currently require 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
* Fix PR2062: Don't build Intrinsics.gen in the source directory. Do it in theBill Wendling2008-03-25
* improve compatibility with mingw, patch by Alain FrischChris Lattner2008-01-15
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* Make the makefile tell us when Intrinsics.gen is being updated.Reid Spencer2006-10-26
* Fix a race condition in the makefile andrew reportedChris Lattner2006-07-20
* Fix PR835 so that touching tblgen in a way that doesn't affect intrinsicChris Lattner2006-07-20
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Don't print out the install command for Intrinsics.gen unless VERBOSE mode.Reid Spencer2006-04-14
* Update dependencies to reflect split of the Intrinsics.td fileChris Lattner2006-03-26
* Fix use of LEVEL.Reid Spencer2006-03-17
* Two fixes:Reid Spencer2006-03-17
* Bring makefile back into compliance with standard by usingReid Spencer2006-03-13
* This rule also depends on tblgenChris Lattner2006-03-09
* silly case insensitive file systems...Chris Lattner2006-03-09
* Build intrinsics.gen from intrinsics.tdChris Lattner2006-03-09
* only build .a on alphaAndrew Lenharth2005-08-14
* Testing a variable before it is defined doesn't work so well. It is a fairly...Andrew Lenharth2005-08-13
* Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth2005-08-13
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* *** empty log message ***Chris Lattner2002-07-23
* Initial revisionChris Lattner2001-06-06