Age | Commit message (Expand) | Author |
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 |
2010-06-08 | Fix NEON intrinsic argument passing, support vext. Most now successfully mak... | Nate Begeman |
2010-05-26 | Correctly pass aggregates by reference when emitting thunks. | John McCall |
2010-05-22 | Re-land the fix for PR7139. | Anders Carlsson |
2010-05-22 | Push a return-value slot throughout ObjC message-send codegen. Will be | John McCall |
2010-05-21 | Unbreak self-host. | Anders Carlsson |
2010-05-21 | Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se... | Anders Carlsson |
2010-05-21 | Allocate space in a block record for implicit references to the Objective C | John McCall |
2010-05-21 | When emitting an lvalue for an anonymous struct or union member during | John McCall |
2010-05-20 | Support implicitly closing on 'this' in a block. Fixed PR7165. | John McCall |
2010-05-17 | Ensure that destructors are called for NRVO'd objects when the | Douglas Gregor |
2010-05-16 | When initializing thread-safe statics, put the call to | Douglas Gregor |
2010-05-16 | Revert r103880 (thread-safe static initialization w/ exceptions), | Douglas Gregor |
2010-05-15 | When initializing thread-safe statics, put the call to | Douglas Gregor |
2010-05-14 | Remove an unused function. | Anders Carlsson |
2010-05-05 | Reimplement code generation for copying fields in the | Douglas Gregor |
2010-05-03 | Remove OldGetAddressOfBaseClass - bye bye ambiguities. | Anders Carlsson |
2010-05-03 | More work towards getting rid of OldGetAddressOfBaseClass. | Anders Carlsson |
2010-05-02 | Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall. | Anders Carlsson |
2010-05-02 | Revert my last change and add a 'ForVirtualBase' parameter to EmitCXXConstruc... | Anders Carlsson |
2010-05-02 | Pass the construction kind down to EmitCXXConstructorCall. | Anders Carlsson |
2010-05-02 | Remove another unused function. | Anders Carlsson |
2010-05-02 | Remove an unused function. | Anders Carlsson |
2010-05-02 | As per Chris' request, return the Instruction from EmitCall and add the metad... | David Chisnall |
2010-05-01 | Complete reimplementation of the synthesis for implicitly-defined copy | Douglas Gregor |
2010-05-01 | Simplify EmitClassAggrMemberwiseCopy. | Anders Carlsson |
2010-05-01 | Clean up EmitClassMemberwiseCopy further. | Anders Carlsson |
2010-05-01 | Get rid of a parameter from EmitClassMemberwiseCopy. | Anders Carlsson |
2010-05-01 | Tweaked EmitCall() to permit the caller to provide some metadata to attach to... | David Chisnall |
2010-04-30 | Remove an unnecessary parameter from EmitClassCopyAssignment. | Anders Carlsson |
2010-04-29 | Remove an unnecessary argument to EmitClassCopyAssignment. | Anders Carlsson |
2010-04-28 | IRGen for initialization/destruction of | Fariborz Jahanian |
2010-04-25 | Revert enough of my patches to fix self-host again :( | Anders Carlsson |
2010-04-24 | RenameGetAddressOfBaseOfCompleteClass to GetAddressOfDirectBaseInCompleteClas... | Anders Carlsson |
2010-04-24 | More cleanup. | Anders Carlsson |
2010-04-24 | Simplify EmitClassMemberwiseCopy now that it's only used for fields. | Anders Carlsson |
2010-04-24 | Rename GetAddressOfBaseClass to OldGetAddressOfBaseClass. | Anders Carlsson |
2010-04-24 | Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath. | Anders Carlsson |