aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Add blurb about Julia.Bill Wendling2012-05-141-0/+16
* ReleaseNotes: Add info on PTX back-endJustin Holewinski2012-05-131-0/+15
* Fix Xcode case (Upper X, lower c)Jean-Daniel Dupas2012-05-132-2/+2
* ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 secti...Benjamin Kramer2012-05-131-3/+12
* ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the ...Benjamin Kramer2012-05-131-6/+11
* ReleaseNotes: Document that LLVM was rewritten in python.Benjamin Kramer2012-05-131-0/+2
* ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld ...Benjamin Kramer2012-05-131-13/+10
* Outline some clang 3.1 highlights off the top of my head.Benjamin Kramer2012-05-131-4/+11
* Add a link for every project.Benjamin Kramer2012-05-131-34/+36
* Add blurb for LLVM D Compiler.Bill Wendling2012-05-131-0/+10
* Add blurbs for pocl and TCE.Bill Wendling2012-05-131-0/+34
* Add OSL blurb.Bill Wendling2012-05-131-0/+18
* Add FAUST blurb.Bill Wendling2012-05-131-0/+12
* Fix the tool documentationNadav Rotem2012-05-131-1/+1
* Document Python bindings in release notesGregory Szorc2012-05-121-0/+24
* Make the URL a link instead.Bill Wendling2012-05-111-11/+11
* Add mention of Glasgow Haskell Compiler.Bill Wendling2012-05-111-1/+34
* Some release notes for dragonegg.Duncan Sands2012-05-111-6/+19
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-111-0/+26
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-091-10/+14
* add to 3.1 release notesSeth Cantrell2012-05-081-0/+1
* Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", thisDaniel Dunbar2012-05-081-12/+20
* [tests] Remove some remaining DejaGNU related cruft.Daniel Dunbar2012-05-081-20/+12
* [docs] Remove POD based man page docs (and build system support).Daniel Dunbar2012-05-0826-3902/+1
* [docs] Add support for building man pages using Sphinx.Daniel Dunbar2012-05-081-26/+33
* [docs] Integrate the command guide into the toctree.Daniel Dunbar2012-05-081-2/+9
* [docs] Add ReST version of all the man pages.Daniel Dunbar2012-05-0822-0/+3953
* Remove C Backend from the bugpoint docsPete Cooper2012-05-071-8/+8
* Use correct variable in this example. Pointed out by waynix on IRC.Duncan Sands2012-05-031-1/+1
* [docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar2012-05-0220-52/+26
* Removed examples of stack frame inspection which no longer work for old JIT.Eli Bendersky2012-05-011-101/+132
* Remove a docs reference to the CBackend.Jim Grosbach2012-04-271-1/+1
* Add note about returns_twice magic removal from LLVM itself.Joerg Sonnenberger2012-04-261-0/+3
* [CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer2012-04-261-4/+4
* Reapply the SmallMap patch with a fix.Benjamin Kramer2012-04-251-0/+81
* Revert "First implementation of:"Eric Christopher2012-04-251-81/+0
* First implementation of:Stepan Dyatkovskiy2012-04-251-0/+81
* [docs] Update version number. I suggest that at some point we make theMichael J. Spencer2012-04-201-2/+2
* Fix broken internal link.Joel Jones2012-04-201-1/+1
* Add debugging hints for when bugpoint does not suffice, specifically for inst...Joel Jones2012-04-201-0/+77
* [docs] Update Makefile for images removal.Daniel Dunbar2012-04-201-1/+1
* LLVM docs no longer contain images, don't try to install them.Benjamin Kramer2012-04-201-4/+1
* Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shellJoel Jones2012-04-201-1/+1
* [docs] Remove spurious or unused images.Daniel Dunbar2012-04-206-7/+0
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-1947-46/+46
* [docs] Remove index.html, I am flipping the switch on llvm.org.Daniel Dunbar2012-04-191-286/+0
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-198-453/+22
* [docs] Add back old index.html until I get llvm.org work done to support Sphi...Daniel Dunbar2012-04-191-0/+286
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-1913-356/+369
* [docs] Stub out structure for Sphinx-based docs.Daniel Dunbar2012-04-1914-0/+1057