summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl2014-04-101-0/+4
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+14
* Proper handling of static local variables with address space qualifiers.Eli Bendersky2014-03-241-3/+3
* [Modules] Update to reflect ValueHandle moving to the IR library in LLVMChandler Carruth2014-03-041-1/+1
* ARM & AArch64: use table for EmitCommonNeonBuiltinExprTim Northover2014-02-211-3/+10
* AArch64: refactor table-driven NEON lookup.Tim Northover2014-02-211-0/+2
* Change PGO instrumentation to compute counts in a separate AST traversal.Bob Wilson2014-02-171-8/+4
* [IRGen]. Fixes a crash in using Objective-C array Fariborz Jahanian2014-02-141-2/+2
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-011-1/+12
* ARM & AArch64: move shared vld/vst intrinsics to common implementation.Tim Northover2014-01-311-1/+2
* ARM & AArch64: extend shared NEON implementation to first block.Tim Northover2014-01-301-2/+1
* ARM & AArch64: fully share NEON implementation of permutation intrinsicsTim Northover2014-01-301-0/+3
* Revert "CodeGen: Simplify CodeGenFunction::EmitCaseStmt"Justin Bogner2014-01-211-0/+5
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-3/+3
* CodeGen: Simplify CodeGenFunction::EmitCaseStmtJustin Bogner2014-01-151-5/+0
* Revert "Debug info: Ensure that the last stop point in a function is still wi...Adrian Prantl2014-01-071-1/+1
* Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"Adrian Prantl2014-01-071-1/+1
* Debug info: Implement a cleaner version of r198461. For symmetry withAdrian Prantl2014-01-071-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-4/+24
* Debug info: Ensure that the last stop point in a function is still withinAdrian Prantl2014-01-031-1/+1
* [ms-cxxabi] The 'most derived' ctor parameter usually comes lastReid Kleckner2013-12-171-0/+2
* [ms-cxxabi] Construct and destroy call arguments in the correct orderReid Kleckner2013-12-041-43/+53
* [-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg2013-11-151-0/+5
* Implement aarch64 neon instruction class misc.Kevin Qin2013-11-141-0/+5
* C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith2013-11-051-1/+1
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-201-0/+1
* Do not emit undefined lsrh/ashr for NEON shiftsAmaury de la Vieuville2013-10-041-0/+2
* Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky2013-10-021-13/+20
* Implement conversion to function pointer for generic lambdas without captures.Faisal Vali2013-09-291-1/+1
* Emit an error when attempting to generate IR for SEH __tryReid Kleckner2013-09-161-0/+1
* Revert r189649 because it was breaking sanitizer bots.Yunzhong Gao2013-08-301-2/+1
* Fixing a bug where debug info for a local variable gets emitted at file scope.Yunzhong Gao2013-08-301-1/+2
* Revert "PR14569: Omit debug info for thunks"David Blaikie2013-08-271-4/+5
* Simplify/clean up debug info suppression in CodeGenFunctionDavid Blaikie2013-08-261-8/+0
* CodeGen: Unify two implementations of canDevirtualizeMemberFunctionCall.Benjamin Kramer2013-08-251-0/+6
* [CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::...Timur Iskhodzhanov2013-08-211-2/+0
* Abstract out virtual calls and virtual function prologue code generation; imp...Timur Iskhodzhanov2013-08-211-2/+0
* PR16933: Don't try to codegen things after we've seen errors.David Blaikie2013-08-191-2/+1
* Debug Info / EmitCallArgs: arguments may modify the debug location.Adrian Prantl2013-07-261-3/+16
* Simplify the CodeGenFunction::Build*Virtual*Call family of functionsTimur Iskhodzhanov2013-07-191-3/+1
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-1/+1
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-4/+0
* Delete dead code.Eli Friedman2013-06-281-1/+0
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-0/+4
* [CodeGen] Move EHScopeStack into its own headerReid Kleckner2013-06-191-1/+1
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-4/+0
* Simplify: we don't need any special-case lifetime extension when initializingRichard Smith2013-06-121-4/+2
* PR12086, PR15117Richard Smith2013-06-121-4/+0
* Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith2013-06-121-4/+47
OpenPOWER on IntegriCloud