aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-12prune #includes, this file should be removed pending hte cygwin stub issue be...Chris Lattner1-8/+0
2010-03-12move fastcall/stdcall mangling up into Mangler.Chris Lattner1-44/+0
2010-03-12minor tidying, only do work if a function is Chris Lattner1-8/+9
2010-03-12eliminate the string form of DecorateCygMingNameChris Lattner1-30/+15
2010-03-12remove the FnArgWords cache to make way for future changes.Chris Lattner1-16/+11
2010-02-12Cleanup stdcall / fastcall name mangling.Anton Korobeynikov1-66/+31
2010-01-18Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner1-1/+1
2010-01-16switch X86 target off CurFunctionName and MCIze more.Chris Lattner1-4/+7
2009-09-20split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner1-0/+123