search for: r45536

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

Did you mean: 45536
2008 Jan 03
0
[LLVMdev] x86 calling conventions refactoring
...olidated > 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. This rebases this patch to r45536 (http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071231/056756.html ) and I also finished merging LowerCCC- and -TailCallTo. -508 LOC! — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2008 Jan 02
2
[LLVMdev] x86 calling conventions refactoring
Hi all, The attachment supersedes the previous patch. It incorporates some feedback from Anton and takes the next step of merging the largely duplicated calling convention logic in X86ISelLowering. LowerCCCArguments, LowerX86_64CCCArguments and LowerFastCCArguments are merged and inlined directly into LowerFORMAL_ARGUMENTS. I moved LowerFORMAL_ARGUMENTS to the location where