| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 190326
|
|
|
|
| |
llvm-svn: 190282
|
|
|
|
| |
llvm-svn: 188943
|
|
|
|
| |
llvm-svn: 182763
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for the COFF relocation types IMAGE_REL_I386_DIR32NB and
IMAGE_REL_AMD64_ADDR32NB for 32- and 64-bit respectively. These are
similar to normal 4-byte relocations except that they do not include
the base address of the image.
Image-relative relocations are used for debug information (32-bit) and
SEH unwind tables (64-bit).
A new MCSymbolRef variant called 'VK_COFF_IMGREL32' is introduced to
specify such relocations. For AT&T assembly, this variant can be accessed
using the symbol suffix '@imgrel'.
llvm-svn: 179240
|
|
|
|
|
|
|
|
| |
Summary: This is the beginning of user documentation for the NVPTX back-end. I want to ensure I am integrating this properly into the rest of the LLVM documentation.
Differential Revision: http://llvm-reviews.chandlerc.com/D600
llvm-svn: 178428
|
|
|
|
| |
llvm-svn: 178426
|
|
|
|
|
|
|
|
| |
Nobody says "the developer's list" or "commits archive"; they always say
"llvmdev" or "llvm-commits". It makes sense for our documentation to
at least make that association explicitly.
llvm-svn: 178425
|
|
|
|
|
|
| |
Order them roughly by "which one should a newbie join first".
llvm-svn: 178424
|
|
|
|
| |
llvm-svn: 178423
|
|
|
|
| |
llvm-svn: 178422
|
|
|
|
| |
llvm-svn: 178421
|
|
|
|
|
|
|
| |
This is based on Bill Wendling's email. No additional content has been added,
but now there's a place for Attributes to capture future information.
llvm-svn: 174961
|
|
|
|
| |
llvm-svn: 173718
|
|
|
|
| |
llvm-svn: 172970
|
|
|
|
|
|
| |
These are really definition lists.
llvm-svn: 172950
|
|
|
|
|
|
|
| |
This brings back {Ctrl,Cmd}-f'ability, and makes some really bad
organizational choices easier to see (and therefore fix).
llvm-svn: 172949
|
|
|
|
|
|
|
|
|
| |
Before we learned about :doc:, we used :ref: and put a dummy link at the
top of each page. Don't do that anymore.
This fixes PR14891 as a special case.
llvm-svn: 172162
|
|
|
|
| |
llvm-svn: 165200
|
|
|
|
|
|
|
|
|
| |
In reStructuredText, indented blocks denote block quotes [1]. This list
is not a block quote.
[1]. http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#block-quotes
llvm-svn: 164847
|
|
|
|
| |
llvm-svn: 157885
|
|
- Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation.
- Lots of styling, editing, and integration work yet to comeā¦
- PR12589
llvm-svn: 155133
|