.. |
CGBuiltin.cpp
|
Implementation of __builtin_ctlz.
|
2008-05-27 15:32:46 +00:00 |
CGDebugInfo.cpp
|
Generate debug descriptors for array types while generating the debug info.
|
2008-06-09 10:47:41 +00:00 |
CGDebugInfo.h
|
Generate debug descriptors for array types while generating the debug info.
|
2008-06-09 10:47:41 +00:00 |
CGDecl.cpp
|
Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion.
|
2008-06-09 23:42:47 +00:00 |
CGExpr.cpp
|
First cut at setting attributes for functions and calls; this puts us
|
2008-06-01 15:54:49 +00:00 |
CGExprAgg.cpp
|
A few more cases for aggregate values.
|
2008-05-27 15:51:49 +00:00 |
CGExprComplex.cpp
|
Add support for init lists for complex variables.
|
2008-05-13 23:11:35 +00:00 |
CGExprConstant.cpp
|
Fix crash with conversion to an address-space-qualified pointer. Bug
|
2008-06-07 17:27:51 +00:00 |
CGExprScalar.cpp
|
fix crash when codegening 'cond ? lhs : call-to-void-func()'
|
2008-06-04 19:15:45 +00:00 |
CGObjC.cpp
|
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
|
2008-05-29 21:12:08 +00:00 |
CGObjCEtoile.cpp
|
Support for code generation of Objective-C top-level language constructs.
|
2008-06-01 14:13:53 +00:00 |
CGObjCGNU.cpp
|
Don't name the ObjC types if there aren't any ObjC objects in the file.
|
2008-06-01 16:00:02 +00:00 |
CGObjCRuntime.h
|
Include <string> header to allow compiling for MSVC.
|
2008-06-01 21:23:24 +00:00 |
CGStmt.cpp
|
Generate subprogram debug info with -g.
|
2008-05-25 05:15:42 +00:00 |
CodeGenFunction.cpp
|
First cut at setting attributes for functions and calls; this puts us
|
2008-06-01 15:54:49 +00:00 |
CodeGenFunction.h
|
Make CurFuncDecl more specific; I have some code I'm going to land in a
|
2008-05-22 01:16:59 +00:00 |
CodeGenModule.cpp
|
implement the alias attirbute (in both Sema and Codegen)
|
2008-06-08 15:45:52 +00:00 |
CodeGenModule.h
|
implement the alias attirbute (in both Sema and Codegen)
|
2008-06-08 15:45:52 +00:00 |
CodeGenTypes.cpp
|
-Changes to TagDecl:
|
2008-06-09 23:19:58 +00:00 |
CodeGenTypes.h
|
Fix PR2081 (problems codegen'ing some recursive structures) patch
|
2008-04-03 05:50:42 +00:00 |
Makefile
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
ModuleBuilder.cpp
|
Support for code generation of Objective-C top-level language constructs.
|
2008-06-01 14:13:53 +00:00 |