.. |
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
|
Propagate calling convention information to function declarations and CallInst
|
2008-03-09 03:09:36 +00:00 |
CGExprAgg.cpp
|
remove the source location arguments to various target query methods.
|
2008-03-05 18:54:05 +00:00 |
CGExprComplex.cpp
|
Implement first round of feedback on __builtin_overload
|
2008-01-30 20:50:20 +00:00 |
CGExprConstant.cpp
|
remove the source location arguments to various target query methods.
|
2008-03-05 18:54:05 +00:00 |
CGExprScalar.cpp
|
remove the source location arguments to various target query methods.
|
2008-03-05 18:54: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
|
Update to reflect changes in parameter attribute api.
|
2008-03-12 17:46:07 +00:00 |
CodeGenFunction.h
|
make include guards more unique.
|
2008-02-29 17:10:38 +00:00 |
CodeGenModule.cpp
|
add initial support for generating an llvm.globalctors list. Patch by David Chisnall
|
2008-03-14 17:18:18 +00:00 |
CodeGenModule.h
|
add initial support for generating an llvm.globalctors list. Patch by David Chisnall
|
2008-03-14 17:18:18 +00:00 |
CodeGenTypes.cpp
|
remove the source location arguments to various target query methods.
|
2008-03-05 18:54:05 +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 |