aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
AgeCommit message (Expand)Author
2010-06-27finally get around to doing a significant cleanup to irgen:Chris Lattner
2010-06-27Change IR generation for return (in the simple case) to avoid doing sillyChris Lattner
2010-06-26Change EmitReferenceBindingToExpr to take a decl instead of a boolean.Anders Carlsson
2010-06-25IRGen for trivial initialization of dynamiccaly allocatedFariborz Jahanian
2010-06-24Patch to correctly mangle block helper functionsFariborz Jahanian
2010-06-22implement support for -finstrument-functions, patch by NelsonChris Lattner
2010-06-19Fix PR7097, a bad interaction between -fno-use-cxa-atexit andChris Lattner
2010-06-17Objective-c++ IRGen. Support for @selector expression asFariborz Jahanian
2010-06-14Add some missing shiftsNate Begeman
2010-06-11Most of remaining builtins, 2 generics, vld, and rounding shfits remain.Nate Begeman
2010-06-10support _lane ops, and multiplies by scalar.Nate Begeman
2010-06-08Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCou...Anders Carlsson
2010-06-08Simplify GenerateCXXAggrDestructorHelper.Anders Carlsson
2010-06-08Fix NEON intrinsic argument passing, support vext. Most now successfully mak...Nate Begeman
2010-05-26Correctly pass aggregates by reference when emitting thunks.John McCall
2010-05-22Re-land the fix for PR7139.Anders Carlsson
2010-05-22Push a return-value slot throughout ObjC message-send codegen. Will beJohn McCall
2010-05-21Unbreak self-host.Anders Carlsson
2010-05-21Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...Anders Carlsson
2010-05-21Allocate space in a block record for implicit references to the Objective CJohn McCall
2010-05-21When emitting an lvalue for an anonymous struct or union member duringJohn McCall
2010-05-20Support implicitly closing on 'this' in a block. Fixed PR7165.John McCall
2010-05-17Ensure that destructors are called for NRVO'd objects when theDouglas Gregor
2010-05-16When initializing thread-safe statics, put the call toDouglas Gregor
2010-05-16Revert r103880 (thread-safe static initialization w/ exceptions),Douglas Gregor
2010-05-15When initializing thread-safe statics, put the call toDouglas Gregor
2010-05-14Remove an unused function.Anders Carlsson
2010-05-05Reimplement code generation for copying fields in theDouglas Gregor
2010-05-03Remove OldGetAddressOfBaseClass - bye bye ambiguities.Anders Carlsson
2010-05-03More work towards getting rid of OldGetAddressOfBaseClass.Anders Carlsson
2010-05-02Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall.Anders Carlsson
2010-05-02Revert my last change and add a 'ForVirtualBase' parameter to EmitCXXConstruc...Anders Carlsson
2010-05-02Pass the construction kind down to EmitCXXConstructorCall.Anders Carlsson
2010-05-02Remove another unused function.Anders Carlsson
2010-05-02Remove an unused function.Anders Carlsson
2010-05-02As per Chris' request, return the Instruction from EmitCall and add the metad...David Chisnall
2010-05-01Complete reimplementation of the synthesis for implicitly-defined copyDouglas Gregor
2010-05-01Simplify EmitClassAggrMemberwiseCopy.Anders Carlsson
2010-05-01Clean up EmitClassMemberwiseCopy further.Anders Carlsson
2010-05-01Get rid of a parameter from EmitClassMemberwiseCopy.Anders Carlsson
2010-05-01Tweaked EmitCall() to permit the caller to provide some metadata to attach to...David Chisnall
2010-04-30Remove an unnecessary parameter from EmitClassCopyAssignment.Anders Carlsson
2010-04-29Remove an unnecessary argument to EmitClassCopyAssignment.Anders Carlsson
2010-04-28IRGen for initialization/destruction ofFariborz Jahanian
2010-04-25Revert enough of my patches to fix self-host again :(Anders Carlsson
2010-04-24RenameGetAddressOfBaseOfCompleteClass to GetAddressOfDirectBaseInCompleteClas...Anders Carlsson
2010-04-24More cleanup.Anders Carlsson
2010-04-24Simplify EmitClassMemberwiseCopy now that it's only used for fields.Anders Carlsson
2010-04-24Rename GetAddressOfBaseClass to OldGetAddressOfBaseClass.Anders Carlsson
2010-04-24Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath.Anders Carlsson