aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
AgeCommit message (Expand)Author
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-03-02PR12094: Set the alignment of memory intrinsic instructions based on theJay Foad
2012-03-01Implement "optimization" for lambda-to-block conversion which inlines the gen...Eli Friedman
2012-02-28Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...Eli Friedman
2012-02-25Work-in-progress for lambda conversion-to-block operator. Still need to impl...Eli Friedman
2012-02-22Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.Bill Wendling
2012-02-19Make heap-allocation of std::initializer_list 'work'.Sebastian Redl
2012-02-19Get recursive initializer lists to work and add a test. Codegen of std::initi...Sebastian Redl
2012-02-17Basic code generation support for std::initializer_list.Sebastian Redl
2012-02-17Rework the Sema/AST/IRgen dance for the lambda closure type'sDouglas Gregor
2012-02-16Initial implementation of IRGen for the lambda conversion-to-function-pointer...Eli Friedman
2012-02-16Start of IRGen for lambda conversion operators.Eli Friedman
2012-02-16Teach clang to add metadata tags to calls and invokes in ObjC withDan Gohman
2012-02-14Implement IRGen of lambda expressions which capture arrays.Eli Friedman
2012-02-13Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith
2012-02-11Basic support for referring to captured variables from lambdas. Some simple ...Eli Friedman
2012-02-09Refactor lambda IRGen so AggExprEmitter::VisitLambdaExpr does the right thing.Eli Friedman
2012-02-08A little bit of lambda IRGen.Eli Friedman
2012-01-29revert r149184Fariborz Jahanian
2012-01-28objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian
2012-01-26Use function pointers, rather than references, to pass DestroyersPeter Collingbourne
2012-01-16Some improvements to the handling of C11 atomic types:David Chisnall
2012-01-14Remove a redundant word.Zhongxing Xu
2012-01-10objc++: patch for IRgen for atomic properties ofFariborz Jahanian
2012-01-07objc++: More codegen stuff for atomic properties of c++ objectsFariborz Jahanian
2012-01-06objc++: more code gen stuff for atomic property api,Fariborz Jahanian
2012-01-06objc++: sythesize a helper function to be usedFariborz Jahanian
2011-12-28Small refactoring and simplification of constant evaluation and some of itsRichard Smith
2011-12-12Hexagon backend supportTony Linthicum
2011-12-05Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pa...Eli Friedman
2011-12-03Switch LValue so that it exposes alignment in CharUnits. (No functional chan...Eli Friedman
2011-12-03Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...Eli Friedman
2011-12-03Track alignment in AggValueSlot. No functional change in this patch, but I'l...Eli Friedman
2011-11-27When destroying temporaries, instead of a custom cleanup use thePeter Collingbourne
2011-11-16Fix a bunch of really nasty bugs in how we compute alignment for reference lv...Eli Friedman
2011-11-10Whenever explicitly activating or deactivating a cleanup, weJohn McCall
2011-11-10Enter the cleanups for a block outside the enclosingJohn McCall
2011-11-08Bind function "r-values" as l-values when emitting them asJohn McCall
2011-11-07Rip the ObjCPropertyRef l-value kind out of IR-generation.John McCall
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-10-27Annotate imprecise FP division with fpaccuracy metadataPeter Collingbourne
2011-10-19Add a new subclass of RunCleanupScopes that also handles creating newEric Christopher
2011-10-11Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman
2011-10-06CUDA: IR generation support for kernel call expressionsPeter Collingbourne
2011-10-04Mark calls to objc_retainBlock that don't result from castsJohn McCall
2011-10-01When performing an @throw in ARC, retain + autoreleaseJohn McCall
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-09-15Refactor the load of the exception pointer and the exception selector from theirBill Wendling
2011-09-15Rewrite this loop to use partial destruction; I'm not sure it'sJohn McCall
2011-09-13Unify the decision of how to emit property getters and setters into aJohn McCall