- Mar 23, 2010
-
-
Rafael Espindola authored
llvm-svn: 99317
-
Ted Kremenek authored
ivar and @property respectively. llvm-svn: 99312
-
Rafael Espindola authored
declaration. llvm-svn: 99311
-
Bob Wilson authored
These instructions are only needed for codegen, so I've removed all the explicit encoding bits for now; they should be set in the same way as the for VLDMD and VSTMD whenever we add encodings for VFP. The use of addrmode5 requires that the instructions be custom-selected so that the number of registers can be set in the AM5Opc value. llvm-svn: 99309
-
Fariborz Jahanian authored
types using property syntax to access setter/getters. (also radar 7351147). llvm-svn: 99307
-
Stuart Hastings authored
llvm-svn: 99306
-
Anders Carlsson authored
llvm-svn: 99303
-
Fariborz Jahanian authored
properties of complex type. Radar 7351147. llvm-svn: 99299
-
Bob Wilson authored
llvm-svn: 99295
-
Anders Carlsson authored
llvm-svn: 99294
-
Johnny Chen authored
Ref: A7.4.6 One register and a modified immediate value. llvm-svn: 99288
-
Anders Carlsson authored
llvm-svn: 99287
-
Evan Cheng authored
llvm-svn: 99284
-
Evan Cheng authored
llvm-svn: 99283
-
Evan Cheng authored
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable optimizations down stream. llvm-svn: 99282
-
Douglas Gregor authored
DeclContext because we don't want a NULL DeclContext. Instead, use the current context. llvm-svn: 99281
-
Anders Carlsson authored
llvm-svn: 99280
-
Anders Carlsson authored
llvm-svn: 99279
-
Duncan Sands authored
llvm-svn: 99277
-
Gabor Greif authored
if Function::hasAddressTaken works as advertised also included some cosmetic cleanups llvm-svn: 99276
-
Gabor Greif authored
llvm-svn: 99275
-
Zhongxing Xu authored
llvm-svn: 99271
-
Zhongxing Xu authored
llvm-svn: 99269
-
Zhongxing Xu authored
llvm-svn: 99268
-
Zhongxing Xu authored
plate code for evaluating expressions of C++ class type. llvm-svn: 99267
-
Bob Wilson authored
llvm-svn: 99266
-
Bob Wilson authored
of D registers. Add a separate VST1q instruction with a Q register source operand for use by storeRegToStackSlot. llvm-svn: 99265
-
Evan Cheng authored
llvm-svn: 99263
-
Bob Wilson authored
of D registers. Add a separate VLD1q instruction with a Q register destination operand for use by loadRegFromStackSlot. llvm-svn: 99261
-
Anders Carlsson authored
llvm-svn: 99260
-
Zhongxing Xu authored
llvm-svn: 99259
-
Daniel Dunbar authored
-disable-free. Among other things, this fixes freeing of the LLVM module on exit. - Note that this means we are disable-free'ing of a lot more stuff than we used to -- this should flush out bugs in anything left that is trying to do real work in its destructor. I did a mini-audit but '::~' is not totally uncommon. llvm-svn: 99258
-
Daniel Dunbar authored
PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. llvm-svn: 99257
-
Daniel Dunbar authored
Also, both MCMachOStreamer and MCAssembler are now target independent! llvm-svn: 99256
-
Zhongxing Xu authored
change the block counter map from unsigned -> unsigned to <StackFrameContext*, unsigned> -> unsigned. llvm-svn: 99255
-
Anders Carlsson authored
llvm-svn: 99254
-
Anders Carlsson authored
llvm-svn: 99253
-
Anders Carlsson authored
Always emit associated thunks when emitting the function itself. Remove getVtableAddressPoint, it's not used. llvm-svn: 99252
-
Anders Carlsson authored
llvm-svn: 99251
-
Anders Carlsson authored
llvm-svn: 99250
-