summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.html
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: convert ReleaseNotes.html to reST.Dmitri Gribenko2012-12-091-877/+0
| | | | | | Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169714
* Update release notes for NVPTXJustin Holewinski2012-12-041-1/+24
| | | | llvm-svn: 169280
* Note Freescale's contributions in the PPC release notes.Hal Finkel2012-11-201-1/+4
| | | | | | This mainly reflects the work of Tobias von Koch. llvm-svn: 168352
* First version of Polly release notes for 3.2Tobias Grosser2012-11-191-5/+14
| | | | llvm-svn: 168302
* ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress.Will Schmidt2012-11-161-0/+37
| | | | llvm-svn: 168189
* Add some release notes that say we removed the CellSPU port.Eric Christopher2012-11-151-0/+2
| | | | llvm-svn: 168014
* fix a spelling mistakeNadav Rotem2012-11-121-1/+1
| | | | llvm-svn: 167734
* Update the vectorizer docs.Nadav Rotem2012-11-111-4/+20
| | | | llvm-svn: 167688
* Add a couple of stubs to the release notes for things I noticed whileChandler Carruth2012-11-051-1/+5
| | | | | | clearing out my backlog of commit mail. llvm-svn: 167380
* Typo.Jakub Staszak2012-10-291-1/+1
| | | | llvm-svn: 166969
* Change the PassManagerBuilder (used by -O3) loop vectorizer flag from ↵Nadav Rotem2012-10-291-1/+2
| | | | | | -vectorize to -vectorize-loops because we dont want to share the same flag as the bb-vectorizer. llvm-svn: 166937
* Update the release notes to note the change from TargetData to DataLayout.Micah Villmow2012-10-251-0/+3
| | | | llvm-svn: 166702
* Document the -force-vector-width flag.Nadav Rotem2012-10-241-1/+4
| | | | llvm-svn: 166621
* Vectorization docs.Nadav Rotem2012-10-201-3/+5
| | | | llvm-svn: 166364
* Add a small example which shows a vectorizable loop with a non-pow-of-two countNadav Rotem2012-10-181-2/+10
| | | | llvm-svn: 166169
* Update the release notes about how to enable the loop vectorizer.Nadav Rotem2012-10-171-2/+2
| | | | llvm-svn: 166123
* Update the release notes about the store-merge dag optimization.Nadav Rotem2012-10-171-0/+2
| | | | llvm-svn: 166116
* Update the release notes about the new TargetTransformInfo API changes.Nadav Rotem2012-10-171-0/+5
| | | | llvm-svn: 166115
* Update the release notes about the new loop vectorizer.Nadav Rotem2012-10-171-0/+4
| | | | llvm-svn: 166113
* Add a new optimization pass: Stack Coloring, that merges disjoint static ↵Nadav Rotem2012-09-061-0/+7
| | | | | | | | allocations (allocas). Allocas are known to be disjoint if they are marked by disjoint lifetime markers (@llvm.lifetime.XXX intrinsics). llvm-svn: 163299
* remove old docsNadav Rotem2012-08-301-8/+0
| | | | llvm-svn: 162896
* ReleaseNotes.html: add note about specifying TLS modelsHans Wennborg2012-07-131-0/+2
| | | | llvm-svn: 160168
* Remove old release notes. Ready them for additions from current developmentBill Wendling2012-05-241-245/+96
| | | | | | cycle. llvm-svn: 157378
* Add blurb for Crack.Bill Wendling2012-05-151-0/+12
| | | | llvm-svn: 156852
* Update MIPS' section in the release notes. Patch by Simon Atanasyan.Akira Hatanaka2012-05-151-0/+2
| | | | llvm-svn: 156847
* Add some release notes about compiler-rt and libc++David Chisnall2012-05-151-0/+15
| | | | llvm-svn: 156819
* Release notes for MIPS backend.Akira Hatanaka2012-05-141-4/+10
| | | | llvm-svn: 156772
* Formatting changes. Remove the '...' placeholders.Bill Wendling2012-05-141-67/+44
| | | | llvm-svn: 156756
* Add blurb about Julia.Bill Wendling2012-05-141-0/+16
| | | | llvm-svn: 156754
* ReleaseNotes: Add info on PTX back-endJustin Holewinski2012-05-131-0/+15
| | | | llvm-svn: 156745
* ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 ↵Benjamin Kramer2012-05-131-3/+12
| | | | | | section. Add a bullet for dwarf access tables. llvm-svn: 156740
* ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the ↵Benjamin Kramer2012-05-131-6/+11
| | | | | | optimizer sections. Verbosify some bullets. llvm-svn: 156739
* ReleaseNotes: Document that LLVM was rewritten in python.Benjamin Kramer2012-05-131-0/+2
| | | | | | | ^~~~ llvm-build llvm-svn: 156738
* ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld ↵Benjamin Kramer2012-05-131-13/+10
| | | | | | removal. llvm-svn: 156737
* Outline some clang 3.1 highlights off the top of my head.Benjamin Kramer2012-05-131-4/+11
| | | | llvm-svn: 156736
* Add a link for every project.Benjamin Kramer2012-05-131-34/+36
| | | | llvm-svn: 156735
* Add blurb for LLVM D Compiler.Bill Wendling2012-05-131-0/+10
| | | | llvm-svn: 156733
* Add blurbs for pocl and TCE.Bill Wendling2012-05-131-0/+34
| | | | llvm-svn: 156732
* Add OSL blurb.Bill Wendling2012-05-131-0/+18
| | | | llvm-svn: 156731
* Add FAUST blurb.Bill Wendling2012-05-131-0/+12
| | | | llvm-svn: 156730
* Document Python bindings in release notesGregory Szorc2012-05-121-0/+24
| | | | llvm-svn: 156724
* Make the URL a link instead.Bill Wendling2012-05-111-11/+11
| | | | llvm-svn: 156655
* Add mention of Glasgow Haskell Compiler.Bill Wendling2012-05-111-1/+34
| | | | llvm-svn: 156648
* Some release notes for dragonegg.Duncan Sands2012-05-111-6/+19
| | | | llvm-svn: 156635
* add to 3.1 release notesSeth Cantrell2012-05-081-0/+1
| | | | llvm-svn: 156443
* Add note about returns_twice magic removal from LLVM itself.Joerg Sonnenberger2012-04-261-0/+3
| | | | llvm-svn: 155657
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-0/+1
| | | | | | | | | | | | | | | | llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147
* Add a stub about the inline cost rewrite.Chandler Carruth2012-04-171-0/+3
| | | | llvm-svn: 154892
* Add a stub for block placement pass. This needs fleshing out w/ detailsChandler Carruth2012-04-171-0/+12
| | | | | | about what folks should expect w.r.t. the new algorithm. llvm-svn: 154891
OpenPOWER on IntegriCloud