Age | Commit message (Expand) | Author |
2009-12-08 | Misc key function fixes. | Eli Friedman |
2009-12-07 | A bunch more thunk fixes from misc testing. | Eli Friedman |
2009-12-06 | Work-in-progess rewrite of thunks: move thunk generation outside of vtable | Eli Friedman |
2009-12-06 | Add rudimentary support for member pointers to CGDebugInfo. | Anders Carlsson |
2009-12-04 | Don't emit explicit specializations of static member variable declarations. | Anders Carlsson |
2009-11-30 | Have ASTRecordLayout keep track of the key function, in preparation of fixing... | Anders Carlsson |
2009-11-30 | Don't try to generate common globals for C++ files, instead of depending on t... | Daniel Dunbar |
2009-11-26 | Simplify and fix up the handling of implicit constructors, copy assignment | Eli Friedman |
2009-11-26 | Use new getLinkage() method to correctly compute whether a variable has | Eli Friedman |
2009-11-24 | Ignore constructor member templates in CodeGenModule::EmitTopLevelDecl. | Anders Carlsson |
2009-11-21 | Mangler: Lift shouldMangleDeclName predicate out of CXXNameMangler::mangle. | Daniel Dunbar |
2009-11-21 | IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into, | Daniel Dunbar |
2009-11-21 | Sink free mangle* methods into MangleContext. | Daniel Dunbar |
2009-11-21 | Added rudimentary C++0x attribute support. | Sean Hunt |
2009-11-20 | Fixup key function calculations. | Mike Stump |
2009-11-19 | Improve instantiation control for rtti data and allow key functions to | Mike Stump |
2009-11-17 | Skip over shadow using decls during codegen. | John McCall |
2009-11-16 | The ssp and sspreq function attributes should only be applied to function def... | Anders Carlsson |
2009-11-16 | Make GetAddrOfConstantStringFromLiteral return a constant of the correct type. | Eli Friedman |
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth |
2009-11-09 | Rearrange function to avoid recursive use-after-free. | Eli Friedman |
2009-11-07 | add missing #include | Chris Lattner |
2009-11-05 | Added support for static variables which require | Fariborz Jahanian |
2009-10-27 | Implement proper linkage for explicit instantiation declarations of | Douglas Gregor |
2009-10-27 | Introduce FunctionDecl::isInlined() to tell whether a function should | Douglas Gregor |
2009-10-27 | Rename FunctionDecl::isInline/setInline to | Douglas Gregor |
2009-10-27 | Add a PrettyStackTraceDecl in CodeGenModule::EmitGlobalDefinition. | Anders Carlsson |
2009-10-26 | assert -> llvm_unreachable | Douglas Gregor |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-10-14 | Fix a thinko that John pointed out | Douglas Gregor |
2009-10-14 | Give explicit and implicit instantiations of static data members of | Douglas Gregor |
2009-10-14 | Copy metadata associated with CI | Devang Patel |
2009-10-14 | fix some cfstring related issues: | Chris Lattner |
2009-10-14 | unbreak test/CodeGen/builtins.c, reverting Devang's change. | Chris Lattner |
2009-10-13 | Check void type before using replaceAllUsesWith(). | Devang Patel |
2009-10-13 | Remove extra white space line. | Devang Patel |
2009-10-13 | Do not check use_empty() before invoking replaceAllUsesWith(). | Devang Patel |
2009-10-13 | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer |
2009-10-11 | Move the vtable builder to CGVtable.cpp, general cleanup. | Anders Carlsson |
2009-10-08 | If a global initializer has a non-trivial constructor or destructor, we never... | Anders Carlsson |
2009-10-07 | Add a MangleContext and pass it to all mangle functions. It will be used for ... | Anders Carlsson |
2009-10-05 | Fix thinko and simplify. | Mike Stump |
2009-10-05 | Ensure we have atleast 2-byte alignment for member functions. | Mike Stump |
2009-10-05 | Respect alignments better. | Mike Stump |
2009-10-05 | Use new predicates for some type equality tests. | Benjamin Kramer |
2009-10-01 | Anonymous namespaces, sema + codegen. A lot of semantics are still broken, | John McCall |
2009-09-23 | Handle namespace aliases. | Anders Carlsson |
2009-09-22 | Revert "Switch a few clients over to StringLiteral::getString.", this is brea... | Daniel Dunbar |
2009-09-22 | Switch a few clients over to StringLiteral::getString. | Daniel Dunbar |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |