summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-1/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+1
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-4/+10
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-031-1/+5
* When emitting a multidimensional array new, emit the initializers for theRichard Smith2014-06-031-1/+2
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-2/+2
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-2/+0
* This patch adds a helper class (CGLoopInfo) for marking memory instructions w...Alexander Musman2014-05-221-0/+9
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-33/+37
* Non-allocatable Global Named RegisterRenato Golin2014-05-191-0/+3
* Don't indent in namespaces.Rafael Espindola2014-05-091-40/+40
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-0/+3
* CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner2014-04-151-0/+2
* Cleanup: Add default arguments to CodeGenFunction::StartFunction.Adrian Prantl2014-04-111-2/+2
* 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
OpenPOWER on IntegriCloud