summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* [ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now ↵Michael Gottesman2013-06-201-0/+4
| | | | | | | | IEEE 754R-2008 compliant and that the relevant method renaming occurred. For more information see r184449, r184350, r184356, r184366. llvm-svn: 184452
* We are now in 3.4 land. We don't need the 3.3 releaese notes in ToT anymore.Bill Wendling2013-06-041-201/+9
| | | | llvm-svn: 183210
* Added a sub-project status update section to the release notes with detailsAshok Thirumurthi2013-05-301-0/+38
| | | | | | | | on the LLDB 3.3 release. Reviewed by: Greg Clayton and Bill Wendling llvm-svn: 182931
* Add LDC compiler to list of external OS projects using LLVM 3.3Kai Nacke2013-05-261-0/+15
| | | | llvm-svn: 182718
* Add Jade to the list of external projects using LLVM in the release notes.Arnaud A. de Grandmaison2013-05-151-0/+14
| | | | | | Patch by: Antoine Lorence <Antoine.Lorence@insa-rennes.fr> llvm-svn: 181886
* Add two points to release notes about recent command line library changes.Andrew Trick2013-05-071-0/+7
| | | | | | Patch by Dan Liew! llvm-svn: 181335
* Mention SystemZ in the release notesRichard Sandiford2013-05-071-0/+7
| | | | llvm-svn: 181328
* Note that EH is now supported in MCJIT.Rafael Espindola2013-05-071-0/+3
| | | | llvm-svn: 181305
* Added pocl and TCE blurbs to the ReleaseNotes.Pekka Jaaskelainen2013-05-031-0/+36
| | | | llvm-svn: 181001
* Update the release notes about the min/max reductions that Arnold added.Nadav Rotem2013-04-301-9/+10
| | | | llvm-svn: 180805
* Update the release notes about the vectorizers.Nadav Rotem2013-04-151-0/+9
| | | | llvm-svn: 179564
* Mention the new TableGen pattern format in the release notes.Jakob Stoklund Olesen2013-03-251-0/+6
| | | | | | Make threats about removing the old syntax. llvm-svn: 177848
* ReleaseNotes: Tweak hexagonv2/hexagonv3 removal note.Matthew Curtis2013-03-181-1/+3
| | | | llvm-svn: 177284
* ReleaseNotes: Add Hexagon Target sectionMatthew Curtis2013-03-121-0/+5
| | | | | | And mention removal of hexagonv2 and hexagonv3 support (r176859). llvm-svn: 176860
* [docs] Use reST link instead of direct HTML link.Sean Silva2013-02-261-1/+1
| | | | llvm-svn: 176108
* Add a blurb about the attributes changes to the release notes.Bill Wendling2013-02-131-0/+5
| | | | llvm-svn: 175075
* Mention AArch64 in release notes for 3.3Tim Northover2013-02-131-0/+14
| | | | llvm-svn: 175055
* ReleaseNotes: Add section for R600 backendTom Stellard2013-02-081-0/+8
| | | | llvm-svn: 174764
* [ReleaseNotes] tidy up organization and formattingSean Silva2013-02-071-20/+23
| | | | llvm-svn: 174587
* Update Release notes regarding TTI.Nadav Rotem2013-02-071-0/+7
| | | | llvm-svn: 174586
* Document the loop vectorizer changes.Nadav Rotem2013-02-071-0/+15
| | | | llvm-svn: 174585
* ReleaseNotes: note Sphinx migration.Sean Silva2013-01-201-0/+5
| | | | llvm-svn: 172955
* 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). llvm-svn: 172954
* [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. llvm-svn: 172749
* Actually update the grammar of this sentence to reflect the removal of CellSPU.Chandler Carruth2012-12-151-1/+1
| | | | llvm-svn: 170268
* Release notes for dragonegg 3.2.Duncan Sands2012-12-141-1/+4
| | | | llvm-svn: 170243
* The CellSPU backend is more than experimental, it's dead now...Chandler Carruth2012-12-141-1/+1
| | | | llvm-svn: 170201
* 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.... llvm-svn: 170200
* Remove several entries from the 3.2 release notes that were in the 3.1Chandler Carruth2012-12-141-16/+0
| | | | | | release notes already. =] llvm-svn: 170198
* Fix the order of these sections of the release notes.Chandler Carruth2012-12-141-8/+8
| | | | llvm-svn: 170197
* 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. llvm-svn: 170196
* 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. llvm-svn: 170195
* 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! llvm-svn: 170194
* Documentation: convert ReleaseNotes.html to reST.Dmitri Gribenko2012-12-091-0/+564
Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169714
OpenPOWER on IntegriCloud