aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-06-21Sphinxify the tablegen document.Bill Wendling
2012-06-21Sphinxify the outdated Packaging documentation.Bill Wendling
2012-06-20Put space after "code-block::".Meador Inge
2012-06-20Removed some left over HTML tags and a '}'.Meador Inge
2012-06-20Sphixify the GEP FAQ.Bill Wendling
2012-06-20Sphinxify the SegmentedStack document.Bill Wendling
2012-06-20Move coding standards reference from development_process.rst to programming.rst.Bill Wendling
2012-06-20Unindent list.Bill Wendling
2012-06-20Un-indent list to remove ugly back-slash.Bill Wendling
2012-06-20Fix the formatting a bit.Bill Wendling
2012-06-20Sphinxify the developer policy document.Bill Wendling
2012-06-20Sphinxify the lexicon doc.Bill Wendling
2012-06-20Sphinxify BranchWeightMetadata document.Bill Wendling
2012-06-20Sphinxify the LTO document.Bill Wendling
2012-06-20Unindent list.Bill Wendling
2012-06-20Sphinxify the AliasAnalysis document.Bill Wendling
2012-06-20Unindent list.Bill Wendling
2012-06-20Un-indent the list and remove ugly back-slash.Bill Wendling
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