llvm-project/clang/CodeGen
Hartmut Kaiser ec7531c9f6 Fixed compilation on Windows.
Silenced a couple of warnings.
Added *.vcproj file for new clangAnalysis library.
Renamed Basic to clangBasic projects.

llvm-svn: 41767
2007-09-07 14:34:20 +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 Fixed compilation on Windows. 2007-09-07 14:34:20 +00:00
CGExprScalar.cpp Fixed compilation on Windows. 2007-09-07 14:34: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 eliminate some VC++ warnings, patch contributed by Hartmut Kaiser 2007-09-04 02:34:27 +00:00
CodeGenFunction.h Generalize RValue to handle complex better, generalize EmitCompoundStmt to 2007-08-31 22:49:20 +00:00
CodeGenModule.cpp eliminate some VC++ warnings, patch contributed by Hartmut Kaiser 2007-09-04 02:34:27 +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 eliminate some VC++ warnings, patch contributed by Hartmut Kaiser 2007-09-04 02:34:27 +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