| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
alignment of the return type. Teach the optimizers this.
llvm-svn: 165226
|
| |
|
|
| |
llvm-svn: 165200
|
| |
|
|
| |
llvm-svn: 165198
|
| |
|
|
| |
llvm-svn: 164964
|
| |
|
|
| |
llvm-svn: 164922
|
| |
|
|
|
|
| |
bad. Fonts already have appropriate tracking built-in.
llvm-svn: 164921
|
| |
|
|
| |
llvm-svn: 164920
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Patch committed on behalf of Kirill Uhanov
llvm-svn: 164831
|
| |
|
|
| |
llvm-svn: 164805
|
| |
|
|
| |
llvm-svn: 164782
|
| |
|
|
| |
llvm-svn: 164776
|
| |
|
|
| |
llvm-svn: 164630
|
| |
|
|
| |
llvm-svn: 164407
|
| |
|
|
|
|
| |
rest of LangRef uses.
llvm-svn: 164402
|
| |
|
|
| |
llvm-svn: 164398
|
| |
|
|
|
|
| |
Wordsmithing by Matt Beaumont-Gay in response to r164389.
llvm-svn: 164395
|
| |
|
|
| |
llvm-svn: 164389
|
| |
|
|
|
|
|
|
| |
Atomics.rst was not linked into the toctree.
Docs now build warning-free!
llvm-svn: 164356
|
| |
|
|
|
|
|
|
| |
yaml2obj.rst was not included in the toctree
Input from Michael Spencer.
llvm-svn: 164355
|
| |
|
|
| |
llvm-svn: 164311
|
| |
|
|
|
|
| |
Toctree was not being interlinked properly.
llvm-svn: 164282
|
| |
|
|
|
|
| |
LGTM by Michael Spencer
llvm-svn: 164280
|
| |
|
|
|
|
| |
Try not to violate conventions immediately before explaining them.
llvm-svn: 164278
|
| |
|
|
| |
llvm-svn: 164174
|
| |
|
|
| |
llvm-svn: 164126
|
| |
|
|
| |
llvm-svn: 164101
|
| |
|
|
|
|
| |
The patch converts the "How to add a builder" document over to reStructuredText..
llvm-svn: 163860
|
| |
|
|
|
|
|
|
| |
allocations (allocas). Allocas are known to be
disjoint if they are marked by disjoint lifetime markers (@llvm.lifetime.XXX intrinsics).
llvm-svn: 163299
|
| |
|
|
| |
llvm-svn: 163235
|
| |
|
|
|
|
| |
inteldialect.
llvm-svn: 163231
|
| |
|
|
| |
llvm-svn: 163181
|
| |
|
|
|
|
|
| |
implementation does not co-exist well with how the sideeffect and alignstack
attributes are handled. The reverts r161641.
llvm-svn: 163174
|
| |
|
|
| |
llvm-svn: 162896
|
| |
|
|
|
|
| |
character instead of always the last character.
llvm-svn: 162767
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make it more consistent with its intended semantics.
The `linker_private_weak_def_auto' linkage type was meant to automatically hide
globals which never had their addresses taken. It has nothing to do with the
`linker_private' linkage type, which outputs the symbols with a `l' (ell) prefix
among other things.
The intended semantic is more like the `linkonce_odr' linkage type.
Change the name of the linkage type to `linkonce_odr_auto_hide'. And therefore
changing the semantics so that it produces the correct output for the linker.
Note: The old linkage name `linker_private_weak_def_auto' will still parse but
is not a synonym for `linkonce_odr_auto_hide'. This should be removed in 4.0.
<rdar://problem/11754934>
llvm-svn: 162114
|
| |
|
|
|
|
| |
switched from a bytecode+bzip2 to the current bitcode.
llvm-svn: 161651
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This new attribute is intended to be used by the backend to determine how
the inline asm string should be parsed/printed. This patch adds the
ia_nsdialect attribute and also adds a test case to ensure the IR is
correctly parsed, but there is no functional change at this time.
The standard dialect is assumed to be AT&T. Therefore, this attribute
should only be added to MS-style inline assembly statements, which use
the Intel dialect. If we ever support more dialects we'll need to
add additional state to the attribute.
llvm-svn: 161641
|
| |
|
|
| |
llvm-svn: 161479
|
| |
|
|
| |
llvm-svn: 161478
|
| |
|
|
|
|
|
|
| |
yaml2obj takes a textual description of an object file in YAML format
and outputs the binary equivalent. This greatly simplifies writing
tests that take binary object files as input.
llvm-svn: 161205
|
| |
|
|
| |
llvm-svn: 161164
|
| |
|
|
| |
llvm-svn: 161037
|
| |
|
|
| |
llvm-svn: 160996
|
| |
|
|
| |
llvm-svn: 160881
|
| |
|
|
| |
llvm-svn: 160791
|
| |
|
|
| |
llvm-svn: 160777
|
| |
|
|
|
|
|
|
|
| |
hopefully make it more visible. Adjust the web-docs to have a link to
this file rather than the list itself. I described code owners as also
being gatekeepers for their part of the code, which I think is true but
isn't in the code owner explanation on the web page.
llvm-svn: 160776
|
| |
|
|
| |
llvm-svn: 160762
|
| |
|
|
|
|
| |
80 char lines.
llvm-svn: 160726
|