llvm-project/clang/CodeGen
Chris Lattner 9d3b0e0001 Implement trivial integer initializers, like 'int X = 4;' for global
vars.  Approach suggested by Keith.

llvm-svn: 39849
2007-07-14 00:23:28 +00:00
..
CGDecl.cpp implement support for basic codegen of global variables with no initializers. 2007-07-13 05:13:43 +00:00
CGExpr.cpp add a fixme 2007-07-14 00:01:01 +00:00
CGStmt.cpp silence a bogus gcc warning. 2007-07-13 20:07:11 +00:00
CodeGenFunction.cpp Add support for vector formal arguments. 2007-07-10 00:28:12 +00:00
CodeGenFunction.h implement codegen support for implicit casts. 2007-07-13 20:25:53 +00:00
CodeGenModule.cpp Implement trivial integer initializers, like 'int X = 4;' for global 2007-07-14 00:23:28 +00:00
CodeGenModule.h In "int X,Y;", compile both X and Y. 2007-07-14 00:16:50 +00:00
CodeGenTypes.cpp Implement codegen for + and - with pointers. Patch contributed by 2007-07-13 03:05:23 +00:00
CodeGenTypes.h Move getSize() out of type, into ASTContext, where it has target info, and 2007-07-13 22:13:22 +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