aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
AgeCommit message (Expand)Author
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
2010-04-24Add a new GetAddressOfBaseClass overload that takes a base path and. Use it f...Anders Carlsson
2010-04-23Handle compound assignment expressions (i += j) as lvalues, which isDouglas Gregor
2010-04-22Call PerformCopyInitialization to properly initialize the exception temporaryJohn McCall
2010-04-21I failed to notice that my last patch wasn't doing as much as it couldJohn McCall
2010-04-21Miscellaneous codegen cleanups. Mostly, don't create new basic blocksJohn McCall
2010-04-20Back out r101911 and see if it makes the bots happy.Anders Carlsson
2010-04-20Fix a bug which triggered the assertion I added yesterday. Basically, when we...Anders Carlsson
2010-04-20Pass the nearest virtual base decl to InitializeVTablePointers. No functional...Anders Carlsson
2010-04-13Variation of objc_copyStruct API generation whenFariborz Jahanian
2010-04-13Add support for objc_copyStruct to enforceFariborz Jahanian
2010-03-31Minor include pruning.Benjamin Kramer
2010-03-30Factor emitting a call to a copy constructor out into a separate function.Anders Carlsson
2010-03-30Introduce a CXXTemporariesCleanupScope RAII object and use it to cleanup the ...Anders Carlsson