Age | Commit message (Expand) | Author |
2010-08-21 | IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored... | Daniel Dunbar |
2010-08-21 | IRgen: Add an LValue::MakeAddr variant which takes a type and uses that to build | Daniel Dunbar |
2010-08-21 | Delete an obsolete comment. | Dan Gohman |
2010-08-21 | IRgen/CGValue: Add alignment to LValue, and use that alignment when generatin... | Daniel Dunbar |
2010-08-21 | IRgen/LValue: Rename SetQualifiers() to Initialize(). | Daniel Dunbar |
2010-08-21 | IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and | Daniel Dunbar |
2010-08-21 | IRgen: Use Ty consistently in this function. | Daniel Dunbar |
2010-08-20 | CreateTemporaryType doesn't needs its Context argument. | Dan Gohman |
2010-08-20 | Introduce a new temporary MDNode concept. Temporary MDNodes are | Dan Gohman |
2010-08-20 | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian |
2010-08-20 | Fix a major regression with value-initialization of class types with | Douglas Gregor |
2010-08-20 | Translate NEON vmovl intrinsics to zero/sign-extend operations. | Bob Wilson |
2010-08-20 | Mangle explicit template arguments in dependent or overloaded names. | John McCall |
2010-08-19 | Add some enum goodness as requested by Chris. Now instead of storing the | Charles Davis |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-08-18 | Contextual arity is a feature of mangling expressions; kill off | John McCall |
2010-08-18 | zap dead code. | Chris Lattner |
2010-08-18 | fix typo | Chris Lattner |
2010-08-18 | Fix PR7889 by generalizing some over specialized code. There is no | Chris Lattner |
2010-08-17 | fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__ | Chris Lattner |
2010-08-17 | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar |
2010-08-17 | Whoops. Don't fall through into the overload case when mangling a | John McCall |
2010-08-17 | Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() | Benjamin Kramer |
2010-08-16 | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis |
2010-08-15 | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis |
2010-08-15 | Explicitly handle every case in the switch in RTTIBuilder::BuildTypeInfo. | Eli Friedman |
2010-08-14 | More cleanup enabling. | John McCall |
2010-08-13 | Sketch out a framework for delaying the activation of a cleanup. | John McCall |
2010-08-13 | Zap unused UnaryOperator::OffsetOf. | Eli Friedman |
2010-08-13 | Make use of __func__ in a block actually refer to | Fariborz Jahanian |
2010-08-12 | Just disable the hidden-visibility optimization for now by hiding it behind | John McCall |
2010-08-12 | Implement RTTI generation for Objective C types. Fixes PR7864. | John McCall |
2010-08-12 | Emit debug info for static const class member. | Devang Patel |
2010-08-11 | Revise r110163: don't mark weak functions nounwind, because the optimizer | John McCall |
2010-08-11 | Emit a stop point for delegate constructor call. This gives user a chance to ... | Devang Patel |
2010-08-11 | When re-raising an exception after a cleanup, we need to call _Unwind_Resume_... | John McCall |
2010-08-11 | Work in progress for PR7864. Someone more familiar with ObjC++ needs to fill | Eli Friedman |
2010-08-11 | IRGen support for functions returning objc object | Fariborz Jahanian |
2010-08-11 | Fix a bug in @finally emission in both the fragile and non-fragile EH schemes | John McCall |
2010-08-10 | Simplify | Devang Patel |
2010-08-10 | Slightly revised handling of mult-alt constraints, to avoid an assert, until ... | John Thompson |
2010-08-10 | When initializing a static local, pop the guard-abort EH cleanup after | John McCall |
2010-08-10 | Do not use DIGlobalVariable to emit debugging information for enums. | Devang Patel |
2010-08-10 | Simplify code and add comments, in code that generate debug info for constant... | Devang Patel |
2010-08-10 | Even if a constant's evaluated value is used, emit debug info for the constan... | Devang Patel |
2010-08-09 | Support ObjC implementation decls for PCH. | Argyrios Kyrtzidis |
2010-08-08 | Thread local variables aren't considered common linkage. | Eric Christopher |
2010-08-07 | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor |
2010-08-07 | Inline a special case of EmitAggregateCopy into EmitNullInitialization | John McCall |
2010-08-07 | Store inheritance paths after CastExprs instead of inside them. | John McCall |