summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
AgeCommit message (Expand)Author
2014-07-17[UBSan] Add !nosanitize metadata to the code generated by UBSan.Alexey Samsonov
2014-07-08Remove unnecessary check for NULLAlexey Samsonov
2014-07-07[Sanitizer] Remove brittle cache variable and slightly simplify blacklisting ...Alexey Samsonov
2014-05-22This patch adds a helper class (CGLoopInfo) for marking memory instructions w...Alexander Musman
2014-05-21[C++11] Use 'nullptr'. CodeGen edition.Craig Topper
2014-05-09MS ABI: Pass 'sret' as the second parameter of instance methodsReid Kleckner
2014-05-06[OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev
2014-04-29Debug info: Improve line table for functions with cleanups an early exitAdrian Prantl
2014-04-10Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl
2014-04-04When printing types for the OpenCL kernel metadata, use the PrintingPolicy.Joey Gouly
2014-03-20Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov
2014-03-17PGO: Statically generate data structuresDuncan P. N. Exon Smith
2014-03-10[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman
2014-03-09[C++11] Update Clang for the change to LLVM's Use-Def chain iterators inChandler Carruth
2014-03-06[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman
2014-03-06PGO: Use the main file name to help distinguish functions with local linkage.Bob Wilson
2014-03-06Refactor PGO code in preparation for handling non-C/C++ code.Bob Wilson
2014-03-02[C++11] Replace llvm::tie with std::tie.Benjamin Kramer
2014-02-25IRGen: Remove a stale commentDavid Majnemer
2014-02-25Attr: Remove ForceInlineDavid Majnemer
2014-02-17Change PGO instrumentation to compute counts in a separate AST traversal.Bob Wilson
2014-02-17Fix some minor whitespace issues.Bob Wilson
2014-02-06Simplify code by combining ifs.Manman Ren
2014-02-06Fix Werror introduced at r200874.Manman Ren
2014-02-05PGO: instrumentation based profiling sets function attributes.Manman Ren
2014-02-01[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner
2014-01-25Rename getResultType() on function and method declarations to getReturnType()Alp Toker
2014-01-23CodeGen: Fix tracking of PGO counters for the logical or operatorJustin Bogner
2014-01-15Make -fno-inline attach NoInline attribute to all functions that are notRoman Divacky
2014-01-14Simplifying the OpenCL image attribute. It does not need a semantic integer p...Aaron Ballman
2014-01-13CodeGen: Rename adjustFallThroughCount -> adjustForControlFlowJustin Bogner
2014-01-09The OpenCL specification states that images are allocated Pekka Jaaskelainen
2014-01-07Revert "Debug info: Ensure that the last stop point in a function is still wi...Adrian Prantl
2014-01-07Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"Adrian Prantl
2014-01-07Debug info: Implement a cleaner version of r198461. For symmetry withAdrian Prantl
2014-01-06CodeGen: Initial instrumentation based PGO implementationJustin Bogner
2014-01-03Debug info: Ensure that the last stop point in a function is still withinAdrian Prantl
2013-12-19Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman
2013-12-17[ms-cxxabi] The 'most derived' ctor parameter usually comes lastReid Kleckner
2013-12-05Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner
2013-11-22CodeGen: WhitespaceJustin Bogner
2013-11-05C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith
2013-10-30Add CodeGenABITypes.h for use in LLDB.Mark Lacey
2013-10-20Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne
2013-10-02Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky
2013-09-26Implement a rudimentary form of generic lambdas.Faisal Vali
2013-09-10Generate code for the move assignment operator using memcpy, the same as we doNick Lewycky
2013-08-30Revert r189649 because it was breaking sanitizer bots.Yunzhong Gao
2013-08-30Fixing a bug where debug info for a local variable gets emitted at file scope.Yunzhong Gao
2013-08-26Simplify/clean up debug info suppression in CodeGenFunctionDavid Blaikie