Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: convert ReleaseNotes.html to reST. | Dmitri Gribenko | 2012-12-09 | 1 | -877/+0 |
| | | | | | | Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169714 | ||||
* | Update release notes for NVPTX | Justin Holewinski | 2012-12-04 | 1 | -1/+24 |
| | | | | llvm-svn: 169280 | ||||
* | Note Freescale's contributions in the PPC release notes. | Hal Finkel | 2012-11-20 | 1 | -1/+4 |
| | | | | | | This mainly reflects the work of Tobias von Koch. llvm-svn: 168352 | ||||
* | First version of Polly release notes for 3.2 | Tobias Grosser | 2012-11-19 | 1 | -5/+14 |
| | | | | llvm-svn: 168302 | ||||
* | ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress. | Will Schmidt | 2012-11-16 | 1 | -0/+37 |
| | | | | llvm-svn: 168189 | ||||
* | Add some release notes that say we removed the CellSPU port. | Eric Christopher | 2012-11-15 | 1 | -0/+2 |
| | | | | llvm-svn: 168014 | ||||
* | fix a spelling mistake | Nadav Rotem | 2012-11-12 | 1 | -1/+1 |
| | | | | llvm-svn: 167734 | ||||
* | Update the vectorizer docs. | Nadav Rotem | 2012-11-11 | 1 | -4/+20 |
| | | | | llvm-svn: 167688 | ||||
* | Add a couple of stubs to the release notes for things I noticed while | Chandler Carruth | 2012-11-05 | 1 | -1/+5 |
| | | | | | | clearing out my backlog of commit mail. llvm-svn: 167380 | ||||
* | Typo. | Jakub Staszak | 2012-10-29 | 1 | -1/+1 |
| | | | | llvm-svn: 166969 | ||||
* | Change the PassManagerBuilder (used by -O3) loop vectorizer flag from ↵ | Nadav Rotem | 2012-10-29 | 1 | -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 Villmow | 2012-10-25 | 1 | -0/+3 |
| | | | | llvm-svn: 166702 | ||||
* | Document the -force-vector-width flag. | Nadav Rotem | 2012-10-24 | 1 | -1/+4 |
| | | | | llvm-svn: 166621 | ||||
* | Vectorization docs. | Nadav Rotem | 2012-10-20 | 1 | -3/+5 |
| | | | | llvm-svn: 166364 | ||||
* | Add a small example which shows a vectorizable loop with a non-pow-of-two count | Nadav Rotem | 2012-10-18 | 1 | -2/+10 |
| | | | | llvm-svn: 166169 | ||||
* | Update the release notes about how to enable the loop vectorizer. | Nadav Rotem | 2012-10-17 | 1 | -2/+2 |
| | | | | llvm-svn: 166123 | ||||
* | Update the release notes about the store-merge dag optimization. | Nadav Rotem | 2012-10-17 | 1 | -0/+2 |
| | | | | llvm-svn: 166116 | ||||
* | Update the release notes about the new TargetTransformInfo API changes. | Nadav Rotem | 2012-10-17 | 1 | -0/+5 |
| | | | | llvm-svn: 166115 | ||||
* | Update the release notes about the new loop vectorizer. | Nadav Rotem | 2012-10-17 | 1 | -0/+4 |
| | | | | llvm-svn: 166113 | ||||
* | Add a new optimization pass: Stack Coloring, that merges disjoint static ↵ | Nadav Rotem | 2012-09-06 | 1 | -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 docs | Nadav Rotem | 2012-08-30 | 1 | -8/+0 |
| | | | | llvm-svn: 162896 | ||||
* | ReleaseNotes.html: add note about specifying TLS models | Hans Wennborg | 2012-07-13 | 1 | -0/+2 |
| | | | | llvm-svn: 160168 | ||||
* | Remove old release notes. Ready them for additions from current development | Bill Wendling | 2012-05-24 | 1 | -245/+96 |
| | | | | | | cycle. llvm-svn: 157378 | ||||
* | Add blurb for Crack. | Bill Wendling | 2012-05-15 | 1 | -0/+12 |
| | | | | llvm-svn: 156852 | ||||
* | Update MIPS' section in the release notes. Patch by Simon Atanasyan. | Akira Hatanaka | 2012-05-15 | 1 | -0/+2 |
| | | | | llvm-svn: 156847 | ||||
* | Add some release notes about compiler-rt and libc++ | David Chisnall | 2012-05-15 | 1 | -0/+15 |
| | | | | llvm-svn: 156819 | ||||
* | Release notes for MIPS backend. | Akira Hatanaka | 2012-05-14 | 1 | -4/+10 |
| | | | | llvm-svn: 156772 | ||||
* | Formatting changes. Remove the '...' placeholders. | Bill Wendling | 2012-05-14 | 1 | -67/+44 |
| | | | | llvm-svn: 156756 | ||||
* | Add blurb about Julia. | Bill Wendling | 2012-05-14 | 1 | -0/+16 |
| | | | | llvm-svn: 156754 | ||||
* | ReleaseNotes: Add info on PTX back-end | Justin Holewinski | 2012-05-13 | 1 | -0/+15 |
| | | | | llvm-svn: 156745 | ||||
* | ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 ↵ | Benjamin Kramer | 2012-05-13 | 1 | -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 Kramer | 2012-05-13 | 1 | -6/+11 |
| | | | | | | optimizer sections. Verbosify some bullets. llvm-svn: 156739 | ||||
* | ReleaseNotes: Document that LLVM was rewritten in python. | Benjamin Kramer | 2012-05-13 | 1 | -0/+2 |
| | | | | | | | ^~~~ llvm-build llvm-svn: 156738 | ||||
* | ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld ↵ | Benjamin Kramer | 2012-05-13 | 1 | -13/+10 |
| | | | | | | removal. llvm-svn: 156737 | ||||
* | Outline some clang 3.1 highlights off the top of my head. | Benjamin Kramer | 2012-05-13 | 1 | -4/+11 |
| | | | | llvm-svn: 156736 | ||||
* | Add a link for every project. | Benjamin Kramer | 2012-05-13 | 1 | -34/+36 |
| | | | | llvm-svn: 156735 | ||||
* | Add blurb for LLVM D Compiler. | Bill Wendling | 2012-05-13 | 1 | -0/+10 |
| | | | | llvm-svn: 156733 | ||||
* | Add blurbs for pocl and TCE. | Bill Wendling | 2012-05-13 | 1 | -0/+34 |
| | | | | llvm-svn: 156732 | ||||
* | Add OSL blurb. | Bill Wendling | 2012-05-13 | 1 | -0/+18 |
| | | | | llvm-svn: 156731 | ||||
* | Add FAUST blurb. | Bill Wendling | 2012-05-13 | 1 | -0/+12 |
| | | | | llvm-svn: 156730 | ||||
* | Document Python bindings in release notes | Gregory Szorc | 2012-05-12 | 1 | -0/+24 |
| | | | | llvm-svn: 156724 | ||||
* | Make the URL a link instead. | Bill Wendling | 2012-05-11 | 1 | -11/+11 |
| | | | | llvm-svn: 156655 | ||||
* | Add mention of Glasgow Haskell Compiler. | Bill Wendling | 2012-05-11 | 1 | -1/+34 |
| | | | | llvm-svn: 156648 | ||||
* | Some release notes for dragonegg. | Duncan Sands | 2012-05-11 | 1 | -6/+19 |
| | | | | llvm-svn: 156635 | ||||
* | add to 3.1 release notes | Seth Cantrell | 2012-05-08 | 1 | -0/+1 |
| | | | | llvm-svn: 156443 | ||||
* | Add note about returns_twice magic removal from LLVM itself. | Joerg Sonnenberger | 2012-04-26 | 1 | -0/+3 |
| | | | | llvm-svn: 155657 | ||||
* | [docs] Update HTML pages to refer to CSS in a way that works locally and ↵ | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
| | | | | | | with Sphinx. llvm-svn: 155153 | ||||
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -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 Carruth | 2012-04-17 | 1 | -0/+3 |
| | | | | llvm-svn: 154892 | ||||
* | Add a stub for block placement pass. This needs fleshing out w/ details | Chandler Carruth | 2012-04-17 | 1 | -0/+12 |
| | | | | | | about what folks should expect w.r.t. the new algorithm. llvm-svn: 154891 |