hanchenye-llvm-project/clang/CodeGen
Anders Carlsson 1ba25ca171 Add codegen upport for implicit casts to aggregate exprs.
llvm-svn: 45954
2008-01-14 06:28:57 +00:00
..
CGBuiltin.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CGDecl.cpp implement proper support for _Bool in memory, which is usually i8, not i1. 2008-01-09 18:47:25 +00:00
CGExpr.cpp Fix the type of predefined identifiers like __func__. Patch by 2008-01-12 08:14:25 +00:00
CGExprAgg.cpp Add codegen upport for implicit casts to aggregate exprs. 2008-01-14 06:28:57 +00:00
CGExprComplex.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CGExprScalar.cpp Substituted all instances of the string "Objc" for "ObjC". This fixes 2008-01-07 19:49:32 +00:00
CGObjC.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CGStmt.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CodeGenFunction.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CodeGenFunction.h Allow implicit casts during arithmetic for OCUVector operations 2007-12-30 02:59:45 +00:00
CodeGenModule.cpp Add first pieces of support for parsing and representing 2008-01-12 07:05:38 +00:00
CodeGenModule.h Add first pieces of support for parsing and representing 2008-01-12 07:05:38 +00:00
CodeGenTypes.cpp implement proper support for _Bool in memory, which is usually i8, not i1. 2008-01-09 18:47:25 +00:00
CodeGenTypes.h implement proper support for _Bool in memory, which is usually i8, not i1. 2008-01-09 18:47:25 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
ModuleBuilder.cpp Add first pieces of support for parsing and representing 2008-01-12 07:05:38 +00:00