llvm-project/clang/lib/CodeGen
Argyrios Kyrtzidis 3bab3d21f9 Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr):
Expr
  -> CastExpr
     -> ExplicitCastExpr
     -> ImplicitCastExpr 

llvm-svn: 54955
2008-08-18 23:01:59 +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 ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): 2008-08-18 23:01:59 +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