aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
AgeCommit message (Expand)Author
2010-12-08Stop using builtins for the "_lane" variants of saturating multiply intrinsics.Bob Wilson
2010-12-07Stop using a clang builtin for Neon vdup_lane intrinsics.Bob Wilson
2010-12-06Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall
2010-12-05Fix a bug in the emission of __real/__imag l-values on scalar operands.John McCall
2010-12-04More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet
2010-12-04Test case for the l-value base only being evaluated once.John McCall
2010-12-04Kill the KVC l-value kind and calculate the base expression when emittingJohn McCall
2010-12-02IR Gen. part of API support for __block cxxFariborz Jahanian
2010-12-02Improve codegen for initializer lists to use memset more aggressivelyChris Lattner
2010-12-02Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall
2010-11-28BuildVirtualCall doesn't need to take a reference to a pointer.Anders Carlsson
2010-11-16Support compound complex operations as l-values in C++. Add a testJohn McCall
2010-11-16Implements __block API for c++ objects. There is stillFariborz Jahanian
2010-11-16Simplify some complex emission and implement correct semantics forJohn McCall
2010-11-13Block API patch to do copy ctor of copied-in cxx objects inFariborz Jahanian
2010-11-06Simplify the logic for emitting guard variables for template staticJohn McCall
2010-10-27Restore r117403 (fixing IR gen for bool atomics), this time being less John McCall
2010-10-27Revert r117403 as it caused PR8480.Rafael Espindola
2010-10-26Extract procedures to do scalar-to-memory and memory-to-scalar conversionsJohn McCall
2010-10-26Factor out the code for emitting code to load vtable pointer membersDan Gohman
2010-10-19Fix Whitespace.Michael J. Spencer
2010-10-15Death to blocks, or at least the word "block" in one particular obnoxiouslyJohn McCall
2010-10-14Experimental TBAA support.Dan Gohman
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-10-09Add target implementations for the X86 builtins:Bill Wendling
2010-10-09Permit constant evaluation of const floating-point variables withJohn McCall
2010-09-28Accidentally committed some temporary changes on my branch when reverting pat...Bill Wendling
2010-09-28Temporarily revert 114929 114925 114924 114921. It looked like they (or at leastBill Wendling
2010-09-24Patch implements passing arrays to functions expectingFariborz Jahanian
2010-09-21IRgen for gnu extension's conditional lvalue expressionFariborz Jahanian
2010-09-20Implements in IRgen gnu extensions missing LHS forFariborz Jahanian
2010-09-18Adjust a fixup's starting branch if it's being resolved becauseJohn McCall
2010-09-17Patch to add IRgen support for Gnu's conditional operatorFariborz Jahanian
2010-09-17When emitting a new-expression inside a conditional expression,John McCall
2010-09-16Patch to move RequiresGCollection bit toFariborz Jahanian
2010-09-15one piece of code is responsible for the lifetime of every aggregateJohn McCall
2010-09-14Implement the EH cleanup to call 'operator delete' if a new-expression throwsJohn McCall
2010-09-14Fix VLA miscompilation.Argyrios Kyrtzidis
2010-09-08Implement ARM static local initialization guards, which are more compact thanJohn McCall
2010-09-02Abstract IR generation of array cookies into the C++ ABI class andJohn McCall
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall
2010-08-21IRgen: Set the alignment correctly when creating LValue for a decls.Daniel Dunbar
2010-08-21CodeGenFunction: Eliminate unused MakeQualifiers() function.Daniel Dunbar
2010-08-21IRgen/CGValue: Give MakeAddrLValue() an alignment argument, and eliminate old...Daniel Dunbar
2010-08-21IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored...Daniel Dunbar
2010-08-21IRgen: Add an LValue::MakeAddr variant which takes a type and uses that to buildDaniel Dunbar
2010-08-21IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument andDaniel Dunbar
2010-08-14More cleanup enabling.John McCall
2010-08-13Sketch out a framework for delaying the activation of a cleanup.John McCall
2010-08-10Simplify code and add comments, in code that generate debug info for constant...Devang Patel