- Sep 21, 2012
-
-
David Blaikie authored
llvm-svn: 164389
-
Sean Silva authored
Atomics.rst was not linked into the toctree. Docs now build warning-free! llvm-svn: 164356
-
Sean Silva authored
yaml2obj.rst was not included in the toctree Input from Michael Spencer. llvm-svn: 164355
-
- Sep 20, 2012
-
-
Andrew Trick authored
llvm-svn: 164311
-
Sean Silva authored
Toctree was not being interlinked properly. llvm-svn: 164282
-
Sean Silva authored
LGTM by Michael Spencer llvm-svn: 164280
-
Andrew Trick authored
Try not to violate conventions immediately before explaining them. llvm-svn: 164278
-
- Sep 19, 2012
-
-
Sean Silva authored
llvm-svn: 164174
-
- Sep 18, 2012
-
-
Dmitri Gribenko authored
llvm-svn: 164126
-
Craig Topper authored
llvm-svn: 164101
-
- Sep 14, 2012
-
-
Galina Kistanova authored
The patch converts the "How to add a builder" document over to reStructuredText.. llvm-svn: 163860
-
- Sep 06, 2012
-
-
Nadav Rotem authored
Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be disjoint if they are marked by disjoint lifetime markers (@llvm.lifetime.XXX intrinsics). llvm-svn: 163299
-
- Sep 05, 2012
-
-
Michael J. Spencer authored
llvm-svn: 163235
-
Chad Rosier authored
inteldialect. llvm-svn: 163231
-
Chad Rosier authored
llvm-svn: 163181
-
Chad Rosier authored
implementation does not co-exist well with how the sideeffect and alignstack attributes are handled. The reverts r161641. llvm-svn: 163174
-
- Aug 30, 2012
-
-
Nadav Rotem authored
llvm-svn: 162896
-
- Aug 28, 2012
-
-
Bill Wendling authored
character instead of always the last character. llvm-svn: 162767
-
- Aug 17, 2012
-
-
Bill Wendling authored
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
-
- Aug 10, 2012
-
-
Rafael Espindola authored
switched from a bytecode+bzip2 to the current bitcode. llvm-svn: 161651
-
Chad Rosier authored
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
-
- Aug 08, 2012
-
-
Bill Wendling authored
llvm-svn: 161479
-
Bill Wendling authored
llvm-svn: 161478
-
- Aug 02, 2012
-
-
Michael J. Spencer authored
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
-
Bill Wendling authored
llvm-svn: 161164
-
- Jul 31, 2012
-
-
Sylvestre Ledru authored
llvm-svn: 161037
-
- Jul 30, 2012
-
-
Nick Lewycky authored
llvm-svn: 160996
-
- Jul 27, 2012
-
-
Chad Rosier authored
llvm-svn: 160881
-
- Jul 26, 2012
-
-
Dan Gohman authored
llvm-svn: 160791
-
Duncan Sands authored
llvm-svn: 160777
-
Duncan Sands authored
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
-
Sylvestre Ledru authored
llvm-svn: 160762
-
- Jul 25, 2012
-
-
Axel Naumann authored
80 char lines. llvm-svn: 160726
-
- Jul 23, 2012
-
-
Sylvestre Ledru authored
llvm-svn: 160621
-
- Jul 18, 2012
-
-
Nuno Lopes authored
Update the language reference to reflect that. llvm-svn: 160408
-
- Jul 13, 2012
-
-
Hans Wennborg authored
llvm-svn: 160168
-
Duncan Sands authored
llvm-svn: 160166
-
- Jul 11, 2012
-
-
Chad Rosier authored
llvm-svn: 160082
-
- Jul 07, 2012
-
-
Dmitri Gribenko authored
llvm-svn: 159874
-
- Jul 06, 2012
-
-
Chad Rosier authored
llvm-svn: 159835
-