Age | Commit message (Expand) | Author | Files | Lines |
2009-08-10 | Support for anonymous union in ctor's initializer and | Fariborz Jahanian | 1 | -0/+2 |
2009-08-08 | Add support for global initializers. | Anders Carlsson | 1 | -2/+11 |
2009-08-08 | Remove use of uninitized variable. | Fariborz Jahanian | 1 | -4/+2 |
2009-08-07 | More synthesis of copy constructors. Work in progress. | Fariborz Jahanian | 1 | -4/+43 |
2009-08-06 | Patch toward synthesizing copy constructors. | Fariborz Jahanian | 1 | -1/+5 |
2009-08-05 | Update for LLVM API change. | Owen Anderson | 1 | -2/+2 |
2009-08-05 | weak globals that are const should get weak_odr linkage. | Chris Lattner | 1 | -6/+19 |
2009-08-05 | rdar://7119244 - globals with an explicit section specified don't get | Chris Lattner | 1 | -1/+2 |
2009-08-03 | Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). | Daniel Dunbar | 1 | -0/+3 |
2009-08-02 | Whoops, meant to delete this. | Anders Carlsson | 1 | -1/+0 |
2009-08-02 | use CodeGenModule::EmitNullConstant in a couple of places. | Anders Carlsson | 1 | -0/+1 |
2009-08-01 | Don't error on C++ linkage; if we don't support that, there are | Eli Friedman | 1 | -1/+2 |
2009-07-31 | Update for LLVM API change. | Owen Anderson | 1 | -3/+3 |
2009-07-30 | Synthesize the default constructor which has not | Fariborz Jahanian | 1 | -0/+8 |
2009-07-30 | Update for LLVM API changes. | Owen Anderson | 1 | -1/+1 |
2009-07-29 | Update for LLVM API change. | Owen Anderson | 1 | -16/+16 |
2009-07-29 | Change uses of: | Ted Kremenek | 1 | -1/+1 |
2009-07-29 | Update for LLVM API change. | Owen Anderson | 1 | -12/+12 |
2009-07-28 | Update for LLVM API change. | Owen Anderson | 1 | -7/+7 |
2009-07-27 | Update for LLVM API change. | Owen Anderson | 1 | -3/+3 |
2009-07-24 | Update for LLVM API change. | Owen Anderson | 1 | -5/+5 |
2009-07-23 | Output UTF-16 string literals independent of host byte order. | Daniel Dunbar | 1 | -9/+24 |
2009-07-23 | Factor out map lookup for CFString constants. | Daniel Dunbar | 1 | -38/+53 |
2009-07-23 | Simplify, NFC. | Daniel Dunbar | 1 | -8/+7 |
2009-07-23 | Simplify. | Daniel Dunbar | 1 | -5/+4 |
2009-07-17 | fix objc codegen to not have its own list of things that eventually get into ... | Chris Lattner | 1 | -5/+1 |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 1 | -1/+1 |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 1 | -1/+1 |
2009-07-16 | use CreateRuntimeVariable to get __CFConstantStringClassReference | Chris Lattner | 1 | -11/+6 |
2009-07-16 | codegen string literals using private linkage now like llvm-gcc, eliminating | Chris Lattner | 1 | -15/+17 |
2009-07-14 | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 1 | -44/+47 |
2009-07-14 | Revert 75648 for now. It is causing test failures. | Devang Patel | 1 | -3/+1 |
2009-07-14 | Use LLVM mangler to get mangled name for debug info entry. | Devang Patel | 1 | -1/+3 |
2009-07-13 | Update for LLVM API change. | Owen Anderson | 1 | -3/+3 |
2009-07-08 | Update for LLVM API change. | Owen Anderson | 1 | -25/+20 |
2009-07-08 | Update for LLVM API change. | Owen Anderson | 1 | -10/+12 |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 1 | -9/+6 |
2009-06-30 | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 1 | -2/+2 |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 1 | -29/+29 |
2009-06-29 | Improve code generation for function template specializations: | Douglas Gregor | 1 | -4/+12 |
2009-06-29 | Keep track of function template specializations, to eliminate | Douglas Gregor | 1 | -0/+2 |
2009-06-29 | Move FunctionDecl::TemplateSpecializationInfo out into its own class, | Douglas Gregor | 1 | -0/+10 |
2009-06-23 | Patch fixes an obscure bug when 'used' attribute is applied to | Fariborz Jahanian | 1 | -2/+9 |
2009-06-20 | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor | 1 | -0/+3 |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 1 | -30/+35 |
2009-06-17 | Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine. | Argyrios Kyrtzidis | 1 | -1/+1 |
2009-06-14 | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner | 1 | -0/+1 |
2009-06-14 | move GetBuiltinType from Builtin::Context to ASTContext. | Chris Lattner | 1 | -3/+3 |
2009-06-11 | Don't assert when generating code with static_asserts. | Anders Carlsson | 1 | -1/+5 |
2009-06-05 | weak_import should not make definitions have weak linkage. | Daniel Dunbar | 1 | -2/+2 |