- Sep 14, 2012
-
-
Eli Friedman authored
both a virtual and a non-virtual offset. PR13832. llvm-svn: 163866
-
Eli Friedman authored
llvm-svn: 163865
-
Sean Callanan authored
<rdar://problem/12293231> llvm-svn: 163864
-
Eli Friedman authored
llvm-svn: 163863
-
Howard Hinnant authored
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? llvm-svn: 163862
-
Hemant Kulkarni authored
llvm-svn: 163861
-
Galina Kistanova authored
The patch converts the "How to add a builder" document over to reStructuredText.. llvm-svn: 163860
-
Howard Hinnant authored
Specifically disallow primary-expressions of the form LT_... on the basis of this decition: http://sourcerytools.com/pipermail/cxx-abi-dev/2011-August/002422.html . Failure to disallow this was causing infinite recursion in the demangler when these symbols show up due to mangling bugs. This patch causes the demangler to return an invalid mangled name result rather than crash in infinite recursion. llvm-svn: 163859
-
Douglas Gregor authored
ivar and property references as member accesses and produce the actual type of the declaration. Fixes <rdar://problem/12031582>. llvm-svn: 163858
-
Sean Callanan authored
them in one place rather than having them replicated across all the potential function wrappers. <rdar://problem/12293880> llvm-svn: 163857
-
Eric Christopher authored
umulo legalization. Fixes PR13839 llvm-svn: 163856
-
Eric Christopher authored
closer to where they're needed. llvm-svn: 163855
-
Jim Grosbach authored
For gas compatibility. rdar://12219394 llvm-svn: 163854
-
Jim Grosbach authored
.set a, b - c + CONSTANT d = b - c + CONSTANT Both 'a' and 'd' should be marked as absolute symbols (N_ABS). rdar://12219394 llvm-svn: 163853
-
Enrico Granata authored
llvm-svn: 163852
-
Greg Clayton authored
llvm-svn: 163851
-
Richard Smith authored
llvm-svn: 163850
-
Richard Smith authored
llvm-svn: 163849
-
Douglas Gregor authored
type of an instantiation. llvm-svn: 163848
-
Richard Smith authored
llvm-svn: 163846
-
- Sep 13, 2012
-
-
Douglas Gregor authored
TypeSourceInfo, we may have lost some adjustments made to the type of that function due to declaration merging. Adjust the resulting type correspondingly. Fixes PR12948 / <rdar://problem/11552434>. llvm-svn: 163845
-
Dan Gohman authored
loads and stores. llvm-svn: 163844
-
Jim Grosbach authored
mapSectionAddress() wasn't consistent. llvm-svn: 163843
-
Dmitri Gribenko authored
it is not possible to guarantee that without duplicating logic or buffering <Discussion> element contents. So, allow empty <Discussion> elements in schema. llvm-svn: 163842
-
Richard Smith authored
integral promotions to both its underlying type and to its underlying type's promoted type. This matters now that boolean conversions aren't permitted in converted constant expressions (a la DR1407): an enumerator with a fixed underlying type of bool still can be. llvm-svn: 163841
-
Richard Smith authored
can't be used as a non-type template argument of type bool. llvm-svn: 163840
-
Sean Callanan authored
"target image lookup" a bit better documented by indicating that it takes symbols OR functions. <rdar://problem/12281325> llvm-svn: 163839
-
Douglas Gregor authored
it's likely to lead to a crash later on. Fixes PR12933 / <rdar://problem/11525335>. llvm-svn: 163838
-
Manman Ren authored
Fix an issue in r163814. llvm-svn: 163837
-
Dmitri Gribenko authored
should be fine to use it without further explanations in the attached paragraph, so the warning about empty paragraph was turned off for it. llvm-svn: 163836
-
Michael Liao authored
llvm-svn: 163835
-
Dmitri Gribenko authored
llvm-svn: 163834
-
Fariborz Jahanian authored
llvm-svn: 163833
-
Michael Liao authored
- Enhance the fix to PR12312 to support wider integer, such as 256-bit integer. If more than 1 fully evaluated vectors are found, POR them first followed by the final PTEST. llvm-svn: 163832
-
Douglas Gregor authored
warning to an error. C++ bans it, and both GCC and EDG diagnose it as an error. Microsoft allows it, so we still warn in Microsoft mode. Fixes <rdar://problem/11135644>. llvm-svn: 163831
-
Michael Liao authored
- Find a legal vector type before casting and extracting element from it. - As the new vector type may have more than 2 elements, build the final hi/lo pair by BFS pairing them from bottom to top. llvm-svn: 163830
-
Richard Smith authored
llvm-svn: 163829
-
Ted Kremenek authored
llvm-svn: 163828
-
Jakob Stoklund Olesen authored
llvm-svn: 163827
-
Richard Smith authored
llvm-svn: 163826
-