aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-08break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner1-7/+7
2010-03-12move fastcall/stdcall mangling up into Mangler.Chris Lattner1-3/+0
2010-03-12make DecorateCygMingName a static method.Chris Lattner1-2/+2
2010-03-12minor tidying, only do work if a function is Chris Lattner1-2/+2
2010-03-12eliminate the string form of DecorateCygMingNameChris Lattner1-7/+8
2010-03-12remove the FnArgWords cache to make way for future changes.Chris Lattner1-1/+0
2010-02-12Cleanup stdcall / fastcall name mangling.Anton Korobeynikov1-23/+4
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-2/+2
2009-12-03yay for case insensitive file systems (?)Chris Lattner1-1/+1
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner1-0/+1
2009-09-20split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner1-0/+67