Age | Commit message (Expand) | Author |
2010-08-23 | Extract a method to check whether a function is the global placement | John McCall |
2010-08-22 | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall |
2010-08-22 | Eliminate a stale assertion. Fixes Clang self-host. | Douglas Gregor |
2010-08-22 | When performing value-initialization for a class with a non-trivial, | Douglas Gregor |
2010-08-22 | Clean up a very silly use of first-class aggregates. | John McCall |
2010-08-22 | Experiment with using first-class aggregates to represent member function | John McCall |
2010-08-22 | Extract member function pointer comparison and null comparison into | John McCall |
2010-08-22 | Abstract out member-pointer creation. I'm really unhappy about the current | John McCall |
2010-08-22 | Abstract more member-pointerness out. | John McCall |
2010-08-22 | Abstract out member-pointer conversions. | John McCall |
2010-08-22 | Detabify. | Eli Friedman |
2010-08-22 | Implement the call parts of the member-function-pointer ARM C++ ABI. | John McCall |
2010-08-22 | Extract calls to method pointers out as an ABI routine. | John McCall |
2010-08-21 | The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that | John McCall |
2010-08-21 | IRgen: Set the alignment correctly when creating LValue for a decls. | Daniel Dunbar |
2010-08-21 | CodeGenFunction: Eliminate unused MakeQualifiers() function. | Daniel Dunbar |
2010-08-21 | Simplify. | Daniel Dunbar |
2010-08-21 | IRgen/CGValue: Give MakeAddrLValue() an alignment argument, and eliminate old... | Daniel Dunbar |
2010-08-21 | IRgen: Move remaining LValue::Set... methods to LValue::set... (non-static) m... | Daniel Dunbar |
2010-08-21 | IRgen: Move remaining MakeAddr() calls to MakeAddrLValue(). | Daniel Dunbar |
2010-08-21 | IRgen: The CVR qualifiers in a subobject adjustment should just come from the | Daniel Dunbar |
2010-08-21 | IRgen/CGValue: Add getQuals(), so qualifiers can be modified on an LValue. | Daniel Dunbar |
2010-08-21 | IRgen/LValue: Add LValue::setNonGC instead of SetObjCNonGC, for consistency w... | Daniel Dunbar |
2010-08-21 | IRgen: Switch more MakeAddr() users to MakeAddrLValue; this time for calls wh... | Daniel Dunbar |
2010-08-21 | IRgen: Switch a bunch of trivial MakeAddr calls to use MakeAddrLValue. | Daniel Dunbar |
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 |