hanchenye-llvm-project/clang/lib/CodeGen
Daniel Dunbar d4f616b853 Move [LR]Value into CGValue.h
- No (intended) functional change.

llvm-svn: 55221
2008-08-23 03:10:25 +00:00
..
CGBuiltin.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGCXX.cpp Add preliminary (and probably broken) codegen support for C++ static initializers. 2008-08-22 16:00:37 +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 preliminary (and probably broken) codegen support for C++ static initializers. 2008-08-22 16:00:37 +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 Move all Obj-C runtime interaction into CodeGenFunction. 2008-08-20 00:28:19 +00:00
CGObjC.cpp Move all Obj-C runtime interaction into CodeGenFunction. 2008-08-20 00:28:19 +00:00
CGObjCGNU.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CGObjCMac.cpp NeXT: Emit property metadata (classes, protocols, categories). 2008-08-23 00:19:03 +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
CGValue.h Move [LR]Value into CGValue.h 2008-08-23 03:10:25 +00:00
CodeGenFunction.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CodeGenFunction.h Move [LR]Value into CGValue.h 2008-08-23 03:10:25 +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