Age | Commit message (Expand) | Author |
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 | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer |
2010-08-21 | twik to my previous patch for pr7936. | Fariborz Jahanian |
2010-08-21 | Place method near its class. | Zhongxing Xu |
2010-08-21 | Remove dead code. | Zhongxing Xu |
2010-08-21 | Improve comments. | Zhongxing Xu |
2010-08-21 | Remove a special case for OSAtomic functions. We can already bind and retrieve | Zhongxing Xu |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-21 | Remove dead code. We no longer need it because now we treat the first element | Zhongxing Xu |
2010-08-21 | remove unused variable. | Zhongxing Xu |
2010-08-21 | When invalidating a struct region, whether its type definition exists is not | Zhongxing Xu |
2010-08-21 | Fix typo in comment. | Michael J. Spencer |
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-21 | fix PR7943, a corner case with the GNU __VA_ARGS__ comma | Chris Lattner |
2010-08-21 | patch to support comparison involving | Fariborz Jahanian |
2010-08-20 | Fix an issue with writing to PCH another included PCH, introduced by the "usi... | Argyrios Kyrtzidis |
2010-08-20 | Remove dead code. | Fariborz Jahanian |
2010-08-20 | Disallow direct inclusion of avxintrin.h. Users should include immintrin.h in... | Benjamin Kramer |
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 | Rmove dead code. | Fariborz Jahanian |
2010-08-20 | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian |
2010-08-20 | Add a workaround for PR7947, a crash trying to recover from invalid C++ code. | Nick Lewycky |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-20 | Add immintrin meta header. | Benjamin Kramer |
2010-08-20 | alphabeticalize | Chris Lattner |
2010-08-20 | hopefully unbreak the msvc buildbot. | Chris Lattner |
2010-08-20 | Fix a major regression with value-initialization of class types with | Douglas Gregor |
2010-08-20 | Fix header comments. | Benjamin Kramer |