]> granicus.if.org Git - clang/history - lib/CodeGen/CodeGenFunction.h
CodeGenFunction::EmitPointerWithAlignment(): Prune a \param in r303358, possibly...
[clang] / lib / CodeGen / CodeGenFunction.h
2017-05-19 NAKAMURA TakumiCodeGenFunction::EmitPointerWithAlignment(): Prune...
2017-05-18 Krzysztof Parzyszek[CodeGen] Propagate LValueBaseInfo instead of Alignment...
2017-05-04 Xiuli Pan[OpenCL] Add intel_reqd_sub_group_size attribute support
2017-05-01 Sanjoy DasAdapt to LLVM's rename of WeakVH to WeakTrackingVH...
2017-04-28 Akira Hatanaka[CodeGen][ObjC] Don't retain captured Objective-C point...
2017-04-26 Sanjoy DasRevert "Update to LLVM's use of WeakTrackingVH; NFC"
2017-04-26 Sanjoy DasUpdate to LLVM's use of WeakTrackingVH; NFC
2017-04-25 Carlo BertolliRecommit of
2017-04-24 Carlo BertolliRevert r301223
2017-04-24 Carlo Bertolli[OpenMP] Initial implementation of code generation...
2017-04-14 Vedant Kumar[ubsan] Reduce alignment checking of C++ object pointers
2017-04-07 Evgeniy Stepanov[cfi] Emit __cfi_check stub in the frontend.
2017-03-30 Erich KeaneClang changes for alloc_align attribute
2017-03-26 Gor Nishanov[coroutines] Add codegen for await and yield expressions
2017-03-14 Vedant Kumar[ubsan] Use the nicer nullability diagnostic handlers
2017-03-14 Vedant Kumar[ubsan] Add a nullability sanitizer
2017-03-09 Vedant KumarRetry: [ubsan] Detect UB loads from bitfields
2017-03-09 Vedant KumarRevert "[ubsan] Detect UB loads from bitfields"
2017-03-08 Vedant Kumar[ubsan] Detect UB loads from bitfields
2017-03-06 Reid KlecknerDon't assume cleanup emission preserves dominance in...
2017-03-06 Gor Nishanov[coroutines] Add co_return statement emission
2017-03-06 Vedant Kumar[ubsan] Extend the nonnull arg check to ObjC
2017-02-27 Vedant Kumar[ubsan] Factor out logic to emit a range check. NFC.
2017-02-25 Vedant KumarRetry: [profiling] Fix profile counter increment when...
2017-02-25 Vedant KumarRevert "[profiling] Fix profile counter increment when...
2017-02-25 Vedant Kumar[profiling] Fix profile counter increment when emitting...
2017-02-24 Vedant Kumar[profiling] PR31992: Don't skip interesting non-base...
2017-02-23 Erik Pilkington[ObjC][CodeGen] CodeGen support for @available.
2017-02-23 George Burgess IV[CodeGen] Don't reemit expressions for pass_object_size...
2017-02-23 Vedant KumarRename a helper function, NFC.
2017-02-17 Vedant KumarRetry^2: [ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Pass a set of checks to skip to EmitTypeCheck...
2017-02-17 Vedant KumarRevert "Retry: [ubsan] Reduce null checking of C++...
2017-02-17 Vedant KumarRetry: [ubsan] Reduce null checking of C++ object point...
2017-02-17 Vedant KumarRevert "[ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Reduce null checking of C++ object pointers...
2017-02-16 Arpith Chacko Jacob[OpenMP] Parallel reduction on the NVPTX device.
2017-02-16 Arpith Chacko JacobRevert r295319 while investigating buildbot failure.
2017-02-16 Arpith Chacko Jacob[OpenMP] Parallel reduction on the NVPTX device.
2017-01-29 Arpith Chacko Jacob[OpenMP][NVPTX][CUDA] Adding support for printf for...
2017-01-25 Akira Hatanaka[CodeGen] Suppress emission of lifetime markers if...
2017-01-25 Arpith Chacko Jacob[OpenMP] Codegen support for 'target teams' on the...
2017-01-25 Arpith Chacko JacobReverting commit because an NVPTX patch sneaked in...
2017-01-25 Arpith Chacko Jacob[OpenMP] Codegen support for 'target teams' on the...
2017-01-18 Arpith Chacko Jacob[OpenMP] Codegen support for 'target parallel' on the...
2017-01-18 Arpith Chacko JacobRevert r292374 to debug Windows buildbot failure.
2017-01-18 Arpith Chacko Jacob[OpenMP] Codegen support for 'target parallel' on the...
2017-01-16 Arpith Chacko Jacob[OpenMP] Refactor code that calls codegen for target...
2017-01-10 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2017-01-06 Filipe Cabecinhas[ubsan] Minimize size of data for type_mismatch (Redo...
2017-01-03 Reid Kleckner[Win64] Don't widen integer literal zero arguments...
2017-01-03 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-29 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-25 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-22 George Burgess IVAdd the alloc_size attribute to clang, attempt 2.
2016-12-20 Chandler CarruthRevert r290149: Add the alloc_size attribute to clang.
2016-12-20 George Burgess IVAdd the alloc_size attribute to clang.
2016-12-17 Kelvin Li[OpenMP] Sema and parsing for 'target teams' pragma
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-12-12 Filipe Cabecinhas[clang] Version support for UBSan handlers
2016-12-12 Richard SmithAdd two new AST nodes to represent initialization of...
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-17 Alexey Bataev[OPENMP] Fixed codegen for 'omp cancel' construct.
2016-11-16 Vitaly BukaRevert "[OPENMP] Fixed codegen for 'omp cancel' construct."
2016-11-15 Alexey Bataev[OPENMP] Fixed codegen for 'omp cancel' construct.
2016-11-10 Amara EmersonAdd the loop end location to the loop metadata. This...
2016-10-27 Gor Nishanov[coroutines] Add allocation and deallocation substatements.
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-10-26 Vitaly Buka[CodeGen] Don't emit lifetime intrinsics for some local...
2016-10-26 Vitaly Buka[CodeGen] Move shouldEmitLifetimeMarkers into more...
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-18 Akira Hatanaka[CodeGen][ObjC] Do not call objc_storeStrong when initi...
2016-10-12 Albert GutowskiImplement MS _BitScan intrinsics
2016-10-10 Richard SmithRe-commit r283722, reverted in r283750, with a fix...
2016-10-10 Daniel JasperRevert "P0035R4: Semantic analysis and code generation...
2016-10-10 Richard SmithP0035R4: Semantic analysis and code generation for...
2016-10-03 Gor Nishanov[coroutines] Adding builtins for coroutine intrinsics...
2016-09-29 Richard SmithSwitch to a different workaround for unimplementability...
2016-09-28 Richard SmithRe-commit r282556, reverted in r282564, with a fix...
2016-09-28 Richard SmithRevert r282556. This change made several bots unhappy.
2016-09-27 Richard SmithP0145R3 (C++17 evaluation order tweaks): evaluate the...
2016-09-16 Richard SmithFix a couple of wrong-code bugs in switch-on-constant...
2016-09-13 Peter CollingbourneUpdate Clang for D20147 ("DebugInfo: New metadata repre...
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-05 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute' pragma
2016-07-28 Samuel Antao[OpenMP] Codegen for use_device_ptr clause.
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-13 Aaron BallmanAdd XRay flags to Clang. We implement two flags to...
2016-07-06 Kelvin Li[OpenMP] Sema and parsing for 'distribute simd' pragma
2016-07-05 Kelvin Li[OpenMP] Sema and parse for 'distribute parallel for...
2016-07-01 Tim Shen[Temporary, Lifetime] Add lifetime marks for temporaries
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-27 Carlo BertolliResubmission of http://reviews.llvm.org/D21564 after...
2016-06-25 Peter CollingbourneCodeGen: Start emitting checked loads when both trappin...
2016-06-24 Peter CollingbourneCodeGen: Update Clang to use the new type metadata.
2016-06-24 Carlo BertolliRevert r273705
next