| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
This has been bit-rotting, so fix it up. I'll have to edit this again
once the MD* classes have been renamed to DI* -- I'll try to remember to
do that with the commit that renames them.
llvm-svn: 235244
|
|
|
|
|
|
|
|
| |
Patch by Eitan Adler.
Differential Revision: http://reviews.llvm.org/D8514
llvm-svn: 234939
|
|
|
|
|
|
| |
Based on a patch by Stanislav Manilov!
llvm-svn: 233771
|
|
|
|
|
|
| |
Patch by Stanislav Manilov!
llvm-svn: 232546
|
|
|
|
|
|
| |
Information' since this isn't actually modifying/extending the language.
llvm-svn: 228512
|
|
|
|
| |
llvm-svn: 227020
|
|
|
|
|
|
|
|
| |
The number of lines of code in Kaleidoscope has risen from the
previously reported 700 to 986 according to the cloc tool. This tools
was run on the toy.cpp file from Chapter 8.
llvm-svn: 227019
|
|
|
|
|
|
| |
"jit" doesn't exist anymore.
llvm-svn: 225462
|
|
|
|
|
|
|
| |
and rearrange the prologue source location hack to immediately
after it.
llvm-svn: 223725
|
|
|
|
| |
llvm-svn: 223682
|
|
|
|
|
|
|
|
|
| |
a description of how to add debug information using DWARF and
DIBuilder to the language.
Thanks to David Blaikie for his assistance with this tutorial.
llvm-svn: 223671
|
|
|
|
|
|
|
| |
The old examples had missing/incorrect flags that were causing failures on newer
versions of clang and the tutorial code.
llvm-svn: 221419
|
|
|
|
|
|
|
|
|
|
| |
Some references to llvm-gcc were so crusty that I wasn't sure how to
proceed and so I've left them intact.
I also slipped in a quick peephole fix to use a :doc: link instead of
raw HTML link.
llvm-svn: 201619
|
|
|
|
|
|
| |
Original patch by Damien Schoof
llvm-svn: 194067
|
|
|
|
| |
llvm-svn: 184514
|
|
|
|
|
|
|
|
|
|
|
| |
Several LLVM headers are moved. The code listings in
LLVM tutorial are not updated yet.
This CL removes the code replica in the .rst, and replace
them with a literalinclude directive, so that sphinx can
include the latest code automatically.
llvm-svn: 183607
|
|
|
|
| |
llvm-svn: 180843
|
|
|
|
|
|
|
| |
In the spirit of r172109. Version control keeps a far more detailed
record of authorship anyways.
llvm-svn: 176807
|
|
|
|
| |
llvm-svn: 173224
|
|
|
|
| |
llvm-svn: 171154
|
|
|
|
| |
llvm-svn: 170998
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sorry for the massive commit, but I just wanted to knock this one down
and it is really straightforward.
There are still a couple trivial (i.e. not related to the content)
things left to fix:
- Use of raw HTML links where :doc:`...` and :ref:`...` could be used
instead. If you are a newbie and want to help fix this it would make
for some good bite-sized patches; more experienced developers should
be focusing on adding new content (to this tutorial or elsewhere, but
please _do not_ waste your time on formatting when there is such dire
need for documentation (see docs/SphinxQuickstartTemplate.rst to get
started writing)).
- Highlighting of the kaleidoscope code blocks (currently left as bare
`::`). I will be working on writing a custom Pygments highlighter for
this, mostly as training for maintaining the `llvm` code-block's lexer
in-tree. I want to do this because I am extremely unhappy with how it
just "gives up" on the slightest deviation from the expected syntax
and leaves the whole code-block un-highlighted.
More generally I am looking at writing some Sphinx extensions and
keeping them in-tree as well, to support common use cases that
currently have no good solution (like "monospace text inside a link").
llvm-svn: 169343
|
|
|
|
| |
llvm-svn: 169309
|
|
|
|
| |
llvm-svn: 165403
|
|
|
|
| |
llvm-svn: 161037
|
|
|
|
| |
llvm-svn: 160621
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 156032
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
llvm-ld is no longer useful and causes confusion and so it is being removed.
* Does not work very well on Windows because it must call a gcc like driver to
assemble and link.
* Has lots of hard coded paths which are wrong on many systems.
* Does not understand most of ld's options.
* Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
ld, or fully replaced by Clang.
I know of no production use of llvm-ld, and hacking use should be
replaced by Clang's driver.
llvm-svn: 155147
|
|
|
|
| |
llvm-svn: 142125
|
|
|
|
|
|
|
| |
LangImpl6.html (it needed to defined the 'binary :' operator).
PR9052
llvm-svn: 142123
|
|
|
|
| |
llvm-svn: 141103
|
|
|
|
|
|
| |
Patches by Damien Schoof!
llvm-svn: 135293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<h2>Section Example</h2>
<div> <!-- h2+div is applied -->
<p>Section preamble.</p>
<h3>Subsection Example</h3>
<p> <!-- h3+p is applied -->
Subsection body
</p>
<!-- End of section body -->
</div>
FIXME: Care H5 better.
llvm-svn: 130040
|
|
|
|
|
|
|
|
|
| |
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
llvm-svn: 129736
|
|
|
|
|
| |
FIXME: The logo handling in ReleaseNotes.html
llvm-svn: 129208
|
|
|
|
| |
llvm-svn: 129183
|
|
|
|
| |
llvm-svn: 129181
|
|
|
|
|
|
| |
PHINode::Create() giving the (known or expected) number of operands.
llvm-svn: 128537
|
|
|
|
| |
llvm-svn: 126573
|
|
|
|
| |
llvm-svn: 125544
|
|
|
|
| |
llvm-svn: 122651
|
|
|
|
| |
llvm-svn: 122650
|
|
|
|
|
|
| |
for Arnaud Allard de Grandmaison for preparing a patch.
llvm-svn: 119351
|
|
|
|
|
|
| |
no longer included by default.
llvm-svn: 119169
|
|
|
|
| |
llvm-svn: 112733
|
|
|
|
| |
llvm-svn: 106468
|
|
|
|
| |
llvm-svn: 105933
|
|
|
|
| |
llvm-svn: 104962
|
|
|
|
| |
llvm-svn: 103219
|