| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Several links in this document referred to `LangImpl4.html` or
`LangImpl7.html`. However, now these pages use two digits, so for these
links to function they need to be modified to `LangImpl04.html`, and so
on -- note the extra `0`.
|
| |
|
|
|
|
| |
Fix sphinx warning over an ambigious reference.
|
|
|
|
|
|
| |
Unorphan the old tutorial and reference every page in the index
explicitly. This should hopefully make Sphinx generate correct
hyperlinks now.
|
|
|
|
| |
Update relative links in Kaleidoscope tutorial.
|
|
|
|
|
|
|
| |
Avoids the need to include TargetMachine.h from various places just for
an enum. Various other enums live here, such as the optimization level,
TLS model, etc. Data suggests that this change probably doesn't matter,
but it seems nice to have anyway.
|
|
|
|
|
|
| |
(Trying to debug an incremental build thing on a bot...)
llvm-svn: 371860
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
F_{None,Text,Append} are kept for compatibility since r334221.
llvm-svn: 367800
|
|
|
|
|
|
| |
to the new copy.
llvm-svn: 366529
|
|
|
|
| |
llvm-svn: 366528
|
|
|
|
| |
llvm-svn: 358156
|
|
|
|
| |
llvm-svn: 358154
|
|
|
|
| |
llvm-svn: 357868
|
|
|
|
| |
llvm-svn: 357867
|
|
|
|
| |
llvm-svn: 357865
|
|
|
|
| |
llvm-svn: 357863
|
|
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
|