Displaying 20 results from an estimated 28 matches for "sphinxquickstarttemplate".
2012 Oct 18
2
[LLVMdev] Newbie question for registering new target with LLVM
Hi Tim,
Have you considered taking your knowledge about writing backends and
improve the current documentation? I have made a document which should
allow you to get up and running writing documentation extremely
quickly and easily; you can find it at
<http://llvm.org/docs/SphinxQuickstartTemplate.html>.
Any help is greatly appreciated. Even just a slightly more expository
coverage of the material in your email would be a great addition to
the docs, and could serve as a seed for others to improve. This email
reply you just gave seems like it would fit really well into a new
document &quo...
2012 Oct 19
0
[LLVMdev] Newbie question for registering new target with LLVM
> Have you considered taking your knowledge about writing backends and
> improve the current documentation? I have made a document which should
> allow you to get up and running writing documentation extremely
> quickly and easily; you can find it at
> <http://llvm.org/docs/SphinxQuickstartTemplate.html>.
Could be a good idea. I'll see what I can do this weekend.
Tim.
2013 May 25
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
...rote:
> https://wiki.linaro.org/WorkingGroups/ToolChain/LLVM/LLVMRelease
>
>
Could you please incorporate this useful document into LLVM's official
documentation? I think that this is good content for encouraging greater
external/downstream involvement in the release process. See
docs/SphinxQuickstartTemplate.rst to get up and running fast.
Also, it's weird (possibly disingenuous) seeing linaro.org saying "we" to
refer to the larger LLVM community (or at least that's how I understand the
"we" in "we aim to release regularly to avoid keeping stable users away
from new fe...
2013 May 25
0
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
...25 May 2013 20:42, Sean Silva <silvas at purdue.edu> wrote:
> Could you please incorporate this useful document into LLVM's official
> documentation? I think that this is good content for encouraging greater
> external/downstream involvement in the release process. See
> docs/SphinxQuickstartTemplate.rst to get up and running fast.
>
I sure can. I thought there was already a doc on that at LLVM about that.
If there is, would be good to start there.
>
> Also, it's weird (possibly disingenuous) seeing linaro.org saying "we" to
> refer to the larger LLVM community (or...
2013 Jan 17
1
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...significantly w.r.t.
writing tests with it, discouraging its use and making people look for
a different way.
The cargo culting also points to a lack of adequate documentation
about how to add a new test (`HowToAddATest.rst`? You might be a good
person to write that ;)
<http://www.llvm.org/docs/SphinxQuickstartTemplate.html>). HowTo
documents are a great way to disseminate best practices.
[1] <http://llvm.org/docs/TestingGuide.html#writing-new-regression-tests>
-- Sean Silva
2012 Nov 05
0
[LLVMdev] mips 16 port available
...still some cleanup I will do but essentially I
> have cleanly layered the abstraction into four layers:
> 1) machine formats
> 2) assembly syntax
> 3) instructions (none with patterns)
> 4) patterns.
Maybe you could write a bit more in-depth about this?
<http://www.llvm.org/docs/SphinxQuickstartTemplate.html>
-- Sean Silva
On Mon, Nov 5, 2012 at 12:50 PM, Reed Kotler <rkotler at mips.com> wrote:
> I have pushed almost all the changes for the mips16 port and it passes about
> 90% of the single source tests from test-suite. It is still an experimental
> port but I am working hard...
2014 Jun 03
3
[LLVMdev] [LLVM Doc] tblgen backends
I agree, but I have no experience with LLVM doc.
The job is very simple: add link at page
https://github.com/draperlaboratory/fracture/wiki/How-TableGen%27s-DAGISel-Backend-Works
into doc page
http://llvm.org/docs/TableGen/BackEnds.html
But how I can do it?
On Tue, Jun 3, 2014 at 4:41 PM, Renato Golin <renato.golin at linaro.org>
wrote:
> Hi Daniil,
>
> Those look great! I think
2012 Nov 05
2
[LLVMdev] mips 16 port available
I have pushed almost all the changes for the mips16 port and it passes
about 90% of the single source tests from test-suite. It is still an
experimental port but I am working hard to finish up the last details as
soon as possible.
Some things that are incomplete:
1) It is using soft float at this time. I did not like the gcc mips16
floating point design and will do something much better for
2013 Dec 12
0
[LLVMdev] Summary of TableNextGen BOF
...l people who have some familiarity (not
even very much) with particular parts of tablegen, in particular the
emitters in utils/TableGen, to try to do a "sprint" walking through the
code to build up a skeleton description, like I did for
docs/TableGen/LangRef.rst. <
http://llvm.org/docs/SphinxQuickstartTemplate.html> has everything you need
to get up and running with writing docs.
>
> It was generally agreed that a way to solve this is to create a shared
> repository where everyone can commit any pieces of information they might
> have. We hope it will grow to a proper documentation for t...
2012 Dec 13
1
[LLVMdev] Binutils and LLVM - gathering information
On Thu, Dec 13, 2012 at 8:13 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
> On Nov 6, 2012, at 2:19 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
>
>> Binutils and LLVM
>>
>> As part of "owning our own toolchain", various people have expressed an interest and have been working on creating various tools that duplicate the functionality of
2013 May 25
0
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On 25 May 2013 04:59, Jeffrey Walton <noloader at gmail.com> wrote:
> 4 cd llvm-3.2.src/tools
> 5 tar xvf ../../clang-3.2.src.tar.gz
> 6 mv clang-3.2.src clang
> 7 cd ..
>
You don't need to do any of it, there are already symlinks on the llvm.src
dir to point to all others on the same root. Just unpack each source tar
ball and be happy. ;)
> 8 ./configure
2013 Dec 10
3
[LLVMdev] Summary of TableNextGen BOF
Hello everyone.
I apologise for the sizeable delay in sending this.
The BoF was attended by quite a lot of people and there was general
agreement that tablegen needs improvement in some shape of form. However
there are many divergent ideas as to how to go about this improvement. Of
course this is completely natural, tablegen being a versatile tool used by
many different people for many different
2013 Aug 02
4
[LLVMdev] Assorted notes on garbage collection with LLVM
Hi all,
I've been working recently on a precise garbage collector which runs
alongside native code JITted by LLVM. Today marks the first time the GC has
passed its entire test suite as well as extensive soak tests in non-trivial
programs.
It's been an interesting and educational process, to say the least, and
I've run into quite a few things that might be useful to know for others
2013 Jan 22
2
[LLVMdev] mips16 whitepaper
On 01/21/2013 03:28 PM, Sean Silva wrote:
> Please add this to <http://llvm.org/docs/CompilerWriterInfo.html>
> (docs/CompilerWriterInfo.rst)
>
> -- Sean Silva
I will. I owe a very long mips16 write up , especially for floating
point when I'm done.
It's very complicated the way they implemented hard float in gcc and it
is not documented.
It took me some thinking and
2014 Jun 06
2
[LLVMdev] [LLVM Doc] tblgen backends
...TableGen/BackEnds.html#dagisel is a simple
way to connect developers looking for information with useful information.
-- Sean Silva
>
> About LLVM's docs, it's based on Sphinx (http://sphinx-doc.org/ or
> http://lld.llvm.org/sphinx_intro.html) and this
> (http://llvm.org/docs/SphinxQuickstartTemplate.html) should get you
> going with LLVM docs. At the end, just submit your patch to the
> llvm-commits list and if approved, it'll be merged.
>
> cheers,
> --renato
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu...
2013 May 25
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On Fri, May 24, 2013 at 4:21 PM, Bill Wendling <wendling at apple.com> wrote:
> On May 24, 2013, at 1:19 PM, Bill Wendling <wendling at apple.com> wrote:
>
>> Hi!
>>
>> The binaries for the 3.3 release candidate 2 are starting to role in. Please take them and give them a go. Please file bug reports for any problems you encounter.
>>
>> At this point,
2013 May 26
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
...ean Silva <silvas at purdue.edu> wrote:
>
>> Could you please incorporate this useful document into LLVM's official
>> documentation? I think that this is good content for encouraging greater
>> external/downstream involvement in the release process. See
>> docs/SphinxQuickstartTemplate.rst to get up and running fast.
>>
>
> I sure can. I thought there was already a doc on that at LLVM about that.
> If there is, would be good to start there.
>
>
AFAIK, the closest we have is <http://llvm.org/docs/HowToReleaseLLVM.html>,
which details basically what the r...
2014 Jan 10
8
[LLVMdev] All backends now use the MC asm printer
In r198030 the last in tree backend was converted to use MCInst for
printing assembly. I removed support for the old printer in r198959.
Out of tree targets have to lower MachineInstr to MCInst to use the new printer.
Cheers,
Rafael
2013 Jan 17
0
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Thu, Jan 17, 2013 at 10:20 AM, Jim Grosbach <grosbach at apple.com> wrote:
>
> On Jan 17, 2013, at 9:57 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>
>> On Thu, Jan 17, 2013 at 7:51 PM, Sean Silva <silvas at purdue.edu> wrote:
>>> On Thu, Jan 17, 2013 at 8:36 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>>>> We have to
2013 Sep 24
0
[LLVMdev] request for tutorial
...sm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html>. Other
than that, I don't know very much material to recommend about MC.
If you gain any insight about a specific thing in the course of your
backend project, please feel free to share that knowledge by documenting <
http://llvm.org/docs/SphinxQuickstartTemplate.html>.
-- Sean Silva
On Mon, Sep 23, 2013 at 8:29 PM, Preston Briggs <preston.briggs at gmail.com>wrote:
> When I registered for dev conference, there was a field asking what I was
> particularly interested in learning. I didn't fill it out then , but it
> occurs to me now...