llvm-project/clang/CodeGen
Chris Lattner 65079bd9be fix codegen support for functions that are nothrow and noreturn.
llvm-svn: 47838
2008-03-03 03:45:26 +00:00
..
CGBuiltin.cpp Implement __builtin_va_copy 2008-02-09 20:26:43 +00:00
CGDecl.cpp Implement codegen for the following static var init. 2008-02-26 21:41:45 +00:00
CGExpr.cpp Implement extern block var. 2008-02-16 22:30:38 +00:00
CGExprAgg.cpp Improve non-const initializer implementation. 2008-02-19 22:04:22 +00:00
CGExprComplex.cpp Implement first round of feedback on __builtin_overload 2008-01-30 20:50:20 +00:00
CGExprConstant.cpp Add codegen support for ObjC message expressions with the GNU runtime. 2008-03-01 08:45:05 +00:00
CGExprScalar.cpp Add codegen support for ObjC message expressions with the GNU runtime. 2008-03-01 08:45:05 +00:00
CGObjC.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CGObjCGNU.cpp Add codegen support for ObjC message expressions with the GNU runtime. 2008-03-01 08:50:34 +00:00
CGObjCRuntime.h Add codegen support for ObjC message expressions with the GNU runtime. 2008-03-01 08:50:34 +00:00
CGStmt.cpp Fix a bug in ConvertAsmString function. 2008-02-26 19:19:58 +00:00
CodeGenFunction.cpp fix codegen support for functions that are nothrow and noreturn. 2008-03-03 03:45:26 +00:00
CodeGenFunction.h make include guards more unique. 2008-02-29 17:10:38 +00:00
CodeGenModule.cpp Add a bunch of attributes, patch by Nuno Lopes. 2008-03-03 03:28:21 +00:00
CodeGenModule.h Add codegen support for ObjC message expressions with the GNU runtime. 2008-03-01 08:45:05 +00:00
CodeGenTypes.cpp Tabs are the enemy 2008-02-20 22:57:40 +00:00
CodeGenTypes.h make include guards more unique. 2008-02-29 17:10:38 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
ModuleBuilder.cpp Put back the top-level asm code; all tests pass now. 2008-02-08 00:33:21 +00:00