summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGExpr.cpp
AgeCommit message (Expand)Author
2021-04-10[Matrix] Implement C-style explicit type conversions for matrix types.Saurabh Jha
2021-03-12[OpaquePtrs] Remove some uses of type-less CreateGEP() (NFC)Nikita Popov
2021-03-11[CGBuilder] Remove type-less CreateAlignedLoad() APIs (NFC)Nikita Popov
2021-03-01Fix build failure due to dump()Yaxun (Sam) Liu
2021-03-01[HIP] Emit kernel symbolYaxun (Sam) Liu
2021-02-22[clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to No...Melanie Blower
2021-01-05CGExpr - EmitMatrixSubscriptExpr - fix getAs<> null-dereference static analyz...Simon Pilgrim
2021-01-04Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped ...Thorsten Schütt
2021-01-04[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)Thorsten Schütt
2020-12-30Use unary CreateShuffleVector if possibleJuneyoung Lee
2020-12-08UBSAN: emit distinctive trapsTim Northover
2020-12-02Fix assertion in tryEmitAsConstantYaxun (Sam) Liu
2020-12-02[CUDA][HIP] Fix capturing reference to host variableYaxun (Sam) Liu
2020-11-06[FPEnv] Use strictfp metadata in casting nodesKevin P. Neal
2020-10-21[c++20] For P0732R2 / P1907R1: Basic frontend support for class types asRichard Smith
2020-10-15[SVE]Fix implicit TypeSize casts in EmitCheckValueCaroline Concatto
2020-10-13[Fixed Point] Add fixed-point to floating point cast types and consteval.Bevin Hansson
2020-10-13[ARM] Follow AACPS standard for volatile bit-fields access widthTies Stuij
2020-09-28[ubsan] nullability-arg: Fix crash on C++ member pointersVedant Kumar
2020-09-08Revert "[ARM] Follow AACPS standard for volatile bit-fields access width"Ties Stuij
2020-09-08[ARM] Follow AACPS standard for volatile bit-fields access widthTies Stuij
2020-08-26[SVE] Remove calls to VectorType::getNumElements from clangChristopher Tetreault
2020-08-03[OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 3Saiyedul Islam
2020-07-21Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExp...David Blaikie
2020-07-12Revert "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpr...David Blaikie
2020-07-12Rename/refactor isIntegerConstantExpression to getIntegerConstantExpressionDavid Blaikie
2020-07-09[OPENMP50] extend array section for stride (Parsing/Sema/AST)cchen
2020-07-08[OpenMPIRBuilder][Fix] Move llvm::omp::types to OpenMPIRBuilder.sstefan1
2020-06-28[Clang][OpenMP][OMPBuilder] Moving OMP allocation and cache creation code to ...Fady Ghanim
2020-06-15attempt to fix failing buildbots after 3bab88b7baa20b276faaee0aa7ca87f636c91877Tyker
2020-06-15Revert "Prevent IR-gen from emitting consteval declarations"Kirill Bobyrev
2020-06-15Prevent IR-gen from emitting consteval declarationsTyker
2020-06-11[CodeGen] Simplify the way lifetime of block captures is extendedAkira Hatanaka
2020-06-01[Matrix] Implement matrix index expressions ([][]).Florian Hahn
2020-06-01[SVE] Eliminate calls to default-false VectorType::get() from ClangChristopher Tetreault
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-05-18[OpenCL] Added addrspace_cast operator in C++ mode.Anastasia Stulova
2020-05-15StoreInst should store Align, not MaybeAlignEli Friedman
2020-05-11[Matrix] Add matrix type to Clang.Florian Hahn
2020-04-15[AVR] Use the correct address space for non-prototyped function callsAyke van Laethem
2020-04-15Rework how UuidAttr, CXXUuidofExpr, and GUID template arguments and constants...Richard Smith
2020-04-15Upgrade calls to CreateShuffleVector to use the preferred form of passing an ...Benjamin Kramer
2020-04-13Clean up usages of asserting vector getters in TypeChristopher Tetreault
2020-04-08[clang][CodeGen] Handle throw expression in conditional operator constant fol...Raul Tambre
2020-03-31Remove "mask" operand from shufflevector.Eli Friedman
2020-03-18Fix -fsanitize=array-bound to treat T[0] union members as flexible arrayRichard Smith
2020-03-18[hip] Revise `GlobalDecl` constructors. NFC.Michael Liao
2020-03-10[CodeGen] Emit destructor calls to destruct compound literalsAkira Hatanaka
2020-03-09[HIP] Fix device stub nameYaxun (Sam) Liu
2020-03-07[NFC] Let mangler accept GlobalDeclYaxun (Sam) Liu