Dmitri Gribenko
89d7b9ffac
Documentation: convert WritingAnLLVMBackend.html to reST
...
llvm-svn: 169087
2012-12-01 12:13:48 +00:00
Dmitri Gribenko
4218de967f
Documentation: formatting improvements
...
llvm-svn: 168897
2012-11-29 16:12:13 +00:00
Sean Silva
8a44ece6c1
docs: Fix reference to "bold" part of code example.
...
Fixes PR14380.
The prose was referring to a "bold" part of the code example, where the
boldness was lost in the transition from HTML. Unlike HTML, where one
can easily have a <b> inside a <pre>, reStructuredText is generally
unable to represent such nested markup.
Hack around it with the :emphasise-lines: option to the code-block
directive to single out the regions instead. Thankfully the regions are
close-enough to being full lines for this to work.
llvm-svn: 168329
2012-11-19 21:18:50 +00:00
Duncan Sands
98b6a4f4b5
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
...
llvm-svn: 168166
2012-11-16 12:36:39 +00:00
Eric Christopher
caf5a23d81
Remove the CellSPU port.
...
Approved by Chris Lattner.
llvm-svn: 167984
2012-11-14 22:09:20 +00:00
Eli Bendersky
d23a1ee07f
PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ago. Fix references to it in documentation and comments.
...
llvm-svn: 167378
2012-11-05 02:59:23 +00:00
Dmitri Gribenko
68e194ce22
Documentation: fix typos.
...
llvm-svn: 167302
2012-11-02 18:06:51 +00:00
Eli Bendersky
6454200600
Fix typo in CodeGenerator doc
...
llvm-svn: 167137
2012-10-31 16:41:07 +00:00
Micah Villmow
fe3338a7eb
Move TargetData to DataLayout.
...
llvm-svn: 165403
2012-10-08 16:39:34 +00:00
Dmitri Gribenko
353ea39be4
RST docs: convert HTML escapes to plain text in code examples.
...
llvm-svn: 164922
2012-09-30 20:51:02 +00:00
Bill Wendling
c05422b99f
Move header so that it can be picked up by other .rst files.
...
llvm-svn: 161478
2012-08-08 06:42:30 +00:00
Bill Wendling
aa5e63c67e
Sphinxify the Code Generator document.
...
llvm-svn: 161164
2012-08-02 08:49:53 +00:00