summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGNonTrivialStruct.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add { } to silence compiler warning [NFC]Mikael Holmen2019-04-111-3/+3
* Add IRGen APIs to fetch ctor/dtor helper functions for non-trivial structs.John McCall2019-04-101-0/+90
* [CodeGen][ObjC] Adjust the addresses passed to calls to synthesizedAkira Hatanaka2019-03-291-0/+8
* Fix typos and formatting. NFC.Akira Hatanaka2019-03-291-58/+54
* [CodeGen] Add additional mangling for struct members of non trivial structsShoaib Meenai2019-03-281-2/+3
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-091-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-1/+1
* Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere2018-11-111-1/+2
* [CodeGen] Before entering the loop that copies a non-trivial array fieldAkira Hatanaka2018-10-021-0/+2
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-3/+21
* Move the visitor classes that are used to traverse non-trivial C structsAkira Hatanaka2018-04-171-118/+89
* [CodeGen] Fix a crash that occurs when a non-trivial C struct with aAkira Hatanaka2018-04-161-15/+25
* Revert "[CodeGen] Fix a crash that occurs when a non-trivial C struct with a"Akira Hatanaka2018-04-161-25/+15
* [CodeGen] Fix a crash that occurs when a non-trivial C struct with aAkira Hatanaka2018-04-161-15/+25
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-191-5/+54
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-121-54/+5
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-5/+54
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-0/+855