hanchenye-llvm-project/clang/lib/CodeGen
Daniel Dunbar a94ecd2a0b Add NeXT runtime support for generating methods.
Change CodeGenFunction::EmitParmDecl to take either a ParmVarDecl or an
  ImplicitParamDecl.

Drop hasAggregateLLVMType from CodeGenModule.cpp (use version in
  CodeGenFunction).

Change the Objective-C method generation to use EmitParmDecl for
  implicit parameters.

llvm-svn: 54838
2008-08-16 03:19:19 +00:00
..
CGBuiltin.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGDebugInfo.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
CGDebugInfo.h Update for IRBuilder template change (update LLVM!) 2008-08-11 16:50:21 +00:00
CGDecl.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CGExpr.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGExprAgg.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGExprComplex.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGExprConstant.cpp Add CodeGen support for AddrLabelExpr in initializers. 2008-08-16 01:41:47 +00:00
CGExprScalar.cpp Add CodeGen support for AddrLabelExpr in initializers. 2008-08-16 01:41:47 +00:00
CGObjC.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CGObjCGNU.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CGObjCMac.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CGObjCRuntime.h Change ObjCRuntime::LookupClass -> GetClass, and now takes the 2008-08-16 00:25:02 +00:00
CGStmt.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CodeGenFunction.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CodeGenFunction.h Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CodeGenModule.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CodeGenModule.h Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CodeGenTypes.cpp Update some isIntegerConstantExpr uses to use 2008-08-13 23:47:13 +00:00
CodeGenTypes.h Make a few related changes: 2008-06-30 18:32:54 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ModuleBuilder.cpp Clean up CodeGenModule interface. 2008-08-15 23:26:23 +00:00