| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | use CreateRuntimeVariable to get __CFConstantStringClassReference | Chris Lattner | 2009-07-16 | 1 | -11/+6 |
* | codegen string literals using private linkage now like llvm-gcc, eliminating | Chris Lattner | 2009-07-16 | 1 | -15/+17 |
* | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 2009-07-14 | 1 | -44/+47 |
* | Revert 75648 for now. It is causing test failures. | Devang Patel | 2009-07-14 | 1 | -3/+1 |
* | Use LLVM mangler to get mangled name for debug info entry. | Devang Patel | 2009-07-14 | 1 | -1/+3 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-13 | 1 | -3/+3 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -25/+20 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -10/+12 |
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -9/+6 |
* | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -2/+2 |
* | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -29/+29 |
* | Improve code generation for function template specializations: | Douglas Gregor | 2009-06-29 | 1 | -4/+12 |
* | Keep track of function template specializations, to eliminate | Douglas Gregor | 2009-06-29 | 1 | -0/+2 |
* | Move FunctionDecl::TemplateSpecializationInfo out into its own class, | Douglas Gregor | 2009-06-29 | 1 | -0/+10 |
* | Patch fixes an obscure bug when 'used' attribute is applied to | Fariborz Jahanian | 2009-06-23 | 1 | -2/+9 |
* | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor | 2009-06-20 | 1 | -0/+3 |
* | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -30/+35 |
* | Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine. | Argyrios Kyrtzidis | 2009-06-17 | 1 | -1/+1 |
* | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner | 2009-06-14 | 1 | -0/+1 |
* | move GetBuiltinType from Builtin::Context to ASTContext. | Chris Lattner | 2009-06-14 | 1 | -3/+3 |
* | Don't assert when generating code with static_asserts. | Anders Carlsson | 2009-06-11 | 1 | -1/+5 |
* | weak_import should not make definitions have weak linkage. | Daniel Dunbar | 2009-06-05 | 1 | -2/+2 |
* | Make ReplaceUsesOfNonProtoTypeWithRealFunction verify that a call is *to* the | Chris Lattner | 2009-06-04 | 1 | -1/+2 |
* | Add code for emitting C++ destructors. Not used yet. | Anders Carlsson | 2009-05-29 | 1 | -0/+2 |
* | Handle the edge case of a weak function with incomplete type correctly. | Eli Friedman | 2009-05-26 | 1 | -6/+9 |
* | extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728. | Anders Carlsson | 2009-05-16 | 1 | -2/+3 |
* | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -14/+11 |
* | A C++ member function always has either weak linkage (if it's inline or defin... | Anders Carlsson | 2009-05-15 | 1 | -0/+8 |
* | push GlobalDecl through enough of the CodeGenModule interfaces | Chris Lattner | 2009-05-12 | 1 | -23/+21 |
* | add an initial stab at emitting deferred c++ inline functions. This handles ... | Chris Lattner | 2009-05-12 | 1 | -0/+9 |
* | cleanups, no functionality change. | Chris Lattner | 2009-05-12 | 1 | -3/+5 |
* | revert my previous patch, I committed the wrong file. | Chris Lattner | 2009-05-12 | 1 | -10/+2 |
* | static methods don't get this pointers. | Chris Lattner | 2009-05-12 | 1 | -2/+10 |
* | When defining a function whose type has no prototype, make an effort | Chris Lattner | 2009-05-05 | 1 | -6/+79 |
* | Refactor global decls to hold either a regular Decl or a CXXConstructorDecl +... | Anders Carlsson | 2009-05-05 | 1 | -14/+31 |
* | Fix comment to account for r70786. | Eli Friedman | 2009-05-03 | 1 | -1/+1 |
* | PR4133: fix always_inline implementation to be consistent with gcc. | Eli Friedman | 2009-05-03 | 1 | -2/+1 |
* | Improve compatibility with GCC regarding inline semantics in GNU89 | Douglas Gregor | 2009-04-28 | 1 | -2/+10 |
* | Fix handling of C99 "extern inline" semantics when dealing with | Douglas Gregor | 2009-04-23 | 1 | -6/+5 |
* | Eliminate the three SmallVectors in ObjCImplDecl (for instance | Douglas Gregor | 2009-04-23 | 1 | -4/+5 |
* | Don't convert interface types (to structs) as part of CodeGenTypes. | Daniel Dunbar | 2009-04-22 | 1 | -4/+0 |
* | Fix some mishandling of the attr(gnu_inline) mode when used with | Chris Lattner | 2009-04-22 | 1 | -16/+13 |
* | Fix emission of static tentative definitions referenced from other static fun... | Douglas Gregor | 2009-04-21 | 1 | -9/+11 |
* | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor | 2009-04-21 | 1 | -16/+11 |
* | the __gnuc_inline__ attribute is actually named __gnu_inline__, | Chris Lattner | 2009-04-20 | 1 | -1/+1 |
* | PR3853: Add CodeGen support for __thread. | Eli Friedman | 2009-04-19 | 1 | -5/+3 |
* | silence a warning, it isn't clear what the right answer is here, | Chris Lattner | 2009-04-19 | 1 | -1/+1 |
* | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor | 2009-04-18 | 1 | -2/+2 |
* | Add support for generating (very basic) C++ destructors. These aren't called ... | Anders Carlsson | 2009-04-17 | 1 | -0/+3 |