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