llvm-project/clang/CodeGen
Anders Carlsson f087c0c1c6 Add preliminary support for converting struct types.
llvm-svn: 41145
2007-08-17 22:00:32 +00:00
..
CGAggExpr.cpp start splitting out aggregate value computation from EmitExpr into EmitAggExpr. 2007-08-11 00:04:45 +00:00
CGDecl.cpp Refactor code so that isIntegerConstantExpr has an ASTContext available. 2007-07-15 23:26:56 +00:00
CGExpr.cpp start splitting out aggregate value computation from EmitExpr into EmitAggExpr. 2007-08-11 00:04:45 +00:00
CGStmt.cpp start splitting out aggregate value computation from EmitExpr into EmitAggExpr. 2007-08-11 00:04:45 +00:00
CodeGenFunction.cpp implement initial codegen for aggregate return functions. This implements 2007-08-10 17:02:28 +00:00
CodeGenFunction.h start splitting out aggregate value computation from EmitExpr into EmitAggExpr. 2007-08-11 00:04:45 +00:00
CodeGenModule.cpp Add preliminary support for converting struct types. 2007-08-17 22:00:32 +00:00
CodeGenModule.h In "int X,Y;", compile both X and Y. 2007-07-14 00:16:50 +00:00
CodeGenTypes.cpp Add preliminary support for converting struct types. 2007-08-17 22:00:32 +00:00
CodeGenTypes.h Add preliminary support for converting struct types. 2007-08-17 22:00:32 +00:00
Makefile Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore 2007-05-24 06:29:05 +00:00
ModuleBuilder.cpp In "int X,Y;", compile both X and Y. 2007-07-14 00:16:50 +00:00