summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo (the the => the)Sylvestre Ledru2012-07-2310-11/+11
| | | | llvm-svn: 160621
* Apparently it's possible to do an 'invoke asm'.Nuno Lopes2012-07-171-2/+3
| | | | | | Update the language reference to reflect that. llvm-svn: 160408
* ReleaseNotes.html: add note about specifying TLS modelsHans Wennborg2012-07-131-0/+2
| | | | llvm-svn: 160168
* Post-dom frontier was removed in 3.0. Patch by chenwj.Duncan Sands2012-07-131-1/+0
| | | | llvm-svn: 160166
* Fixup broken doc link. Patch by Sean Silva <silvas@purdue.edu>.Chad Rosier2012-07-112-2/+2
| | | | llvm-svn: 160082
* Since SmallMap was removed in r158644, remove documentation in ↵Dmitri Gribenko2012-07-061-81/+0
| | | | | | ProgrammersManual.html. llvm-svn: 159874
* Update getFunction parameter documentation. Fixes PR13268.Chad Rosier2012-07-061-2/+3
| | | | llvm-svn: 159835
* Sphinxify the CMake document.Bill Wendling2012-07-063-585/+425
| | | | llvm-svn: 159806
* add @llvm.donothingNuno Lopes2012-07-051-2/+28
| | | | llvm-svn: 159758
* Document the llvm.fabs intrinsic.Peter Collingbourne2012-07-031-0/+35
| | | | llvm-svn: 159657
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-295-5/+5
| | | | | | | | | | | | | | | | | This was always part of the VMCore library out of necessity -- it deals entirely in the IR. The .cpp file in fact was already part of the VMCore library. This is just a mechanical move. I've tried to go through and re-apply the coding standard's preferred header sort, but at 40-ish files, I may have gotten some wrong. Please let me know if so. I'll be committing the corresponding updates to Clang and Polly, and Duncan has DragonEgg. Thanks to Bill and Eric for giving the green light for this bit of cleanup. llvm-svn: 159421
* Sphinxify the Atomics documentation.Bill Wendling2012-06-292-569/+441
| | | | llvm-svn: 159416
* Sphinxify the bitcode format document.Bill Wendling2012-06-283-1491/+1047
| | | | llvm-svn: 159340
* Sphinxify the exception handling doc.Bill Wendling2012-06-273-564/+369
| | | | llvm-svn: 159254
* Sphyinxify the Bugpoint document.Bill Wendling2012-06-263-317/+220
| | | | llvm-svn: 159199
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-232-5/+43
| | | | | | | | | | | | | | | This allows the user/front-end to specify a model that is better than what LLVM would choose by default. For example, a variable might be declared as @x = thread_local(initialexec) global i32 42 if it will not be used in a shared library that is dlopen'ed. If the specified model isn't supported by the target, or if LLVM can make a better choice, a different model may be used. llvm-svn: 159077
* [docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig!Michael J. Spencer2012-06-213-368/+235
| | | | llvm-svn: 158947
* Cleanup some encoding mishaps.Bill Wendling2012-06-211-5/+5
| | | | llvm-svn: 158904
* Sphinxify the tablegen document.Bill Wendling2012-06-213-980/+802
| | | | llvm-svn: 158903
* Sphinxify the outdated Packaging documentation.Bill Wendling2012-06-213-120/+77
| | | | llvm-svn: 158901
* Put space after "code-block::".Meador Inge2012-06-201-1/+1
| | | | llvm-svn: 158880
* Removed some left over HTML tags and a '}'.Meador Inge2012-06-201-3/+2
| | | | llvm-svn: 158877
* Sphixify the GEP FAQ.Bill Wendling2012-06-203-754/+544
| | | | llvm-svn: 158858
* Sphinxify the SegmentedStack document.Bill Wendling2012-06-203-94/+86
| | | | llvm-svn: 158819
* Move coding standards reference from development_process.rst to programming.rst.Bill Wendling2012-06-202-8/+6
| | | | llvm-svn: 158818
* Unindent list.Bill Wendling2012-06-201-17/+17
| | | | llvm-svn: 158817
* Un-indent list to remove ugly back-slash.Bill Wendling2012-06-201-18/+16
| | | | llvm-svn: 158816
* Fix the formatting a bit.Bill Wendling2012-06-201-41/+8
| | | | llvm-svn: 158815
* Sphinxify the developer policy document.Bill Wendling2012-06-203-643/+533
| | | | llvm-svn: 158814
* Sphinxify the lexicon doc.Bill Wendling2012-06-203-295/+196
| | | | llvm-svn: 158813
* Sphinxify BranchWeightMetadata document.Bill Wendling2012-06-203-165/+120
| | | | llvm-svn: 158810
* Sphinxify the LTO document.Bill Wendling2012-06-203-402/+300
| | | | llvm-svn: 158808
* Unindent list.Bill Wendling2012-06-201-40/+40
| | | | llvm-svn: 158806
* Sphinxify the AliasAnalysis document.Bill Wendling2012-06-203-1068/+708
| | | | llvm-svn: 158805
* Unindent list.Bill Wendling2012-06-201-15/+15
| | | | llvm-svn: 158804
* Un-indent the list and remove ugly back-slash.Bill Wendling2012-06-201-44/+42
| | | | llvm-svn: 158803
* Sphinxify the MakefileGuide document.Bill Wendling2012-06-203-1041/+959
| | | | llvm-svn: 158789
* Sphinxify the CodingStandard documentation.Bill Wendling2012-06-203-1568/+1155
| | | | llvm-svn: 158786
* Add Projects.rst to the toctree.Bill Wendling2012-06-191-1/+8
| | | | llvm-svn: 158753
* Use correct capitalization.Bill Wendling2012-06-191-1/+1
| | | | llvm-svn: 158752
* Indent coding examples.Bill Wendling2012-06-191-5/+5
| | | | llvm-svn: 158728
* Remove bad HTML tags. Add missing :.Bill Wendling2012-06-191-4/+4
| | | | llvm-svn: 158726
* Put flag names on one line.Bill Wendling2012-06-191-2/+1
| | | | llvm-svn: 158715
* Fix italicized text.Bill Wendling2012-06-191-4/+4
| | | | llvm-svn: 158714
* Use correct URL.Bill Wendling2012-06-191-1/+1
| | | | llvm-svn: 158713
* Fix numbering of list items.Bill Wendling2012-06-191-6/+6
| | | | llvm-svn: 158712
* Fix some Sphinx mistakes.Bill Wendling2012-06-191-41/+40
| | | | llvm-svn: 158711
* First attempt at Sphinx. Convert the Projects.html file to Sphinx format.Bill Wendling2012-06-192-482/+329
| | | | llvm-svn: 158709
* revert r158660, since Chris has some issues with this patch (namely using ↵Nuno Lopes2012-06-181-44/+0
| | | | | | | | | | code to reprent information only used by the compiler) Original commit msg: add the 'alloc' metadata node to represent the size of offset of buffers pointed to by pointers. This metadata can be attached to any instruction returning a pointer llvm-svn: 158688
* [docs] Port FAQ over to Sphinx.Michael J. Spencer2012-06-183-759/+466
| | | | | | Patch by Mikael Lyngvig! llvm-svn: 158677
OpenPOWER on IntegriCloud