summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove bytecode readerChris Lattner2007-05-061-14/+0
| | | | llvm-svn: 36882
* For PR797:Reid Spencer2006-08-251-1/+0
| | | | | | | | | | | | | | | Final commit for this bug. This removes the last EH holdouts in LLVM and turns off exception support by using the -fno-exceptions option. This leads to the following reduction in library and executable sizes: DEBUG BUILD RELEASE BUILD before after delta before after delta lib 162,328K 157,616K 4,712 17,864K 16,416K 1,448K bin 571,444K 557,156K 14,288 63,296K 56,996K 6,300K Debug Improvement: 19,000K (2.59%) Release Improvement: 7,748K (9.55%) llvm-svn: 29882
* These libs use EH infoChris Lattner2006-07-071-0/+1
| | | | llvm-svn: 29043
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-0/+1
| | | | | | | BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
* Fix library name.Reid Spencer2004-10-281-1/+1
| | | | llvm-svn: 17305
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9312
* *** empty log message ***Chris Lattner2002-07-231-2/+0
| | | | llvm-svn: 3002
* Initial revisionChris Lattner2001-06-061-0/+7
llvm-svn: 2
OpenPOWER on IntegriCloud