[llvm-commits] [pre-11] CVS: llvm/README

John Criswell criswell at cs.uiuc.edu
Thu Aug 7 17:39:01 PDT 2003


Changes in directory llvm:

README added (r1.1.2.1)

---
Log message:

New README file for LLVM Pre-Release.  It contains a list of bug fixes and
the general spiel we send to people when we email them download information.



---
Diffs of the changes:

Index: llvm/README
diff -c /dev/null llvm/README:1.1.2.1
*** /dev/null	Thu Aug  7 17:38:55 2003
--- llvm/README	Thu Aug  7 17:38:45 2003
***************
*** 0 ****
--- 1,40 ----
+ Welcome to the Pre-Release 1.1 of LLVM!
+ 
+ LICENSE:
+ ========
+ Before using LLVM, you should read the pre-release license in LICENSE.TXT.
+ 
+ BUILDING:
+ =========
+ To build LLVM, please consult the "Getting Started" guide on the LLVM web site
+ at http://llvm.cs.uiuc.edu/docs/GettingStarted.html.
+ 
+ CHANGES:
+ ========
+ 	o The Sparc JIT is now much more stable.
+ 	o The x86 JIT performs faster.
+ 	o Bugpoint is now able to debug JIT code.
+ 	o Numerous bug fixes have been made to Sparc LLC.
+ 	o The Sparc C front-end has been fixed so that it does not fail on an
+ 	  assertion.
+ 	o A segmentation fault in gccld was fixed.
+ 	o An infinite loop in the tail recursion optimization was fixed.
+ 	o The libtool program has been updated.  This fixes several bugs with
+ 	  building dynamic libraries.
+ 	o The JIT is enabled by default on Sparc and x86.
+ 	o The configure script attempts to set OBJ_ROOT to /localhome/$USER.
+ 	o The --enable-spec/--disable-spec configure options should work.
+ 	o The Pool Allocator (which is still experimental and under development)
+ 	  does not generate incorrect code.
+ 
+ BUGS:
+ =====
+ Please see our website for information on how to report bugs
+ (http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html).
+ 
+ LLVM DEVELOPER'S MAILING LIST
+ =============================
+ The LLVM Developer's Mailing List provides announcements and general discussion
+ about LLVM.  The list is low volume.  You can subscribe to it at
+ http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev.
+ 





More information about the llvm-commits mailing list