summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headersDmitri Gribenko2013-01-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171729 91177308-0d34-0410-b5e6-96231b3b80d8
* Documentation updates for pointer-to-member debug info added in r171698.David Blaikie2013-01-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171701 91177308-0d34-0410-b5e6-96231b3b80d8
* tblgen, docs: Add initial syntax reference.Sean Silva2013-01-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171685 91177308-0d34-0410-b5e6-96231b3b80d8
* Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combination thatDmitri Gribenko2013-01-06
| | | | | | | is actually used by a few Linux distributions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171671 91177308-0d34-0410-b5e6-96231b3b80d8
* Add reference to dcommit on GettingStartedRenato Golin2013-01-06
| | | | | | Signed-off-by: Renato Golin <renato.golin@linaro.org> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171642 91177308-0d34-0410-b5e6-96231b3b80d8
* GettingStarted: improve formatting and document that configure checks forDmitri Gribenko2013-01-05
| | | | | | | 'clang' to use it as the compiler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171630 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the gcc-loops benchmarks results with the new automatic unrolling ↵Nadav Rotem2013-01-04
| | | | | | feature. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171509 91177308-0d34-0410-b5e6-96231b3b80d8
* fix a couple of typosEli Bendersky2013-01-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171508 91177308-0d34-0410-b5e6-96231b3b80d8
* Add linpack-pc benchNadav Rotem2013-01-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171499 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the docs about the new unroll features.Nadav Rotem2013-01-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171470 91177308-0d34-0410-b5e6-96231b3b80d8
* Reformat the rst text.Nadav Rotem2013-01-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171449 91177308-0d34-0410-b5e6-96231b3b80d8
* LoopVectorizer: Document the unrolling feature.Nadav Rotem2013-01-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171445 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: update docs/README.txt and make it useful.Sean Silva2013-01-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171353 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171342 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Fix FIXMESean Silva2012-12-31
| | | | | | | I actually made a think-o when writing this FIXME since I wrote LangRef but it should actually have said WritingAnLLVMBackend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171293 91177308-0d34-0410-b5e6-96231b3b80d8
* Documentation: add a section to prevent spurious test failures like the oneDmitri Gribenko2012-12-30
| | | | | | | fixed in r171243. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171258 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Add FAQ about "storing to a virtual register".Sean Silva2012-12-27
| | | | | | This came up for the N+1'st time today in IRC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171155 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Move link to the new "external tutorials" area.Sean Silva2012-12-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171154 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Update the benchmark with updated perf numbers.Nadav Rotem2012-12-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171149 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the docs with the new workload that was added.Nadav Rotem2012-12-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171115 91177308-0d34-0410-b5e6-96231b3b80d8
* revert an accidental commit.Nadav Rotem2012-12-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171098 91177308-0d34-0410-b5e6-96231b3b80d8
* Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel.Nadav Rotem2012-12-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171094 91177308-0d34-0410-b5e6-96231b3b80d8
* Documentation: fix typos reported in PR13866Dmitri Gribenko2012-12-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171006 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Add link to external LLVM backend tutorial.Sean Silva2012-12-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170998 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: More robust image scaling fix.Sean Silva2012-12-21
| | | | | | | Hopefully these benchmarks will be updated in the future, so avoid hardcoding image dimensions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170819 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Prevent image scaling.Sean Silva2012-12-21
| | | | | | Tell the image to be its natural size. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170816 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Try out nosidebar.Sean Silva2012-12-20
| | | | | | Please squawk if you find this appalling or otherwise don't like it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170803 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Cleanup trailing whitespace.Sean Silva2012-12-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170799 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: actually indent these consistentlySean Silva2012-12-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170792 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Indent consistently in code examples.Sean Silva2012-12-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170791 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Improve navigation for Vectorizers.rstSean Silva2012-12-20
| | | | | | | Add links in the intro paragraph. Add table of contents. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170790 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: bring back link for reddit.Sean Silva2012-12-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170776 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Make document name congruent with title.Sean Silva2012-12-20
| | | | | | | | Hopefully nobody has linked to it yet... OK'd by Nadav. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170768 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate ↵James Molloy2012-12-20
| | | | | | | | | | call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call. Similarly inlining of the function is inhibited, if that would duplicate the call (in particular inlining is still allowed when there is only one callsite and the function has internal linkage). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170704 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Show TOC for GettingStarted.rst.Sean Silva2012-12-20
| | | | | | | | | | This is a pretty lengthy document, so put the table of contents in your face so that it's easier to scope out the content. This document is a mess currently and needs to be refactored/revised/split-up. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170646 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Clean up adornments.Sean Silva2012-12-20
| | | | | | | | | | | | | For whatever reason the usage of '^^^' and '---' adornments were reversed compared to the "canonical" style of the LLVM docs (which is currently "the style used in SphinxQuickstartTemplate.rst"). This change doesn't affect the document structure at all, I'm just doing it for trivial stylistic consistency (the document content is *much* more important---thanks Nadav for writing this up!). Also, trim the adornments to be the same length as the section names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170638 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: ASCII-fySean Silva2012-12-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170637 91177308-0d34-0410-b5e6-96231b3b80d8
* doc: resize the image.Nadav Rotem2012-12-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170622 91177308-0d34-0410-b5e6-96231b3b80d8
* Doc: update the chart.Nadav Rotem2012-12-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170618 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Fix title underline warningsMeador Inge2012-12-19
| | | | | | | | | | Building Vectorizers.rst produces a few warnings of the form: WARNING: Title underline too short. Fixed by adding the extra needed dashes under the title. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170582 91177308-0d34-0410-b5e6-96231b3b80d8
* doc: add subsections.Nadav Rotem2012-12-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170568 91177308-0d34-0410-b5e6-96231b3b80d8
* DOC: document the use of O2, O3 and Os with -fvectorize.Nadav Rotem2012-12-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170567 91177308-0d34-0410-b5e6-96231b3b80d8
* Documentation: add a missing spaceDmitri Gribenko2012-12-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170542 91177308-0d34-0410-b5e6-96231b3b80d8
* DOC: fix the url format.Nadav Rotem2012-12-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170513 91177308-0d34-0410-b5e6-96231b3b80d8
* DOC: add a benchmarks that compares us to gcc and icc. Nadav Rotem2012-12-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170509 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: fix typos.Nadav Rotem2012-12-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170504 91177308-0d34-0410-b5e6-96231b3b80d8
* DOC: Add a webpage that describes the loop and bb vectorizers.Nadav Rotem2012-12-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170503 91177308-0d34-0410-b5e6-96231b3b80d8
* Actually update the grammar of this sentence to reflect the removal of CellSPU.Chandler Carruth2012-12-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170268 91177308-0d34-0410-b5e6-96231b3b80d8
* Release notes for dragonegg 3.2.Duncan Sands2012-12-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170243 91177308-0d34-0410-b5e6-96231b3b80d8
* The CellSPU backend is more than experimental, it's dead now...Chandler Carruth2012-12-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170201 91177308-0d34-0410-b5e6-96231b3b80d8