Jim Lin
65da76df22
[docs] Fix load instructions in chapter 7 of the tutorial
...
Loads in the first half of the chapter are missing the type argument.
Patched By: klao (Mihaly Barasz)
Reviewed By: Jim
Differential Revision: https://reviews.llvm.org/D90326
2021-06-09 17:39:11 +08:00
xgupta
0d37ea875a
[Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJIT
2021-01-25 19:59:36 +05:30
Jonathan Roelofs
e03f96f1e7
Fix internal links in Kaleidoscope tutorial
2020-03-09 15:07:44 -06:00
kristina
d7061fcc4e
[Docs] Try fixing the tutorial toctree
...
Unorphan the old tutorial and reference every page in the index
explicitly. This should hopefully make Sphinx generate correct
hyperlinks now.
2019-11-16 23:06:50 +00:00
kristina
d3bb8add3e
[Docs] Fix relative links in tutorial.
...
Update relative links in Kaleidoscope tutorial.
2019-11-16 21:09:16 +00:00
Nico Weber
fe26bc2586
Fix a few spellos in docs.
...
(Trying to debug an incremental build thing on a bot...)
llvm-svn: 371860
2019-09-13 14:58:24 +00:00
Jonas Devlieghere
2c693415b7
[llvm] Migrate llvm::make_unique to std::make_unique
...
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.
llvm-svn: 369013
2019-08-15 15:54:37 +00:00
Hans Wennborg
5d07fd3c18
try to fix the sphinx build some more
...
llvm-svn: 358156
2019-04-11 07:46:25 +00:00
Hans Wennborg
47d48d4b0b
Try to fix the shpinx build
...
llvm-svn: 358154
2019-04-11 07:30:56 +00:00
Chris Lattner
129ea5aec7
Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various things, aligning with the direction of the WiCT workshop, and Meike Baumgärtner's view of how this should work. The old version of the documentation is unmodified, this is an experiment.
...
llvm-svn: 357862
2019-04-07 13:14:23 +00:00