index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AsmParser
/
Makefile
Age
Commit message (
Expand
)
Author
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-02
Remove bison specific Makefile bits for AsmParser.
Daniel Dunbar
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-11-18
Replace the original flex lexer with a hand writen one. This
Chris Lattner
2006-08-18
For PR797:
Reid Spencer
2006-07-07
These libs use EH info
Chris Lattner
2006-06-02
Fix build on systems with bad bison's
Chris Lattner
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-04-12
Make sure CVS versions of yacc and lex files get distributed.
Reid Spencer
2005-08-27
Implement PR614:
Reid Spencer
2005-02-01
Apparently := confuses makellvm
Chris Lattner
2004-10-28
Make sure that the yacc and lex output are specified as BUILT_SOURCES.
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2002-04-08
Library bumped up out of Assembly directory
Chris Lattner
2001-06-06
Initial revision
Chris Lattner