Age | Commit message (Expand) | Author |
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 | IRgen/CGValue: Give MakeAddrLValue() an alignment argument, and eliminate old... | 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 | IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and | Daniel Dunbar |
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-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-07 | Store inheritance paths after CastExprs instead of inside them. | John McCall |
2010-08-06 | vdup_lane was missing | Nate Begeman |
2010-08-04 | More objc block variable layout info. work. | Fariborz Jahanian |
2010-08-04 | Some early work for providing block layout info. | Fariborz Jahanian |
2010-07-28 | When creating a jump destination, its scope should be the scope of the | John McCall |
2010-07-23 | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall |
2010-07-21 | Rename LazyCleanup -> Cleanup. No functionality change for these last three | John McCall |
2010-07-21 | Rip out EHCleanupScope. | John McCall |
2010-07-21 | Kill the CleanupBlock API. | John McCall |
2010-07-21 | Switch the destructor for a temporary arising from a reference binding over to | John McCall |
2010-07-21 | Switch finally cleanups over to being lazy cleanups. We get basically nothing | John McCall |
2010-07-21 | Implement proper base/member destructor EH chaining. | John McCall |
2010-07-21 | Implement zero-initialization for array new when there is an | Douglas Gregor |
2010-07-21 | Add a little helper method which will be useful soon. | John McCall |
2010-07-20 | Follow the implementation approach suggested by PR6687, | Chris Lattner |
2010-07-20 | implement rdar://5739832 - operator new should check for overflow in multiply, | Chris Lattner |
2010-07-16 | Fix for PR3800: make sure not to evaluate the expression for a read-write | Eli Friedman |
2010-07-13 | Work around an obnoxious GCC warning by changing semantics in a hopefully- | John McCall |
2010-07-13 | Allow for the possibility that __cxa_end_catch might throw for a catch-all block | John McCall |
2010-07-13 | Teach IR generation how to lazily emit cleanups. This has a lot of advantages, | John McCall |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
2010-07-07 | Teach function-try-blocks on constructors and destructors to implicitly | John McCall |
2010-07-06 | Provide a hook for the benefit of clients using clang IR gen as a subroutine: | John McCall |
2010-07-06 | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall |
2010-07-05 | in the "coerce" case, the ABI handling code ends up making the | Chris Lattner |
2010-06-27 | finally get around to doing a significant cleanup to irgen: | Chris Lattner |
2010-06-27 | Change IR generation for return (in the simple case) to avoid doing silly | Chris Lattner |
2010-06-26 | Change EmitReferenceBindingToExpr to take a decl instead of a boolean. | Anders Carlsson |
2010-06-25 | IRGen for trivial initialization of dynamiccaly allocated | Fariborz Jahanian |
2010-06-24 | Patch to correctly mangle block helper functions | Fariborz Jahanian |
2010-06-22 | implement support for -finstrument-functions, patch by Nelson | Chris Lattner |
2010-06-19 | Fix PR7097, a bad interaction between -fno-use-cxa-atexit and | Chris Lattner |
2010-06-17 | Objective-c++ IRGen. Support for @selector expression as | Fariborz Jahanian |
2010-06-14 | Add some missing shifts | Nate Begeman |
2010-06-11 | Most of remaining builtins, 2 generics, vld, and rounding shfits remain. | Nate Begeman |
2010-06-10 | support _lane ops, and multiplies by scalar. | Nate Begeman |
2010-06-08 | Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCou... | Anders Carlsson |
2010-06-08 | Simplify GenerateCXXAggrDestructorHelper. | Anders Carlsson |