aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
Commit message (Collapse)AuthorAgeFilesLines
* Update release notes regarding thread-safe JIT.Reid Spencer2005-07-121-4/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22405 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixed.John Criswell2005-06-291-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22313 91177308-0d34-0410-b5e6-96231b3b80d8
* Reid linked to the CVS release notes on newsforge :(Chris Lattner2005-05-181-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22126 91177308-0d34-0410-b5e6-96231b3b80d8
* New Release Notes for LLVM 1.6.John Criswell2005-05-181-265/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22124 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in release_15.John Criswell2005-05-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22120 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a few grammaros.Reid Spencer2005-05-171-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22100 91177308-0d34-0410-b5e6-96231b3b80d8
* more minor editsChris Lattner2005-05-161-4/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22088 91177308-0d34-0410-b5e6-96231b3b80d8
* more editsChris Lattner2005-05-161-28/+29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22087 91177308-0d34-0410-b5e6-96231b3b80d8
* more edits, include stuff from the status updateChris Lattner2005-05-161-24/+62
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22086 91177308-0d34-0410-b5e6-96231b3b80d8
* fix a typo duraid noticedChris Lattner2005-05-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22082 91177308-0d34-0410-b5e6-96231b3b80d8
* more editsChris Lattner2005-05-161-13/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22080 91177308-0d34-0410-b5e6-96231b3b80d8
* add a sparcv8 section, make this validateChris Lattner2005-05-151-9/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22056 91177308-0d34-0410-b5e6-96231b3b80d8
* more edits, add anchorsChris Lattner2005-05-151-4/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22055 91177308-0d34-0410-b5e6-96231b3b80d8
* edits to the simplify-libcalls element, move it higher in the list.Chris Lattner2005-05-151-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22052 91177308-0d34-0410-b5e6-96231b3b80d8
* add generated codeChris Lattner2005-05-151-6/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22051 91177308-0d34-0410-b5e6-96231b3b80d8
* Make note of the -simplify-libcalls pass.Reid Spencer2005-05-151-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22049 91177308-0d34-0410-b5e6-96231b3b80d8
* Substantial edits for the release notes.Chris Lattner2005-05-151-49/+125
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22045 91177308-0d34-0410-b5e6-96231b3b80d8
* mention the C++ exception problems on alphaAndrew Lenharth2005-05-141-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22029 91177308-0d34-0410-b5e6-96231b3b80d8
* add a bit about the known problems on IA64Duraid Madina2005-05-141-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22003 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed PPC Linux support, as no one seems to have used it yet.John Criswell2005-05-131-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21987 91177308-0d34-0410-b5e6-96231b3b80d8
* Added some missing platforms.John Criswell2005-05-131-4/+6
| | | | | | | Fixed some wording to be more accurate (I hope). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21975 91177308-0d34-0410-b5e6-96231b3b80d8
* add note about bit builtins newly supportedChris Lattner2005-05-071-2/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21757 91177308-0d34-0410-b5e6-96231b3b80d8
* add a couple of notesChris Lattner2005-05-061-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21754 91177308-0d34-0410-b5e6-96231b3b80d8
* note the vararg change, and other stuffAndrew Lenharth2005-05-031-1/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21672 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention the --enable-targets= option to configure.Reid Spencer2005-04-221-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21459 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2005-04-191-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21355 91177308-0d34-0410-b5e6-96231b3b80d8
* * Put command-line switches and function names in <tt>Misha Brukman2005-03-301-9/+10
| | | | | | | * Add links to mailing lists and publications git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20943 91177308-0d34-0410-b5e6-96231b3b80d8
* We shall have IA64 as a new experimental backend released with LLVM 1.5Misha Brukman2005-03-181-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20671 91177308-0d34-0410-b5e6-96231b3b80d8
* prefetch is now supported.Chris Lattner2005-03-111-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20562 91177308-0d34-0410-b5e6-96231b3b80d8
* Adam Treat implemented this :)Chris Lattner2005-02-281-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20371 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2005-02-271-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20357 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixed.Chris Lattner2005-02-201-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20260 91177308-0d34-0410-b5e6-96231b3b80d8
* typeoChris Lattner2005-02-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20251 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixed.Chris Lattner2005-02-191-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20249 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixed.Chris Lattner2005-02-191-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20246 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2005-02-151-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20193 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixed.Chris Lattner2005-02-151-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20190 91177308-0d34-0410-b5e6-96231b3b80d8
* wow, interesting typo :)Chris Lattner2005-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20187 91177308-0d34-0410-b5e6-96231b3b80d8
* Bugs fixedChris Lattner2005-02-141-3/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20178 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some updatesChris Lattner2005-02-131-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20164 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2005-02-111-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20118 91177308-0d34-0410-b5e6-96231b3b80d8
* Update speedup and shrinkage infoChris Lattner2005-02-011-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19962 91177308-0d34-0410-b5e6-96231b3b80d8
* noteworthy.Chris Lattner2005-01-291-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19901 91177308-0d34-0410-b5e6-96231b3b80d8
* These passes are no more.Chris Lattner2005-01-281-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19865 91177308-0d34-0410-b5e6-96231b3b80d8
* Mark -parallel pass as `experimental'Misha Brukman2005-01-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19858 91177308-0d34-0410-b5e6-96231b3b80d8
* QOI feature implemented.Chris Lattner2005-01-221-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19756 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2005-01-031-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19269 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-12-291-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19181 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-12-291-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19177 91177308-0d34-0410-b5e6-96231b3b80d8
* Get rid of subbullets for all of the "known problems" section. None of theChris Lattner2004-12-121-11/+0
| | | | | | | | other sections have subbullets, and it make the TOC look like the whole document is known problems! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18829 91177308-0d34-0410-b5e6-96231b3b80d8