summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for __declspec(guard(nocf))Andrew Paverd2020-01-101-0/+11
* [clang] Turn -fno-builtin flag into an IR AttributeGuillaume Chatelet2019-12-121-11/+14
* Fix bug 44190 - wrong code with #pragma pack(1)Yaxun (Sam) Liu2019-12-101-3/+2
* Avoid Attr.h includes, CodeGen editionReid Kleckner2019-12-091-1/+2
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-0/+14
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-14/+0
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-0/+14
* [CodeGen][ObjC] Emit a primitive store to store a __strong field inAkira Hatanaka2019-12-031-1/+6
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-17/+17
* Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"Akira Hatanaka2019-12-031-17/+17
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-17/+17
* Work on cleaning up denormal mode handlingMatt Arsenault2019-11-191-2/+3
* [hip] Enable pointer argument lowering through coercing type.Michael Liao2019-11-051-0/+9
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-291-4/+20
* Revert "[clang] Add no_builtin attribute"Vlad Tsyrklevich2019-10-281-20/+4
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-281-4/+20
* [Alignment] Migrate Attribute::getWith(Stack)AlignmentGuillaume Chatelet2019-10-151-2/+2
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-111-1/+1
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-101-1/+1
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-101-1/+1
* [IRGen] Emit lifetime markers for temporary struct allocasFrancis Visoiu Mistrih2019-10-081-0/+22
* [SVE][IR] Scalable Vector size queries and IR instruction supportGraham Hunter2019-10-081-4/+4
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-1/+1
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-2/+2
* [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-1/+1
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-1/+1
* [Alignment] fix buildGuillaume Chatelet2019-09-231-5/+6
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-221-1/+1
* [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen2019-07-201-9/+12
* Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCLIlya Biryukov2019-07-181-1/+1
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-181-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-3/+3
* Ensure Target Features always_inline error happens in C++ cases.Erich Keane2019-06-211-0/+10
* LLVM IR: Generate new-style byval-with-Type from ClangTim Northover2019-06-051-1/+1
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-031-2/+1
* Change the metadata for heapallocsite calls when the type is cast.Amy Huang2019-05-021-1/+0
* Relanding r357928 with fixed debuginfo check.Amy Huang2019-04-121-7/+9
* Don't emit an unreachable return block.John McCall2019-04-101-9/+0
* Revert "[MS] Add metadata for __declspec(allocator)"Amy Huang2019-04-081-9/+7
* [MS] Add metadata for __declspec(allocator)Amy Huang2019-04-081-7/+9
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-1/+1
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-031-2/+1
* IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.Peter Collingbourne2019-03-221-23/+9
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-1/+1
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-091-38/+16
* [opaque pointer types] Make EmitCall pass Function Types toJames Y Knight2019-02-071-20/+30
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-22/+24
* [opaque pointer types] Fix the CallInfo passed to EmitCall in someJames Y Knight2019-02-051-15/+38
* [Sanitizers] UBSan unreachable incompatible with Kernel ASanJulian Lettner2019-02-041-1/+2
OpenPOWER on IntegriCloud