aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-07-06Update getFunction parameter documentation. Fixes PR13268.Chad Rosier
2012-07-06Sphinxify the CMake document.Bill Wendling
2012-07-05add @llvm.donothingNuno Lopes
2012-07-03Document the llvm.fabs intrinsic.Peter Collingbourne
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-06-29Sphinxify the Atomics documentation.Bill Wendling
2012-06-28Sphinxify the bitcode format document.Bill Wendling
2012-06-27Sphinxify the exception handling doc.Bill Wendling
2012-06-26Sphyinxify the Bugpoint document.Bill Wendling
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg
2012-06-21[docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig!Michael J. Spencer
2012-06-21Cleanup some encoding mishaps.Bill Wendling
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