aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-05-20Add RPO to the lexicon.Nick Lewycky
2012-05-16Fixed grammar for the llvm.trap intrinsic description.John Criswell
2012-05-15[docs] Remove unsupported references to ExtraSource variable.Daniel Dunbar
2012-05-15Add blurb for Crack.Bill Wendling
2012-05-15Update MIPS' section in the release notes. Patch by Simon Atanasyan.Akira Hatanaka
2012-05-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar
2012-05-15Add some release notes about compiler-rt and libc++David Chisnall
2012-05-14Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman
2012-05-14Release notes for MIPS backend.Akira Hatanaka
2012-05-14Formatting changes. Remove the '...' placeholders.Bill Wendling
2012-05-14Add blurb about Julia.Bill Wendling
2012-05-13ReleaseNotes: Add info on PTX back-endJustin Holewinski
2012-05-13Fix Xcode case (Upper X, lower c)Jean-Daniel Dupas
2012-05-13ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 secti...Benjamin Kramer
2012-05-13ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the ...Benjamin Kramer
2012-05-13ReleaseNotes: Document that LLVM was rewritten in python.Benjamin Kramer
2012-05-13ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld ...Benjamin Kramer
2012-05-13Outline some clang 3.1 highlights off the top of my head.Benjamin Kramer
2012-05-13Add a link for every project.Benjamin Kramer
2012-05-13Add blurb for LLVM D Compiler.Bill Wendling
2012-05-13Add blurbs for pocl and TCE.Bill Wendling
2012-05-13Add OSL blurb.Bill Wendling
2012-05-13Add FAUST blurb.Bill Wendling
2012-05-13Fix the tool documentationNadav Rotem
2012-05-12Document Python bindings in release notesGregory Szorc
2012-05-11Make the URL a link instead.Bill Wendling
2012-05-11Add mention of Glasgow Haskell Compiler.Bill Wendling
2012-05-11Some release notes for dragonegg.Duncan Sands
2012-05-11Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman
2012-05-09change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes
2012-05-08add to 3.1 release notesSeth Cantrell
2012-05-08Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", thisDaniel Dunbar
2012-05-08[tests] Remove some remaining DejaGNU related cruft.Daniel Dunbar
2012-05-08[docs] Remove POD based man page docs (and build system support).Daniel Dunbar
2012-05-08[docs] Add support for building man pages using Sphinx.Daniel Dunbar
2012-05-08[docs] Integrate the command guide into the toctree.Daniel Dunbar
2012-05-08[docs] Add ReST version of all the man pages.Daniel Dunbar
2012-05-07Remove C Backend from the bugpoint docsPete Cooper
2012-05-03Use correct variable in this example. Pointed out by waynix on IRC.Duncan Sands
2012-05-02[docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar
2012-05-01Removed examples of stack frame inspection which no longer work for old JIT.Eli Bendersky
2012-04-27Remove a docs reference to the CBackend.Jim Grosbach
2012-04-26Add note about returns_twice magic removal from LLVM itself.Joerg Sonnenberger
2012-04-26[CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer
2012-04-25Reapply the SmallMap patch with a fix.Benjamin Kramer
2012-04-25Revert "First implementation of:"Eric Christopher
2012-04-25First implementation of:Stepan Dyatkovskiy
2012-04-20[docs] Update version number. I suggest that at some point we make theMichael J. Spencer
2012-04-20Fix broken internal link.Joel Jones
2012-04-20Add debugging hints for when bugpoint does not suffice, specifically for inst...Joel Jones