- Aug 25, 2008
-
-
Daniel Dunbar authored
llvm-svn: 55303
-
Daniel Dunbar authored
- This ensures that references to undefined classes cause link errors. - NOTE: This relies on platform specific asm directives currently, this should be factored out. Also, don't emit a SYMBOLS metadata entry if there are no symbols. llvm-svn: 55302
-
Anders Carlsson authored
llvm-svn: 55299
-
Anders Carlsson authored
llvm-svn: 55298
-
Anders Carlsson authored
llvm-svn: 55297
-
- Aug 24, 2008
-
-
Anders Carlsson authored
llvm-svn: 55287
-
Anders Carlsson authored
llvm-svn: 55286
-
Argyrios Kyrtzidis authored
llvm-svn: 55284
-
Argyrios Kyrtzidis authored
llvm-svn: 55283
-
Argyrios Kyrtzidis authored
llvm-svn: 55281
-
Zhongxing Xu authored
llvm-svn: 55274
-
Anders Carlsson authored
llvm-svn: 55269
-
Chris Lattner authored
an APInt directly to an ostream now, so add some hacks. It would be better to switch all of the bugreport (and friends) stuff over to raw_ostream. llvm-svn: 55264
-
Anders Carlsson authored
Make sure to create CXX record decls for the implicit Obj-C type declarations. This lets us compile Cocoa.h as Objective-C++ llvm-svn: 55261
-
- Aug 23, 2008
-
-
Anders Carlsson authored
llvm-svn: 55255
-
Anders Carlsson authored
llvm-svn: 55253
-
Anders Carlsson authored
llvm-svn: 55250
-
Argyrios Kyrtzidis authored
llvm-svn: 55249
-
Anders Carlsson authored
llvm-svn: 55245
-
Daniel Dunbar authored
llvm-svn: 55244
-
Daniel Dunbar authored
- Use CodeGenModule::GetAddrOfConstantCFString Some tweaks of CodeGenModule::GetAddrOfConstantCFString llvm-svn: 55243
-
Chris Lattner authored
llvm-svn: 55242
-
Chris Lattner authored
llvm-svn: 55241
-
Argyrios Kyrtzidis authored
Make sure there's no "dangling" backtrack position when Preprocessor is destroyed. llvm-svn: 55236
-
Argyrios Kyrtzidis authored
llvm-svn: 55235
-
Daniel Dunbar authored
Implement Obj-C lvalue message sends (aggregate returns). Update several places to emit more precise ErrorUnsupported warnings for currently unimplemented Obj-C features (main missing chunks are property references, Obj-C exception handling, and the for ... in syntax). llvm-svn: 55234
-
Daniel Dunbar authored
- Simplify the sending code a bit. llvm-svn: 55232
-
Daniel Dunbar authored
- Used to autoselect runtime when neither -fnext-runtime nor -fgnu-runtime is specified. - Default impl is false, all darwin targets set it to true. llvm-svn: 55231
-
Daniel Dunbar authored
llvm-svn: 55225
-
Daniel Dunbar authored
- Returns an RValue. - Reduced to only taking the CodeGenFunction, Expr, and Receiver. - Becomes responsible for emitting the arguments. Add CodeGenFunction::EmitCallExprExt - Takes optional extra arguments to insert at the head of the call. - This allows the Obj-C runtimes to call into this and isolates the argument and call instruction generation code to one place. Upshot is that we now pass structures (more) correctly. Also, fix one aspect of generating methods which take structure arguments (for NeXT). This probably needs to be merged with the SetFunctionAttributes code in CodeGenModule.cpp llvm-svn: 55223
-
Chris Lattner authored
llvm-svn: 55222
-
Daniel Dunbar authored
- No (intended) functional change. llvm-svn: 55221
-
Chris Lattner authored
llvm-svn: 55218
-
Chris Lattner authored
llvm-svn: 55217
-
Chris Lattner authored
llvm-svn: 55216
-
Chris Lattner authored
make diagnostic output in some other malformed cases significantly more useful. This fixes PR2708 llvm-svn: 55215
-
Ted Kremenek authored
llvm-svn: 55213
-
Daniel Dunbar authored
llvm-svn: 55209
-
Anders Carlsson authored
llvm-svn: 55207
-
- Aug 22, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 55204
-