summaryrefslogtreecommitdiffstats
path: root/include/clang/CodeGen/CGFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-031-14/+2
* Revert r354546Serge Guelton2019-02-211-6/+7
* Fix typo in r354546Serge Guelton2019-02-211-3/+1
* [NFC] Always initialize all members in ABIArgInfoSerge Guelton2019-02-211-8/+9
* Remove redundant FunctionDecl argument from a couple functions.James Y Knight2019-02-021-16/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Renaming arg_const_range to const_arg_range; NFC.Aaron Ballman2018-08-121-3/+3
* [COFF, ARM64] Decide when to mark struct returns as SRetMandeep Singh Grang2018-07-261-2/+14
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-2/+10
* Refactor handling of signext/zeroext in ABIArgInfoAlex Bradbury2018-01-121-3/+36
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-271-5/+12
* Refactor call emission to package the function pointer together withJohn McCall2016-10-261-23/+0
* Use even more ArrayRefsDavid Majnemer2016-06-241-4/+4
* [CodeGen] Fix a segfault caused by pass_object_size.George Burgess IV2016-06-161-9/+20
* Removing the friend declaration was not a good idea.John McCall2016-03-111-0/+1
* Speculatively attempt to fix the MSVC build by making someJohn McCall2016-03-111-8/+9
* Add a coerce-and-expand ABIArgInfo as a generalization of someJohn McCall2016-03-111-14/+107
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-3/+40
* Remove 'llvm::TrailingObjects::operator delete', clang side.Richard Smith2016-02-091-1/+1
* Fix undefined behavior when compiling in C++14 due to sized operator deleteRichard Smith2016-02-091-7/+19
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-0/+23
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-8/+16
* Update inaccurate comment about inallocaReid Kleckner2015-02-041-4/+4
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-121-2/+11
* Introduce CGFunctionInfo::getNumRequiredArgs(). NFC.Alexey Samsonov2014-09-291-0/+3
* Move some ARM-specific code from CGCall.cpp to TargetInfo.cppOliver Stannard2014-08-271-1/+14
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* MS ABI: Pass 'sret' as the second parameter of instance methodsReid Kleckner2014-05-091-1/+12
* CodeGen: Cleanup ABIArgInfoDavid Majnemer2014-05-031-64/+111
* ARM64: remove holes from *all* HFAs on the stack.Tim Northover2014-04-171-0/+4
* [C++11] Replacing CGFunctionInfo arg iterators with iterator_range arguments(...Aaron Ballman2014-03-171-2/+10
* MS ABI: Return sret parameters when using inallocaReid Kleckner2014-02-251-0/+12
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-011-1/+32
* [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner2014-01-311-0/+9
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+0
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+361