aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86COFFMachineModuleInfo.cpp
AgeCommit message (Expand)Author
2012-08-01Whitespace.Chad Rosier
2012-02-19some comment fix for X86 and ARMJia Liu
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2010-03-12prune #includes, this file should be removed pending hte cygwin stub issue be...Chris Lattner
2010-03-12move fastcall/stdcall mangling up into Mangler.Chris Lattner
2010-03-12minor tidying, only do work if a function is Chris Lattner
2010-03-12eliminate the string form of DecorateCygMingNameChris Lattner
2010-03-12remove the FnArgWords cache to make way for future changes.Chris Lattner
2010-02-12Cleanup stdcall / fastcall name mangling.Anton Korobeynikov
2010-01-18Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner
2010-01-16switch X86 target off CurFunctionName and MCIze more.Chris Lattner
2009-09-20split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner