aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-06-20Sphinxify the MakefileGuide document.Bill Wendling
2012-06-20Sphinxify the CodingStandard documentation.Bill Wendling
2012-06-19Add Projects.rst to the toctree.Bill Wendling
2012-06-19Use correct capitalization.Bill Wendling
2012-06-19Indent coding examples.Bill Wendling
2012-06-19Remove bad HTML tags. Add missing :.Bill Wendling
2012-06-19Put flag names on one line.Bill Wendling
2012-06-19Fix italicized text.Bill Wendling
2012-06-19Use correct URL.Bill Wendling
2012-06-19Fix numbering of list items.Bill Wendling
2012-06-19Fix some Sphinx mistakes.Bill Wendling
2012-06-19First attempt at Sphinx. Convert the Projects.html file to Sphinx format.Bill Wendling
2012-06-18revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes
2012-06-18[docs] Port FAQ over to Sphinx.Michael J. Spencer
2012-06-18add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes
2012-06-15[docs] Make it pretty.Michael J. Spencer
2012-06-14Remove/modify C backend references from LLVM documentation.David Blaikie
2012-06-14Remove C backend reference from the FAQ.David Blaikie
2012-06-14Clarify a bit that the types have to be the same. Came up on IRC.Duncan Sands
2012-06-12Use correct syntax highliter in code blocks. Noticed by Sean Silva.Dmitri Gribenko
2012-06-12FileCheck docs: remove leftover HTML markup.Dmitri Gribenko
2012-06-06[llvm-nm] Update documentation to cover object file support and arguments.Michael J. Spencer
2012-06-06Add a new broken compiler.Duncan Sands
2012-06-05Add 3.0 and 3.1 tags to the getting started guide.Benjamin Kramer
2012-06-05Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-01Remove the old register list functions from MCRegisterInfo.Jakob Stoklund Olesen
2012-05-31Fix typos noticed by Benjamin Kramer.Rafael Espindola
2012-05-31Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola
2012-05-30typo fixChris Lattner
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner
2012-05-24Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen
2012-05-24Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.Chad Rosier
2012-05-24Add half support to LLVM (for OpenCL)Tobias Grosser
2012-05-24Remove old release notes. Ready them for additions from current developmentBill Wendling
2012-05-24Reflect that tblgen is now llvm-tblgenJoel Jones
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes
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