hanchenye-llvm-project/clang/lib/CodeGen
Argyrios Kyrtzidis 28172cb812 Include <string> header to allow compiling for MSVC.
llvm-svn: 51847
2008-06-01 21:23:24 +00:00
..
CGBuiltin.cpp Implementation of __builtin_ctlz. 2008-05-27 15:32:46 +00:00
CGDebugInfo.cpp Emit parameter and local variable debug information with -g. 2008-05-30 10:30:31 +00:00
CGDebugInfo.h Emit parameter and local variable debug information with -g. 2008-05-30 10:30:31 +00:00
CGDecl.cpp Calculate alignment for local variables. 2008-05-31 21:20:41 +00:00
CGExpr.cpp First cut at setting attributes for functions and calls; this puts us 2008-06-01 15:54:49 +00:00
CGExprAgg.cpp A few more cases for aggregate values. 2008-05-27 15:51:49 +00:00
CGExprComplex.cpp Add support for init lists for complex variables. 2008-05-13 23:11:35 +00:00
CGExprConstant.cpp Make sure _Bool globals have the correct type. 2008-06-01 15:31:44 +00:00
CGExprScalar.cpp Support for code generation of Objective-C top-level language constructs. 2008-06-01 14:13:53 +00:00
CGObjC.cpp - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h 2008-05-29 21:12:08 +00:00
CGObjCEtoile.cpp Support for code generation of Objective-C top-level language constructs. 2008-06-01 14:13:53 +00:00
CGObjCGNU.cpp Don't name the ObjC types if there aren't any ObjC objects in the file. 2008-06-01 16:00:02 +00:00
CGObjCRuntime.h Include <string> header to allow compiling for MSVC. 2008-06-01 21:23:24 +00:00
CGStmt.cpp Generate subprogram debug info with -g. 2008-05-25 05:15:42 +00:00
CodeGenFunction.cpp First cut at setting attributes for functions and calls; this puts us 2008-06-01 15:54:49 +00:00
CodeGenFunction.h Make CurFuncDecl more specific; I have some code I'm going to land in a 2008-05-22 01:16:59 +00:00
CodeGenModule.cpp First cut at setting attributes for functions and calls; this puts us 2008-06-01 15:54:49 +00:00
CodeGenModule.h First cut at setting attributes for functions and calls; this puts us 2008-06-01 15:54:49 +00:00
CodeGenTypes.cpp Add FIXME to CodeGen struct layout. 2008-05-30 10:29:32 +00:00
CodeGenTypes.h Fix PR2081 (problems codegen'ing some recursive structures) patch 2008-04-03 05:50:42 +00:00
Makefile
ModuleBuilder.cpp Support for code generation of Objective-C top-level language constructs. 2008-06-01 14:13:53 +00:00