History log of /external/llvm/docs/GettingStarted.rst
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de2d8694e25a814696358e95141f4b1aa4d8847e 20-Sep-2016 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r275480

Bug: http://b/31320715

This merges commit 7dcf7f03e005379ef2f06db96aa93f06186b66d5 from
aosp/dev.

Test: Build AOSP and run RenderScript tests (host tests for slang and
libbcc, RsTest, CTS)

Change-Id: Iaf3738f74312d875e69f61d604ac058f381a2a1a
/external/llvm/docs/GettingStarted.rst
f3ef5332fa3f4d5ec72c178a2b19dac363a19383 04-Mar-2016 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r256229

http://b/26987366

Change-Id: I1f29c4676a8abe633ab5707dded58d846c973d50
/external/llvm/docs/GettingStarted.rst
6948897e478cbd66626159776a8017b3c18579b9 01-Jul-2015 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r239765

Bug: 20140355: This rebase pulls the upstream fix for the spurious
warnings mentioned in the bug.

Change-Id: I7fd24253c50f4d48d900875dcf43ce3f1721a3da
/external/llvm/docs/GettingStarted.rst
4c5e43da7792f75567b693105cc53e3f1992ad98 08-Apr-2015 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master llvm for rebase to r233350

Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49
/external/llvm/docs/GettingStarted.rst
ebe69fe11e48d322045d5949c83283927a0d790b 23-Mar-2015 Stephen Hines <srhines@google.com> Update aosp/master LLVM for rebase to r230699.

Change-Id: I2b5be30509658cb8266be782de0ab24f9099f9b9
/external/llvm/docs/GettingStarted.rst
b3f52a221c984c43ace0d08d5a8222e2ddf6b3bc 12-Dec-2014 Rafael Espindola <rafael.espindola@gmail.com> Require python 2.7.

We were already requiring 2.5, which meant that people on old linux distros
had to upgrade anyway.

Requiring python 2.6 will make supporting 3.X easier as we can use the 3.X
exception syntax.

According to the discussion on llvmdev, there is not much value is requiring
just 2.6, we may as well just require 2.7.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224129 91177308-0d34-0410-b5e6-96231b3b80d8
(cherry picked from commit 708bc15ff07dc2fcee3a66988bfc5bc15b80eb5f)
/external/llvm/docs/GettingStarted.rst
37ed9c199ca639565f6ce88105f9e39e898d82d0 01-Dec-2014 Stephen Hines <srhines@google.com> Update aosp/master LLVM for rebase to r222494.

Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d
/external/llvm/docs/GettingStarted.rst
c6a4f5e819217e1e12c458aed8e7b122e23a3a58 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
/external/llvm/docs/GettingStarted.rst
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/docs/GettingStarted.rst
88429cfb39df6f62e521968ba0b2780f38a261d9 27-Oct-2013 Bill Wendling <isanbard@gmail.com> Update the Python version. And Perl isn't used anymore.
PR17608

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193491 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
bf15f1993b1268556e2aefc57e23190483ab9312 09-Oct-2013 Bill Wendling <isanbard@gmail.com> Add missing releases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192304 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
6b4e9ba21855b1f69c33bdaf416fdb88064aa9fe 26-Sep-2013 Renato Golin <renato.golin@linaro.org> Add links to cross-compilation docs from getting started

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191425 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
cdceda4bc62e760fce1b795c2825bc871715a173 02-Sep-2013 Chandler Carruth <chandlerc@gmail.com> Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 as
part of getting started with LLVM.

The LLVM getting started document is in woeful need of attention. I may
get to some of this, but some random notes for folks interested:

1) We need to separate the getting started steps for folks who are
interested in the core LLVM libs and nothing else, folks interested
in a nifty C++ toolchain and nothing else, and folks interested in
both.
2) We should include documentation for both release archives, svn, and
git in equal portion, and we should document all of the various
repositories of interest: llvm, clang, clang-tools-extra,
compiler-rt, lld, libcxx, test-suite.
3) We should document the CMake build. We should probably document the
CMake build first, and give a fall-back set of docs for the Makefile
build for the use cases where that is still the preferred solution.
This would more closely match the use cases that folks in the open
source community are likely to have, and would remove a point of
discrepancy between Linux, Windows, and Mac instructions.
4) Probably a ton of other modernization stuff that I've not thought of
here.

Anyways, if anyone at all is interested, please help clean up this
document. It is much needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189732 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
13230064236e0cb916cefddcd75bd55d9ce15c41 17-Aug-2013 Daniel Dunbar <daniel@zuster.org> [typo] An LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188589 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
6fccaafd8be0eb7619b5a210387b0d1254ef4174 25-Jul-2013 Rafael Espindola <rafael.espindola@gmail.com> Remove the mblaze backend from llvm.

Approval in here http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-July/064169.html

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187145 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
0262db3b55301c6d6b75a432273e6b12d9cbbba9 11-Jun-2013 Michael Liao <michael.liao@intel.com> Fix documentation on the path to Bitcode reader/writer



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183761 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
e0f26bc008bf7eb176595ab170cca86e21a6eae8 22-May-2013 Rui Ueyama <ruiu@google.com> Fix typo in docs/GettingStarted.rst.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182496 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
735ab83b3cbe18c97ec9e397c41fa21a7ef639a4 06-May-2013 Ulrich Weigand <ulrich.weigand@de.ibm.com> [SystemZ] Add configure bits

This patch wires up the SystemZ target in configure, so that it can now be
built using --enable-targets=systemz. It is not yet included in the default
build (--enable-targets=all); this will be done by a follow-up patch.

Patch by Richard Sandiford.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181208 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
e1f079064ad73454e25bb2154f6d450230c3c2b9 26-Apr-2013 Michael Gottesman <mgottesman@apple.com> Updated GettingStarted.rst so that it references utils/git-svn for git-svnup instead of catting it into the documentation itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180589 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
ee03c949b85036b68c261dcc27dca064ee7e525d 23-Apr-2013 Alexey Samsonov <samsonov@google.com> Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180083 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
7f5f06b818133c8b37764ead6e2f683f5bf7b51b 28-Mar-2013 Thomas Schwinge <thomas@schwinge.name> Correct spelling of Git.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178254 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
9409a64eb07b1558191fd313eb6fc871f2b2a6a0 25-Mar-2013 Dmitri Gribenko <gribozavr@gmail.com> Documentation: Replace dead link for binfmt_misc

Patch by Thomas Schwinge.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177876 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
9c22886a0105241b7bdc0f77a61bcae36e586a41 24-Mar-2013 Tobias Grosser <grosser@fim.uni-passau.de> GettingStarted: Add Git clone instructions for compiler-rt and test-suite

Contributed-by: Thomas Schwinge <thomas@codesourcery.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177841 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
37527d1943e10135e05c263fec5ea7a850aedf88 26-Feb-2013 Renato Golin <renato.golin@linaro.org> Adding ARM as supported architecture

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176096 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
86ab766ae9355806b958131914b6faa16069bfbb 26-Feb-2013 Renato Golin <renato.golin@linaro.org> GCC 4.6.3 O3 miscompiles on ARM

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176090 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
0e3f4269486ff2b89211e562a55775129fc2646b 25-Jan-2013 Michael Gottesman <mgottesman@apple.com> Fixed typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173478 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
7e4aeba9f3007e601f2a53fc295b481d7762516d 25-Jan-2013 Michael Gottesman <mgottesman@apple.com> Added new section to the git-svn getting started section that provides a
custom git script called git-svnup which handles all of the work of
using the git-mirrors/keeping the git-svn numbers in sync.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173472 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
55c6f0c6144b218e392c511f9e33b05bde08015f 18-Jan-2013 Dmitri Gribenko <gribozavr@gmail.com> Documentation: remove all mentions of DejaGNU and Tcl

We don't have DejaGNU tests now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172836 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
a7aec400a7014edba1eeb53c582d3ab47178fe8d 11-Jan-2013 Sean Silva <silvas@purdue.edu> docs: Fix long standing linking antipattern.

Before we learned about :doc:, we used :ref: and put a dummy link at the
top of each page. Don't do that anymore.

This fixes PR14891 as a special case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172162 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
8a0f3f78118a695f7343678fbe0162ee891e7c6e 10-Jan-2013 Sean Silva <silvas@purdue.edu> docs: fix broken link.

PR14889

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172046 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
a1e7530bb4a7aa8626f36a77be77fccade1d0b34 07-Jan-2013 Dmitri Gribenko <gribozavr@gmail.com> Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headers


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171729 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
be0ffd1e5a0784e9e7acfd32d3c582f6bb40c117 06-Jan-2013 Dmitri Gribenko <gribozavr@gmail.com> Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combination that
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
/external/llvm/docs/GettingStarted.rst
e36291a1ef834e83089d52cd3129aa5dd666e3cb 06-Jan-2013 Renato Golin <rengolin@systemcall.org> Add reference to dcommit on GettingStarted

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
/external/llvm/docs/GettingStarted.rst
8b2bcf4f753be8100fc712d6267f38b21085fc13 05-Jan-2013 Dmitri Gribenko <gribozavr@gmail.com> GettingStarted: improve formatting and document that configure checks for
'clang' to use it as the compiler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171630 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
7d31849c44a15924cb1e0d7b72d540c80c27abac 20-Dec-2012 Sean Silva <silvas@purdue.edu> docs: Show TOC for GettingStarted.rst.

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
/external/llvm/docs/GettingStarted.rst
527036d5ff4bcb1afe6e85cfab9a3d85dcc5db7b 12-Dec-2012 Dmitri Gribenko <gribozavr@gmail.com> Documentation: use a 'console' highlighter for terminal output examples. This
gives a nicer output than 'bash'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169979 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
51434aa375f10319db7f2190ad189073e17e3efb 28-Nov-2012 NAKAMURA Takumi <geek4civic@gmail.com> docs: [CMake] Add Xcode to the list of project formats CMake can generate.

Suggested by Sean McBride, thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168745 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
426fe8b83a84d9608bf8af96117316a921027f18 20-Nov-2012 Sean Silva <silvas@purdue.edu> docs: Fix highlighting.

.git/config was marked as "bash" instead of "ini".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168365 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
c796af69298148346922d30d1986eef1d92ee2dd 18-Nov-2012 Dmitri Gribenko <gribozavr@gmail.com> Documentation: fix broken link.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168285 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
b92ef128ec01e9869c411b02356ce3dc9c6f5141 15-Nov-2012 Joel Jones <joel_k_jones@apple.com> Add description of how to build docs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168088 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
ac99eed043e84905bc2fb299ccaf5809e9c0e90f 14-Nov-2012 Sean Silva <silvas@purdue.edu> docs: Sphinxify TestingGuide

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167979 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
cea9264f6bcc00e5e9b696f5c098719a1461ec58 11-Oct-2012 NAKAMURA Takumi <geek4civic@gmail.com> GettingStarted.rst: s/&amp;/&/g

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165690 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
df60867d9c82a5e181625210d9c76ad63a149c27 11-Oct-2012 NAKAMURA Takumi <geek4civic@gmail.com> GettingStarted.rst: Fix the label to DeveloperPolicy.html.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165689 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
a8759dde00080ede58284be3d16780382d49f972 10-Oct-2012 Sean Silva <silvas@purdue.edu> docs: Attempt to fix PR14053.

Hypothesis 1: use of `.. code::` directive instead of `.. code-block::`
is causing Sphinx to discard the block. On my machine, `.. code::`
renders fine. However, I don't think that `.. code::` is actually a
legit Sphinx directive. I believe that on my machine Sphinx is falling
back to just displaying it monospace with no syntax, whereas llvm.org's
Sphinx is just discarding it.

This is truly "remote debugging" since I can't reproduce this on my
machine. It would be helpful to be able to see the llvm.org Sphinx
build logs; if that's possible please let me know.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165632 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
59ccfb004c38324161098ff3eff0573f580f4ef0 07-Oct-2012 Sean Silva <silvas@purdue.edu> Silence Sphinx warnings.

Found the fix on this page:
http://permalink.gmane.org/gmane.comp.python.sphinx.devel/112

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165380 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst
f93c55a3920846ce1fdc7fe939e6dad1ae80989b 07-Oct-2012 Bill Wendling <isanbard@gmail.com> Sphinxify the GettinStarted documentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165372 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/docs/GettingStarted.rst