llvm-project/clang/CodeGen
Chris Lattner 49e3bfa8a4 add stmtexpr support for aggregates
llvm-svn: 41662
2007-08-31 22:54:14 +00:00
..
CGBuiltin.cpp Implement codegen support for lowering "library builtins" like __builtin_isinf 2007-08-31 04:44:06 +00:00
CGDecl.cpp be slightly more volatile correct 2007-08-26 16:22:13 +00:00
CGExpr.cpp Generalize RValue to handle complex better, generalize EmitCompoundStmt to 2007-08-31 22:49:20 +00:00
CGExprAgg.cpp add stmtexpr support for aggregates 2007-08-31 22:54:14 +00:00
CGExprComplex.cpp add support for complex stmtexpr's 2007-08-31 22:51:38 +00:00
CGExprScalar.cpp Generalize RValue to handle complex better, generalize EmitCompoundStmt to 2007-08-31 22:49:20 +00:00
CGObjC.cpp completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. 2007-08-24 05:35:26 +00:00
CGStmt.cpp Generalize RValue to handle complex better, generalize EmitCompoundStmt to 2007-08-31 22:49:20 +00:00
CodeGenFunction.cpp implement initial codegen for aggregate return functions. This implements 2007-08-10 17:02:28 +00:00
CodeGenFunction.h Generalize RValue to handle complex better, generalize EmitCompoundStmt to 2007-08-31 22:49:20 +00:00
CodeGenModule.cpp Implement codegen support for lowering "library builtins" like __builtin_isinf 2007-08-31 04:44:06 +00:00
CodeGenModule.h add the ability to get the llvm function corresponding to a library builtin. 2007-08-31 04:31:45 +00:00
CodeGenTypes.cpp Fix the following redefinition errors submitted by Keith Bauer... 2007-08-30 01:06:46 +00:00
CodeGenTypes.h Implement code generation for constant CFStrings. 2007-08-21 00:21:21 +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