- Jun 29, 2010
-
-
Bob Wilson authored
The LowerSubregs pass needs to preserve implicit def operands attached to EXTRACT_SUBREG instructions when it replaces those instructions with copies. llvm-svn: 107189
-
Howard Hinnant authored
llvm-svn: 107187
-
Daniel Dunbar authored
llvm-svn: 107186
-
Daniel Dunbar authored
with bit-fields. llvm-svn: 107185
-
Bruno Cardoso Lopes authored
llvm-svn: 107178
-
Dan Gohman authored
llvm-svn: 107177
-
Chris Lattner authored
of CanQualTypes to be passed in. llvm-svn: 107176
-
Dan Gohman authored
llvm-svn: 107175
-
Fariborz Jahanian authored
unimplemented property warning for properties coming from class's conformin protocol. It also simplifies the algorithm in the process. Fixes radar 8035776. llvm-svn: 107174
-
Chris Lattner authored
works, the fix is quite simple: just make sure to call ConvertTypeRecursive when the function type being lowered is in the midst of ConvertType. llvm-svn: 107173
-
Douglas Gregor authored
"std", with a warning, to improve GCC compatibility. Fixes PR7517. As a drive-by, add typo correction for using directives. llvm-svn: 107172
-
Bruno Cardoso Lopes authored
llvm-svn: 107168
-
Bob Wilson authored
The encoding is the same as VMOV (from scalar to core register) except that the operands are in different places. llvm-svn: 107167
-
Bruno Cardoso Lopes authored
llvm-svn: 107166
-
Douglas Gregor authored
than the enumeration type itself takes. Fixes PR7477. llvm-svn: 107163
-
Jim Grosbach authored
llvm-svn: 107154
-
Daniel Dunbar authored
llvm-svn: 107153
-
Daniel Dunbar authored
llvm-svn: 107152
-
Chris Lattner authored
llvm-svn: 107150
-
Daniel Dunbar authored
of the compilation. - <rdar://problem/8141387> clang is always invoking dsymutil llvm-svn: 107149
-
Gabor Greif authored
llvm-svn: 107148
-
Bob Wilson authored
a CPSR operand to them causes an assertion failure, so apparently these instructions haven't been getting a lot of use. llvm-svn: 107147
-
Gabor Greif authored
llvm-svn: 107146
-
Gabor Greif authored
llvm-svn: 107145
-
Gabor Greif authored
llvm-svn: 107144
-
Jeffrey Yasskin authored
there's an explicit guard on isPolymorphic, and virtual bases don't affect the key function calculation. This allows people to call ASTContext::getKeyFunction on arbitrary classes. llvm-svn: 107143
-
Duncan Sands authored
is stripped off. Currently set unconditionally, since the API does not provide a way of working out if anything was actually stripped off. llvm-svn: 107142
-
Duncan Sands authored
llvm-svn: 107141
-
Rafael Espindola authored
of getPhysicalRegisterRegClass with it. If we want to make a copy (or estimate its cost), it is better to use the smallest class as more efficient operations might be possible. llvm-svn: 107140
-
Duncan Sands authored
to unsigned only to extend back to a pointer sized value on the next line. llvm-svn: 107139
-
Duncan Sands authored
ignored! Remove it. llvm-svn: 107138
-
Duncan Sands authored
but then not actually used - maybe a bug? Remove the variable. llvm-svn: 107137
-
Duncan Sands authored
llvm-svn: 107136
-
Duncan Sands authored
llvm-svn: 107135
-
Duncan Sands authored
llvm-svn: 107134
-
Duncan Sands authored
and thumb_mode. llvm-svn: 107133
-
Gabor Greif authored
llvm-svn: 107132
-
Duncan Sands authored
llvm-svn: 107131
-
Duncan Sands authored
llvm-svn: 107130
-
Gabor Greif authored
in terms of Op<> and ArgOffset. This works for values of {0, 1} for ArgOffset. Please note that ArgOffset will become 0 soon and will go away eventually. llvm-svn: 107129
-