aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/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
2009-01-02Remove bison specific Makefile bits for AsmParser.Daniel Dunbar
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-11-18Replace the original flex lexer with a hand writen one. This Chris Lattner
2006-08-18For PR797:Reid Spencer
2006-07-07These libs use EH infoChris Lattner
2006-06-02Fix build on systems with bad bison'sChris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-04-12Make sure CVS versions of yacc and lex files get distributed.Reid Spencer
2005-08-27Implement PR614:Reid Spencer
2005-02-01Apparently := confuses makellvmChris Lattner
2004-10-28Make sure that the yacc and lex output are specified as BUILT_SOURCES.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2002-04-08Library bumped up out of Assembly directoryChris Lattner
2001-06-06Initial revisionChris Lattner