| Commit message (Expand) | Author | Age | Files | Lines |
* | ReleaseNotes.html: add note about specifying TLS models | Hans Wennborg | 2012-07-13 | 1 | -0/+2 |
* | Remove old release notes. Ready them for additions from current development | Bill Wendling | 2012-05-24 | 1 | -245/+96 |
* | Add blurb for Crack. | Bill Wendling | 2012-05-15 | 1 | -0/+12 |
* | Update MIPS' section in the release notes. Patch by Simon Atanasyan. | Akira Hatanaka | 2012-05-15 | 1 | -0/+2 |
* | Add some release notes about compiler-rt and libc++ | David Chisnall | 2012-05-15 | 1 | -0/+15 |
* | Release notes for MIPS backend. | Akira Hatanaka | 2012-05-14 | 1 | -4/+10 |
* | Formatting changes. Remove the '...' placeholders. | Bill Wendling | 2012-05-14 | 1 | -67/+44 |
* | Add blurb about Julia. | Bill Wendling | 2012-05-14 | 1 | -0/+16 |
* | ReleaseNotes: Add info on PTX back-end | Justin Holewinski | 2012-05-13 | 1 | -0/+15 |
* | ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 secti... | Benjamin Kramer | 2012-05-13 | 1 | -3/+12 |
* | ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the ... | Benjamin Kramer | 2012-05-13 | 1 | -6/+11 |
* | ReleaseNotes: Document that LLVM was rewritten in python. | Benjamin Kramer | 2012-05-13 | 1 | -0/+2 |
* | ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld ... | Benjamin Kramer | 2012-05-13 | 1 | -13/+10 |
* | Outline some clang 3.1 highlights off the top of my head. | Benjamin Kramer | 2012-05-13 | 1 | -4/+11 |
* | Add a link for every project. | Benjamin Kramer | 2012-05-13 | 1 | -34/+36 |
* | Add blurb for LLVM D Compiler. | Bill Wendling | 2012-05-13 | 1 | -0/+10 |
* | Add blurbs for pocl and TCE. | Bill Wendling | 2012-05-13 | 1 | -0/+34 |
* | Add OSL blurb. | Bill Wendling | 2012-05-13 | 1 | -0/+18 |
* | Add FAUST blurb. | Bill Wendling | 2012-05-13 | 1 | -0/+12 |
* | Document Python bindings in release notes | Gregory Szorc | 2012-05-12 | 1 | -0/+24 |
* | Make the URL a link instead. | Bill Wendling | 2012-05-11 | 1 | -11/+11 |
* | Add mention of Glasgow Haskell Compiler. | Bill Wendling | 2012-05-11 | 1 | -1/+34 |
* | Some release notes for dragonegg. | Duncan Sands | 2012-05-11 | 1 | -6/+19 |
* | add to 3.1 release notes | Seth Cantrell | 2012-05-08 | 1 | -0/+1 |
* | Add note about returns_twice magic removal from LLVM itself. | Joerg Sonnenberger | 2012-04-26 | 1 | -0/+3 |
* | [docs] Update HTML pages to refer to CSS in a way that works locally and with... | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -0/+1 |
* | Add a stub about the inline cost rewrite. | Chandler Carruth | 2012-04-17 | 1 | -0/+3 |
* | Add a stub for block placement pass. This needs fleshing out w/ details | Chandler Carruth | 2012-04-17 | 1 | -0/+12 |
* | Forgot to remove fast math metadata from the release notes. | Duncan Sands | 2012-04-16 | 1 | -3/+0 |
* | Describe Polly as a 'Polyhedral Optimizer' | Tobias Grosser | 2012-04-16 | 1 | -1/+1 |
* | Add Polly news to the release notes | Tobias Grosser | 2012-04-16 | 1 | -0/+30 |
* | Link to the autovectorization EuroLLVM slides in the release notes. | Hal Finkel | 2012-04-16 | 1 | -1/+3 |
* | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands | 2012-04-16 | 1 | -0/+3 |
* | Add credit and release notes for r150307. By Kai Nacke. | Bill Wendling | 2012-04-16 | 1 | -0/+1 |
* | Say something about -vectorize in the release notes. | Hal Finkel | 2012-04-16 | 1 | -0/+3 |
* | Add the MDBuilder helper class for conveniently creating metadata. | Duncan Sands | 2012-04-15 | 1 | -0/+2 |
* | Remove trailing whitespace. | Anshuman Dasgupta | 2012-04-14 | 1 | -1/+1 |
* | Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch | Anshuman Dasgupta | 2012-04-14 | 1 | -0/+3 |
* | Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT. | Brendon Cahoon | 2012-04-14 | 1 | -0/+3 |
* | Support for Hexagon backend. | Tony Linthicum | 2012-04-13 | 1 | -0/+2 |
* | Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT. | Anshuman Dasgupta | 2012-04-12 | 1 | -0/+6 |
* | Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming. | NAKAMURA Takumi | 2012-04-07 | 1 | -0/+1 |
* | llvm/docs/*.html: Fix markups. | NAKAMURA Takumi | 2012-03-27 | 1 | -3/+2 |
* | s/restrict/describe/ | Rafael Espindola | 2012-03-25 | 1 | -1/+1 |
* | Add a small release not about the range metadata. | Rafael Espindola | 2012-03-24 | 1 | -0/+2 |
* | Explicitly close optionally closed <li> tags. | Nick Lewycky | 2012-03-23 | 1 | -25/+25 |
* | Add a release note for r145714. | Nick Lewycky | 2012-03-21 | 1 | -0/+31 |
* | Add a random .LL file generator to stress-test different llvm components. | Nadav Rotem | 2012-02-26 | 1 | -1/+26 |
* | Release not for ARM integrated assembler support. | Jim Grosbach | 2012-02-23 | 1 | -1/+21 |