summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure sanitizer check function calls have a !dbg locationAdrian Prantl2018-11-281-0/+5
* [OpenCL] Enable address spaces for references in C++Anastasia Stulova2018-11-161-1/+8
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-4/+10
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+2
* [CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC.Volodymyr Sapsai2018-11-011-0/+10
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+2
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-1/+1
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-231-0/+1
* [OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev2018-10-231-4/+2
* Revert "Ensure sanitizer check function calls have a !dbg location"Vlad Tsyrklevich2018-10-221-3/+0
* Ensure sanitizer check function calls have a !dbg locationAdrian Prantl2018-10-221-0/+3
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+1
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-2/+2
* Revert r343518.Akira Hatanaka2018-10-011-2/+2
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-2/+2
* Revert r341754.Akira Hatanaka2018-09-091-2/+2
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-081-2/+2
* [OPENMP][BLOCKS]Fix PR38923: reference to a global variable is capturedAlexey Bataev2018-08-201-1/+2
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-12/+8
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-10/+8
* Avoid creating conditional cleanup blocks that contain only @llvm.lifetime.en...Richard Smith2018-08-041-7/+40
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* [CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointersPiotr Padlewski2018-07-021-0/+12
* Ignore blacklist when generating __cfi_check_fail.Evgeniy Stepanov2018-06-211-0/+5
* [NFC] Add CreateMemTempWithoutCast and CreateTempAllocaWithoutCastYaxun Liu2018-06-151-15/+31
* Revert r332982 Call CreateTempMemWithoutCast for ActiveFlagYaxun Liu2018-05-221-31/+15
* Call CreateTempMemWithoutCast for ActiveFlagYaxun Liu2018-05-221-15/+31
* CodeGen: Fix invalid bitcast for lifetime.start/endYaxun Liu2018-05-171-10/+17
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-5/+5
* Rename invariant.group.barrier to launder.invariant.groupPiotr Padlewski2018-05-031-1/+1
* [CodeGen] Handle __func__ inside __finallyShoaib Meenai2018-04-111-1/+1
* PR36992: do not store beyond the dsize of a class object unless we knowRichard Smith2018-04-051-2/+4
* [OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev2018-03-301-1/+1
* Set dso_local on cfi_slowpath.Rafael Espindola2018-03-291-4/+5
* Mark __cfi_check as dso_local.Rafael Espindola2018-03-291-0/+1
* [OPENMP] Codegen for declare target with link clause.Alexey Bataev2018-03-261-0/+23
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-201-1/+35
* Fix a doc typo; NFCGeorge Burgess IV2018-03-081-1/+1
* Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen2018-02-031-3/+3
* Reverting patch rL323952 due to build errors that ISander de Smalen2018-02-011-3/+3
* [DebugInfo] Enable debug information for C99 VLA typesSander de Smalen2018-02-011-3/+3
* [CodeGen] Fix TBAA info for accesses to members of base classesIvan A. Kosarev2018-01-081-2/+6
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2018-01-051-3/+8
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-2/+5
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-281-2/+2
* [CodeGen] Fix access sizes in new-format TBAA tagsIvan A. Kosarev2017-12-211-1/+3
* [ubsan] Diagnose noreturn functions which returnVedant Kumar2017-12-211-1/+12
* Revert r320978 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann2017-12-181-6/+2
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2017-12-181-2/+6
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-141-1/+1
OpenPOWER on IntegriCloud