- Sep 07, 2010
-
-
Fariborz Jahanian authored
instead of asserting in IRGen. Fixes radar 8390459. llvm-svn: 113253
-
Dale Johannesen authored
Allow '<' and '>' as constraints for input or output. llvm-svn: 113246
-
John McCall authored
I, at least, make this typo all the time. llvm-svn: 113243
-
Dale Johannesen authored
on MMX palignr; we don't do this for the intrinsics. llvm-svn: 113234
-
Daniel Dunbar authored
llvm-svn: 113226
-
Daniel Dunbar authored
use ld_classic. This is a temporary workaround, the linkr itself should handle this. llvm-svn: 113212
-
Douglas Gregor authored
inline" function outside of GNU89 mode. Fixes <rdar://problem/6880464>. llvm-svn: 113204
-
Douglas Gregor authored
the end of a statement. Fixes <rdar://problem/6896493>. llvm-svn: 113202
-
Douglas Gregor authored
enumeration definition. Fixes <rdar://problem/7159693>. llvm-svn: 113201
-
Douglas Gregor authored
member initializers in a C++ constructor. Fixes <rdar://problem/7796492>. llvm-svn: 113199
-
Benjamin Kramer authored
llvm-svn: 113185
-
Chris Lattner authored
llvm-svn: 113177
-
- Sep 06, 2010
-
-
Argyrios Kyrtzidis authored
Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitializer's IsWritten and source order is not set. llvm-svn: 113161
-
Chris Lattner authored
llvm-svn: 113156
-
Argyrios Kyrtzidis authored
LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or unnamed fields but later the code assumes that it's always a bitfield. This can lead to a crash (reported at rdar://8368320). llvm-svn: 113154
-
Zhongxing Xu authored
llvm-svn: 113149
-
Zhongxing Xu authored
llvm-svn: 113148
-
Rafael Espindola authored
Patch by nobled. I also took the opportunity to make the field private since now it is only ready from the outside. llvm-svn: 113138
-
Eli Friedman authored
llvm-svn: 113132
-
Eli Friedman authored
llvm-svn: 113131
-
Chris Lattner authored
fixing the ICE in PR7151 llvm-svn: 113130
-
Chris Lattner authored
llvm-svn: 113129
-
Eli Friedman authored
initializers, so the result of the evaluation doesn't leak through inconsistently. Also, don't evaluate references to variables with initializers with side-effects. llvm-svn: 113128
-
Chris Lattner authored
type of L"x" can change based on command line arguments. llvm-svn: 113127
-
Steven Watanabe authored
Tell the VS headers that char16_t and char32_t are keywords, so yvals.h doesn't try to define them as typedefs. llvm-svn: 113126
-
Chris Lattner authored
llvm-svn: 113125
-
Eli Friedman authored
llvm-svn: 113124
-
- Sep 05, 2010
-
-
Nick Lewycky authored
David Vandevoorde's name correctly. llvm-svn: 113103
-
Chris Lattner authored
I think this wraps up all the legal cases. llvm-svn: 113096
-
Chris Lattner authored
llvm-svn: 113095
-
Chris Lattner authored
llvm-svn: 113094
-
Chris Lattner authored
llvm-svn: 113093
-
Chris Lattner authored
llvm-svn: 113092
-
Chris Lattner authored
llvm-svn: 113091
-
Chris Lattner authored
which is should have done from the beginning. As usual, the most fun with this sort of change is updating all the testcases. llvm-svn: 113090
-
Chris Lattner authored
llvm-svn: 113088
-
Chris Lattner authored
llvm-svn: 113087
-
Chris Lattner authored
check in the "typedef for anonymous type" check should have been a getAs. llvm-svn: 113085
-
- Sep 04, 2010
-
-
Fariborz Jahanian authored
generate the necessary code. This patch fixes it. // rdar://8389655 llvm-svn: 113079
-
Chris Lattner authored
llvm-svn: 113076
-