aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: Nuke the old release notes.Sean Silva2013-01-201-505/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change also removes a bunch of boilerplate and stuffing which made it unnecessarily hard to navigate and see the comparatively miniscule actual content that was added to this document during the 3.2 development period (or maybe even sticking around from earlier releases...). The new organization (a flat list) optimizes for making it easy for people who know about changes to add them to the document. It's completely trivial for anyone with basic knowledge of LLVM to come in later (such as when preparing for the actual release) and cluster any changes into logical groups. However, I have left some comments indicating how to add larger descriptions, if someone is feeling adventurous ;) Hopefully this organization will highlight how little effort is being put into producing accurate, high-quality release notes, prompting a corresponding improvement for the 3.3 release. I have preserved the changes to this document that are not present in the 3.2 release notes. There were only two... I'm pretty sure we've been busier than that... (version control shows +213347/-173656 raw lines just in the LLVM repo since the 3.2 release). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172954 91177308-0d34-0410-b5e6-96231b3b80d8
* [Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar2013-01-171-1/+3
| | | | | | | | - This code is dead, and the "right" way to get this support is to use the platform-specific linker-integrated LTO mechanisms, or the forthcoming LLVM linker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172749 91177308-0d34-0410-b5e6-96231b3b80d8
* Actually update the grammar of this sentence to reflect the removal of CellSPU.Chandler Carruth2012-12-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170268 91177308-0d34-0410-b5e6-96231b3b80d8
* Release notes for dragonegg 3.2.Duncan Sands2012-12-141-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170243 91177308-0d34-0410-b5e6-96231b3b80d8
* The CellSPU backend is more than experimental, it's dead now...Chandler Carruth2012-12-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170201 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove a section that was in 3.1's notes.Chandler Carruth2012-12-141-15/+0
| | | | | | Just give a shout if this was actually still important.... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170200 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove several entries from the 3.2 release notes that were in the 3.1Chandler Carruth2012-12-141-16/+0
| | | | | | release notes already. =] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170198 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix the order of these sections of the release notes.Chandler Carruth2012-12-141-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170197 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a rough draft of some content about the new SROA. I'll try to proofChandler Carruth2012-12-141-1/+15
| | | | | | | read this and clean it up tomorrow, but hopefully it's a good placeholder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170196 91177308-0d34-0410-b5e6-96231b3b80d8
* Delete a long-stale "if its ready" comment. All indications is that thisChandler Carruth2012-12-141-1/+0
| | | | | | | will look a bit different when we have time to get it ready to turn on, and we won't likely need this reminder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170195 91177308-0d34-0410-b5e6-96231b3b80d8
* Provide some actual highlight bullets for Clang.Chandler Carruth2012-12-141-1/+3
| | | | | | | If anyone has better highlights (I'm obviously biased by the things that I'm excited about) jump in and add them! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170194 91177308-0d34-0410-b5e6-96231b3b80d8
* Documentation: convert ReleaseNotes.html to reST.Dmitri Gribenko2012-12-091-0/+564
Patch by Anthony Mykhailenko with small fixes by me. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169714 91177308-0d34-0410-b5e6-96231b3b80d8