llvm-project/clang/CodeGen
Chris Lattner aa0b570dfb Support fully general case expressions, patch by Sanghyeon Seo!
llvm-svn: 44453
2007-11-30 17:44:57 +00:00
..
CGBuiltin.cpp Add __builtin_abs 2007-11-20 19:05:17 +00:00
CGDecl.cpp Code gen static initializer. 2007-10-26 17:50:58 +00:00
CGExpr.cpp Implement support for -fwritable-strings and make the code generator 2007-11-28 05:34:05 +00:00
CGExprAgg.cpp Generate code for member exprs. 2007-11-02 16:59:10 +00:00
CGExprComplex.cpp Fix 80 col violations. 2007-10-30 20:59:40 +00:00
CGExprScalar.cpp Fix sema support for the gnu ?: expression with a 2007-11-26 01:40:58 +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 Support fully general case expressions, patch by Sanghyeon Seo! 2007-11-30 17:44:57 +00:00
CodeGenFunction.cpp take an initial stab at setting function linkage right. Handle 2007-11-27 06:46:51 +00:00
CodeGenFunction.h Rename classes and collections that maintain record layout information. 2007-11-01 19:11:01 +00:00
CodeGenModule.cpp Implement support for -fwritable-strings and make the code generator 2007-11-28 05:34:05 +00:00
CodeGenModule.h Implement support for -fwritable-strings and make the code generator 2007-11-28 05:34:05 +00:00
CodeGenTypes.cpp update to match change in mainline llvm. 2007-11-27 18:20:52 +00:00
CodeGenTypes.h Start struct bit field laout work. 2007-11-07 01:57:13 +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 Implement support for -fwritable-strings and make the code generator 2007-11-28 05:34:05 +00:00