| Commit message (Expand) | Author | Age | Files | Lines |
| * | Work around an obnoxious GCC warning by changing semantics in a hopefully- | John McCall | 2010-07-13 | 1 | -7/+12 |
| * | Allow for the possibility that __cxa_end_catch might throw for a catch-all block | John McCall | 2010-07-13 | 1 | -0/+16 |
| * | Teach IR generation how to lazily emit cleanups. This has a lot of advantages, | John McCall | 2010-07-13 | 1 | -2/+52 |
| * | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+1 |
| * | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | Teach function-try-blocks on constructors and destructors to implicitly | John McCall | 2010-07-07 | 1 | -3/+2 |
| * | Provide a hook for the benefit of clients using clang IR gen as a subroutine: | John McCall | 2010-07-06 | 1 | -0/+2 |
| * | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -218/+362 |
| * | in the "coerce" case, the ABI handling code ends up making the | Chris Lattner | 2010-07-05 | 1 | -2/+2 |
| * | finally get around to doing a significant cleanup to irgen: | Chris Lattner | 2010-06-27 | 1 | -1/+2 |
| * | Change IR generation for return (in the simple case) to avoid doing silly | Chris Lattner | 2010-06-27 | 1 | -1/+1 |
| * | Change EmitReferenceBindingToExpr to take a decl instead of a boolean. | Anders Carlsson | 2010-06-26 | 1 | -1/+2 |
| * | IRGen for trivial initialization of dynamiccaly allocated | Fariborz Jahanian | 2010-06-25 | 1 | -0/+3 |
| * | Patch to correctly mangle block helper functions | Fariborz Jahanian | 2010-06-24 | 1 | -1/+2 |
| * | implement support for -finstrument-functions, patch by Nelson | Chris Lattner | 2010-06-22 | 1 | -0/+9 |
| * | Fix PR7097, a bad interaction between -fno-use-cxa-atexit and | Chris Lattner | 2010-06-19 | 1 | -1/+1 |
| * | Objective-c++ IRGen. Support for @selector expression as | Fariborz Jahanian | 2010-06-17 | 1 | -0/+1 |
| * | Add some missing shifts | Nate Begeman | 2010-06-14 | 1 | -2/+3 |
| * | Most of remaining builtins, 2 generics, vld, and rounding shfits remain. | Nate Begeman | 2010-06-11 | 1 | -0/+2 |
| * | support _lane ops, and multiplies by scalar. | Nate Begeman | 2010-06-10 | 1 | -1/+2 |
| * | Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCou... | Anders Carlsson | 2010-06-08 | 1 | -1/+0 |
| * | Simplify GenerateCXXAggrDestructorHelper. | Anders Carlsson | 2010-06-08 | 1 | -3/+3 |
| * | Fix NEON intrinsic argument passing, support vext. Most now successfully mak... | Nate Begeman | 2010-06-08 | 1 | -0/+4 |
| * | Correctly pass aggregates by reference when emitting thunks. | John McCall | 2010-05-26 | 1 | -0/+5 |
| * | Re-land the fix for PR7139. | Anders Carlsson | 2010-05-22 | 1 | -2/+4 |
| * | Push a return-value slot throughout ObjC message-send codegen. Will be | John McCall | 2010-05-22 | 1 | -3/+6 |
| * | Unbreak self-host. | Anders Carlsson | 2010-05-21 | 1 | -4/+2 |
| * | Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se... | Anders Carlsson | 2010-05-21 | 1 | -2/+4 |
| * | Allocate space in a block record for implicit references to the Objective C | John McCall | 2010-05-21 | 1 | -7/+7 |
| * | When emitting an lvalue for an anonymous struct or union member during | John McCall | 2010-05-21 | 1 | -0/+3 |
| * | Support implicitly closing on 'this' in a block. Fixed PR7165. | John McCall | 2010-05-20 | 1 | -2/+3 |
| * | Ensure that destructors are called for NRVO'd objects when the | Douglas Gregor | 2010-05-17 | 1 | -0/+5 |
| * | When initializing thread-safe statics, put the call to | Douglas Gregor | 2010-05-16 | 1 | -0/+1 |
| * | Revert r103880 (thread-safe static initialization w/ exceptions), | Douglas Gregor | 2010-05-16 | 1 | -2/+1 |
| * | When initializing thread-safe statics, put the call to | Douglas Gregor | 2010-05-15 | 1 | -1/+2 |
| * | Remove an unused function. | Anders Carlsson | 2010-05-14 | 1 | -2/+0 |
| * | Reimplement code generation for copying fields in the | Douglas Gregor | 2010-05-05 | 1 | -11/+2 |
| * | Remove OldGetAddressOfBaseClass - bye bye ambiguities. | Anders Carlsson | 2010-05-03 | 1 | -4/+0 |
| * | More work towards getting rid of OldGetAddressOfBaseClass. | Anders Carlsson | 2010-05-03 | 1 | -0/+2 |
| * | Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall. | Anders Carlsson | 2010-05-02 | 1 | -1/+1 |
| * | Revert my last change and add a 'ForVirtualBase' parameter to EmitCXXConstruc... | Anders Carlsson | 2010-05-02 | 1 | -3/+2 |
| * | Pass the construction kind down to EmitCXXConstructorCall. | Anders Carlsson | 2010-05-02 | 1 | -1/+2 |
| * | Remove another unused function. | Anders Carlsson | 2010-05-02 | 1 | -3/+0 |
| * | Remove an unused function. | Anders Carlsson | 2010-05-02 | 1 | -6/+0 |
| * | As per Chris' request, return the Instruction from EmitCall and add the metad... | David Chisnall | 2010-05-02 | 1 | -2/+1 |
| * | Complete reimplementation of the synthesis for implicitly-defined copy | Douglas Gregor | 2010-05-01 | 1 | -1/+0 |
| * | Simplify EmitClassAggrMemberwiseCopy. | Anders Carlsson | 2010-05-01 | 1 | -3/+2 |
| * | Clean up EmitClassMemberwiseCopy further. | Anders Carlsson | 2010-05-01 | 1 | -2/+1 |
| * | Get rid of a parameter from EmitClassMemberwiseCopy. | Anders Carlsson | 2010-05-01 | 1 | -2/+1 |