aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Rename getResultType() on function and method declarations to getReturnType()Alp Toker1-3/+3
2014-01-23CodeGen: Fix tracking of PGO counters for the logical or operatorJustin Bogner1-1/+1
2014-01-15Make -fno-inline attach NoInline attribute to all functions that are notRoman Divacky1-3/+8
2014-01-14Simplifying the OpenCL image attribute. It does not need a semantic integer p...Aaron Ballman1-2/+2
2014-01-13CodeGen: Rename adjustFallThroughCount -> adjustForControlFlowJustin Bogner1-2/+2
2014-01-09The OpenCL specification states that images are allocated Pekka Jaaskelainen1-1/+6
2014-01-07Revert "Debug info: Ensure that the last stop point in a function is still wi...Adrian Prantl1-4/+3
2014-01-07Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"Adrian Prantl1-3/+4
2014-01-07Debug info: Implement a cleaner version of r198461. For symmetry withAdrian Prantl1-4/+3
2014-01-06CodeGen: Initial instrumentation based PGO implementationJustin Bogner1-16/+76
2014-01-03Debug info: Ensure that the last stop point in a function is still withinAdrian Prantl1-3/+4
2013-12-19Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman1-16/+13
2013-12-17[ms-cxxabi] The 'most derived' ctor parameter usually comes lastReid Kleckner1-3/+6
2013-12-05Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner1-0/+4
2013-11-22CodeGen: WhitespaceJustin Bogner1-1/+1
2013-11-05C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith1-8/+24
2013-10-30Add CodeGenABITypes.h for use in LLDB.Mark Lacey1-0/+1
2013-10-20Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne1-0/+17
2013-10-02Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky1-2/+3
2013-09-26Implement a rudimentary form of generic lambdas.Faisal Vali1-1/+1
2013-09-10Generate code for the move assignment operator using memcpy, the same as we doNick Lewycky1-1/+2
2013-08-30Revert r189649 because it was breaking sanitizer bots.Yunzhong Gao1-20/+5
2013-08-30Fixing a bug where debug info for a local variable gets emitted at file scope.Yunzhong Gao1-5/+20
2013-08-26Simplify/clean up debug info suppression in CodeGenFunctionDavid Blaikie1-21/+19
2013-08-22Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek1-1/+1
2013-08-22Implement a rudimentary form of generic lambdas.Faisal Vali1-1/+1
2013-08-19PR16933: Don't try to codegen things after we've seen errors.David Blaikie1-3/+2
2013-07-25Debug Info: Fine-tune the simple return expression location handling toAdrian Prantl1-8/+14
2013-07-13Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENTDavid Blaikie1-0/+1
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin1-10/+6
2013-06-24[AST] Introduce a new DecayedType sugar nodeReid Kleckner1-0/+4
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin1-6/+10
2013-06-18CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin1-10/+6
2013-06-12Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith1-0/+2
2013-05-30fix formatting.Adrian Prantl1-1/+1
2013-05-16Clarify comment.Adrian Prantl1-4/+6
2013-05-16Cleanup: Use a member variable to store the SourceLocation for EH code.Adrian Prantl1-1/+2
2013-05-09CodeGen for CapturedStmtsBen Langmuir1-0/+3
2013-05-07Don't crash in IRGen if a conditional with 'throw' in one of its branches isRichard Smith1-0/+10
2013-05-03Reapply r180982 with repaired logic and an additional testcase.Adrian Prantl1-10/+12
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall1-8/+5
2013-05-03Revert "Attempt to un-break the gdb buildbot."Adrian Prantl1-10/+10
2013-05-03Attempt to un-break the gdb buildbot.Adrian Prantl1-10/+10
2013-05-02Ensure that the line table for functions with cleanups is sequential.Adrian Prantl1-4/+24
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith1-0/+3
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith1-0/+1
2013-04-16Standardize accesses to the TargetInfo in IR-gen.John McCall1-4/+3
2013-03-26Fix uninitialized read of CalleeWithThisReturn.Manman Ren1-1/+2
2013-03-24Simplify code. No functionality change.Benjamin Kramer1-20/+7
2013-03-24Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei1-7/+99