summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGExpr.cpp
AgeCommit message (Expand)Author
2020-02-27Avoid SourceManager.h include in RawCommentList.h, add missing incsReid Kleckner
2020-02-07[ARM] Follow AACPS for preserving number of loads/stores of volatile bit-fieldsDiogo Sampaio
2020-02-04[BPF] use base lvalue type for preserve_{struct,union}_access_index metadataYonghong Song
2020-01-31Don't assume a reference refers to at least sizeof(T) bytes.Richard Smith
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-21Revert "[ARM] Follow AACPS standard for volatile bit-fields access width"Diogo Sampaio
2020-01-21[ARM] Follow AACPS standard for volatile bit-fields access widthDiogo Sampaio
2020-01-17Reapply Allow system header to provide their own implementation of some builtinserge-sans-paille
2020-01-15Revert "Allow system header to provide their own implementation of some builtin"Amy Huang
2020-01-11Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim
2020-01-10Allow system header to provide their own implementation of some builtinserge-sans-paille
2020-01-06[OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.Alexey Bataev
2020-01-02[OPENMP50]Codegen for lastprivate conditional list items.Alexey Bataev
2019-12-23[OPENMP50]Codegen for nontemporal clause.Alexey Bataev
2019-12-03[CodeGen][ObjC] Emit a primitive store to store a __strong field inAkira Hatanaka
2019-12-03[NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka
2019-12-03Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"Akira Hatanaka
2019-12-03[NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka
2019-11-25IRGen: Call SetLLVMFunctionAttributes{,ForDefinition} on __cfi_check_fail.Peter Collingbourne
2019-11-19[NFC] Refactor representation of materialized temporariesTyker
2019-11-17Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber
2019-11-16[NFC] Refactor representation of materialized temporariesTyker
2019-11-14[BPF] Restrict preserve_access_index attribute to C onlyYonghong Song
2019-11-13[BPF] Add preserve_access_index attribute for record definitionYonghong Song
2019-11-09Revert "[BPF] Add preserve_access_index attribute for record definition"Yonghong Song
2019-11-09[BPF] Add preserve_access_index attribute for record definitionYonghong Song
2019-11-03[opaque pointer types] Add element type argument to IRBuilder CreatePreserveS...Craig Topper
2019-10-19[c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith
2019-10-17Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin
2019-10-16Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin
2019-10-08[BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song
2019-10-07Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim
2019-10-03[Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet
2019-09-30[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)Guillaume Chatelet
2019-09-12Improve code generation for thread_local variables:Richard Smith
2019-09-10Fix for PR43175: compiler crash when trying to emit noncapturableAlexey Bataev
2019-08-27Implement codegen for MSVC unions with reference members.Aaron Ballman
2019-08-26hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka
2019-08-26msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka
2019-08-22IR. Change strip* family of functions to not look through aliases.Peter Collingbourne
2019-08-02[BPF] annotate DIType metadata for builtin preseve_array_access_index()Yonghong Song
2019-07-16fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song
2019-07-16Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama
2019-07-15Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_pr...Eric Christopher
2019-07-15fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song
2019-07-09[BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song
2019-07-09Revert "[BPF] Preserve debuginfo array/union/struct type/access index"Yonghong Song
2019-07-09[BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song
2019-07-02[C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington