]> granicus.if.org Git - clang/history - include/clang/CodeGen/CGFunctionInfo.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / CodeGen / CGFunctionInfo.h
2019-09-19 Serge GueltonInitialize all fields in ABIArgInfo.
2019-05-03 Mandeep Singh Grang[COFF, ARM64] Fix ABI implementation of struct returns
2019-02-21 Serge GueltonRevert r354546
2019-02-21 Serge GueltonFix typo in r354546
2019-02-21 Serge Guelton[NFC] Always initialize all members in ABIArgInfo
2019-02-02 James Y KnightRemove redundant FunctionDecl argument from a couple...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-08-12 Aaron BallmanRenaming arg_const_range to const_arg_range; NFC.
2018-07-26 Mandeep Singh Grang[COFF, ARM64] Decide when to mark struct returns as...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-03-17 Oren Ben SimhonAdding nocf_check attribute for cf-protection fine...
2018-01-12 Alex BradburyRefactor handling of signext/zeroext in ABIArgInfo
2017-04-27 Oren Ben Simhon[X86] Support of no_caller_saved_registers attribute
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-06-24 David MajnemerUse even more ArrayRefs
2016-06-16 George Burgess IV[CodeGen] Fix a segfault caused by pass_object_size.
2016-03-11 John McCallRemoving the friend declaration was not a good idea.
2016-03-11 John McCallSpeculatively attempt to fix the MSVC build by making...
2016-03-11 John McCallAdd a coerce-and-expand ABIArgInfo as a generalization...
2016-03-11 John McCallPreserve ExtParameterInfos into CGFunctionInfo.
2016-02-09 Richard SmithRemove 'llvm::TrailingObjects::operator delete', clang...
2016-02-09 Richard SmithFix undefined behavior when compiling in C++14 due...
2015-11-23 Samuel AntaoPreserve exceptions information during calls code gener...
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-02-04 Reid KlecknerUpdate inaccurate comment about inalloca
2014-12-12 Peter CollingbourneImplement the __builtin_call_with_static_chain GNU...
2014-09-29 Alexey SamsonovIntroduce CGFunctionInfo::getNumRequiredArgs(). NFC.
2014-08-27 Oliver StannardMove some ARM-specific code from CGCall.cpp to TargetIn...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-09 Reid KlecknerMS ABI: Pass 'sret' as the second parameter of instance...
2014-05-03 David MajnemerCodeGen: Cleanup ABIArgInfo
2014-04-17 Tim NorthoverARM64: remove holes from *all* HFAs on the stack.
2014-03-17 Aaron Ballman[C++11] Replacing CGFunctionInfo arg iterators with...
2014-02-25 Reid KlecknerMS ABI: Return sret parameters when using inalloca
2014-02-01 Reid Kleckner[ms-cxxabi] Use inalloca on win32 when passing non...
2014-01-31 Reid Kleckner[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods...
2014-01-20 Alp TokerRename FunctionProtoType accessors from 'arguments...
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2013-10-30 Mark LaceyAdd CodeGenABITypes.h for use in LLDB.