David H Post
|
125e65e261
|
Fix corrupted text and example in 7.3 Memory in LLVM
|
2013-04-10 15:15:19 -05:00 |
|
Paul Sokolovsky
|
d74ff4dc2b
|
Fill in required explicit argument for code-block.
|
2013-02-24 00:44:48 +02:00 |
|
Paul Sokolovsky
|
8086487ab7
|
Fix "title underline too short" warnings.
|
2013-02-24 00:44:48 +02:00 |
|
Paul Sokolovsky
|
bf484aa216
|
Correct if-then-else LLVM asm example.
As was present vividly breaks LLVM IR constraints on SSA and basic-blocks:
same var being assigned twice, no control transfer at the end of basic block.
Compare with the original:
http://www.mdevan.org/llvm-py/kaleidoscope/PythonLangImpl5.html
|
2013-02-19 08:36:52 +02:00 |
|
John Szakmeister
|
b3a04c4a34
|
Move the closing curly branch to line up with the rest of the code.
|
2012-11-30 04:45:30 -05:00 |
|
John Szakmeister
|
78f81fec73
|
Fix the id matching in the kaleidoscope tutorial.
|
2012-11-30 04:04:14 -05:00 |
|
John Szakmeister
|
7c7c198953
|
Mark a block of code as text, and remove the python-isms.
The kaleidoscope language being implemented looks similar to Python, but
is not the same.
|
2012-11-30 04:01:04 -05:00 |
|
John Szakmeister
|
f9376bf2d0
|
Fix an error in the full listing for the kaleidoscope lexer.
|
2012-11-30 03:29:40 -05:00 |
|
Maggie Mari
|
f771c3a86d
|
Finished editing PythonLangImpl7.rst
|
2012-08-23 11:16:54 -05:00 |
|
Maggie Mari
|
16860436d4
|
Finished editing PythonLangImpl6.rst.
|
2012-08-21 17:59:44 -05:00 |
|
Maggie Mari
|
e7cbaea1e8
|
Doc editing
|
2012-08-20 17:52:00 -05:00 |
|
Maggie Mari
|
c7cbebab7b
|
Additional doc fixes.
|
2012-08-20 17:11:26 -05:00 |
|
Maggie Mari
|
67ee2792bf
|
Removed extraneous slashes.
|
2012-08-20 13:34:40 -05:00 |
|
Maggie Mari
|
1b254f48b5
|
misc doc editing
|
2012-08-20 13:26:37 -05:00 |
|
Maggie Mari
|
cb7b778bfd
|
Finished editing PythonLangImpl5.rst
|
2012-08-19 13:17:33 -05:00 |
|
Maggie Mari
|
ddcf6483d0
|
Removed more extraneous slashes and fixed the formatting on the mandelbrot example in docs.
|
2012-08-19 12:28:55 -05:00 |
|
Maggie Mari
|
391a121d6d
|
Removed extraneous slashes.
|
2012-08-19 12:18:26 -05:00 |
|
Maggie Mari
|
9eecd92c7e
|
Code spacing.
|
2012-08-19 12:13:48 -05:00 |
|
Maggie Mari
|
882c9e0271
|
Finished editting PythonLangImpl8.rst in docs.
|
2012-08-17 16:55:23 -05:00 |
|
Maggie Mari
|
f74f5129bd
|
Completed editing of PythonLangImpl4.rst
|
2012-08-17 15:32:45 -05:00 |
|
Maggie Mari
|
1b67d32f4b
|
Removed more extraneous code tags from docs.
|
2012-08-17 14:40:24 -05:00 |
|
Maggie Mari
|
8e00cd7e66
|
Misc doc cleanup
|
2012-08-17 14:34:51 -05:00 |
|
Maggie Mari
|
258efb0518
|
Finished editing PythonLangImpl2.rst doc
|
2012-08-17 12:03:26 -05:00 |
|
Maggie Mari
|
d8df9e2849
|
More code block cleanup.
|
2012-08-16 16:07:18 -05:00 |
|
Maggie Mari
|
c30095c77c
|
Edited code blocks, fixed links.
|
2012-08-16 12:03:41 -05:00 |
|
Maggie Mari
|
7e1030d2a0
|
Code highlighting issues.
|
2012-08-15 18:55:00 -05:00 |
|
Maggie Mari
|
4bd7c31939
|
Minor formatting changes to docs.
|
2012-08-15 18:44:55 -05:00 |
|
Maggie Mari
|
3b16d92537
|
Edited more code blocks in docs
|
2012-08-15 18:34:10 -05:00 |
|
Maggie Mari
|
38078713f3
|
Corrected doc linking.
|
2012-08-15 18:11:25 -05:00 |
|
Maggie Mari
|
92b8225dc2
|
Fixed more code spacing in docs
|
2012-08-15 17:48:31 -05:00 |
|
Maggie Mari
|
d322b66a69
|
Removed extranaeous code highlighting tags
|
2012-08-15 17:40:27 -05:00 |
|
Maggie Mari
|
c25b4853fc
|
Fixed some of the code spacing for docs
|
2012-08-15 17:28:23 -05:00 |
|
Maggie Mari
|
538fd76b1f
|
Corrected special character formatting.
|
2012-08-14 18:28:17 -05:00 |
|
Maggie Mari
|
a5c892de72
|
Removed extraneous header code
|
2012-08-14 17:15:23 -05:00 |
|
Maggie Mari
|
f452b7f27c
|
Revert "Fixed linking on PythonLangImpl1.rst"
This reverts commit f01d92df74.
|
2012-08-14 17:11:38 -05:00 |
|
Maggie Mari
|
5bb9471e1e
|
Cleared up headers and code spacing on PythonLangImpl2.rst
|
2012-08-12 19:15:31 -05:00 |
|
Maggie Mari
|
f01d92df74
|
Fixed linking on PythonLangImpl1.rst
|
2012-08-12 17:21:41 -05:00 |
|
Travis E. Oliphant
|
ce8884aa33
|
Fix up code-highlighting sections.
|
2012-08-10 08:52:51 -05:00 |
|
Travis E. Oliphant
|
415c01f745
|
DOC: Add first version of updated documentation.
|
2012-08-09 13:53:21 -05:00 |
|
Travis E. Oliphant
|
75ca0289b5
|
Update llvm-py to llvmpy and fix more docs
|
2012-08-09 01:16:36 -05:00 |
|
Travis E. Oliphant
|
0e223a61c2
|
Remove .md files and add .rst files
|
2012-08-08 18:07:13 -05:00 |
|
Travis E. Oliphant
|
d0f0bae1c5
|
Add Sphinx documentation.
|
2012-08-08 17:49:24 -05:00 |
|