summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-1/+3
* Revert r295319 while investigating buildbot failure.Arpith Chacko Jacob2017-02-161-3/+1
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-1/+3
* [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device.Arpith Chacko Jacob2017-01-291-2/+2
* [CodeGen] Suppress emission of lifetime markers if a label has been seenAkira Hatanaka2017-01-251-0/+11
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-0/+3
* Reverting commit because an NVPTX patch sneaked in. Break up into twoArpith Chacko Jacob2017-01-251-3/+0
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-0/+3
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-0/+3
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-3/+0
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-0/+3
* [OpenMP] Refactor code that calls codegen for target regions on the device.Arpith Chacko Jacob2017-01-161-7/+4
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+2
* [ubsan] Minimize size of data for type_mismatch (Redo of D19667)Filipe Cabecinhas2017-01-061-1/+1
* [Win64] Don't widen integer literal zero arguments to unprototyped function c...Reid Kleckner2017-01-031-1/+1
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+2
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+2
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+2
* Add the alloc_size attribute to clang, attempt 2.George Burgess IV2016-12-221-1/+3
* Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth2016-12-201-3/+1
* Add the alloc_size attribute to clang.George Burgess IV2016-12-201-1/+3
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+1
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-2/+1
* [clang] Version support for UBSan handlersFilipe Cabecinhas2016-12-121-1/+27
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+35
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+2
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+2
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-171-0/+88
* Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."Vitaly Buka2016-11-161-29/+0
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-151-0/+29
* Add the loop end location to the loop metadata. This additional informationAmara Emerson2016-11-101-0/+4
* [coroutines] Add allocation and deallocation substatements.Gor Nishanov2016-10-271-0/+1
* Refactor call emission to package the function pointer together withJohn McCall2016-10-261-13/+18
* [CodeGen] Don't emit lifetime intrinsics for some local variablesVitaly Buka2016-10-261-0/+5
* [CodeGen] Move shouldEmitLifetimeMarkers into more convenient placeVitaly Buka2016-10-261-0/+3
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+2
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-1/+1
* [CodeGen][ObjC] Do not call objc_storeStrong when initializing aAkira Hatanaka2016-10-181-1/+0
* Implement MS _BitScan intrinsicsAlbert Gutowski2016-10-121-0/+6
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-1/+2
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-2/+1
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-1/+2
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-031-0/+13
* Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.Richard Smith2016-09-291-4/+12
* Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom toRichard Smith2016-09-281-4/+8
* Revert r282556. This change made several bots unhappy.Richard Smith2016-09-281-8/+4
* P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side ofRichard Smith2016-09-271-4/+8
* Fix a couple of wrong-code bugs in switch-on-constant optimization:Richard Smith2016-09-161-0/+4
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-1/+1
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-2/+0
OpenPOWER on IntegriCloud