search for: lowerx86_64ccccallto

Displaying 2 results from an estimated 2 matches for "lowerx86_64ccccallto".

2008 Jan 02
2
[LLVMdev] x86 calling conventions refactoring
...and LowerFastCCArguments are merged and inlined directly into LowerFORMAL_ARGUMENTS. I moved LowerFORMAL_ARGUMENTS to the location where LowerCCCArguments was in order to facilitate review (otherwise the diff would contain no useful deltas), but it should go back where it belongs afterwards. LowerX86_64CCCCallTo and LowerX86_64CCCCallTo were consolidated with LowerCCCCallTo. I haven't yet tackled merging LowerCCCCallTo and LowerTailCallTo. There net savings is 405 LOC. I'd appreciate tests on Windows and x86-64 hosts, since some of the logic was rather convoluted. — Gordon -------------- ne...
2008 Jan 03
0
[LLVMdev] x86 calling conventions refactoring
...and inlined directly into > LowerFORMAL_ARGUMENTS. > • I moved LowerFORMAL_ARGUMENTS to the location where > LowerCCCArguments was in order to facilitate review (otherwise the > diff would contain no useful deltas), but it should go back where it > belongs afterwards. > • LowerX86_64CCCCallTo and LowerX86_64CCCCallTo were consolidated > with LowerCCCCallTo. > • I haven't yet tackled merging LowerCCCCallTo and LowerTailCallTo. > > There net savings is 405 LOC. > > I'd appreciate tests on Windows and x86-64 hosts, since some of the > logic was rather convo...