aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86COFFMachineModuleInfo.h
AgeCommit message (Expand)Author
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-08-01Whitespace.Chad Rosier
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
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-05-08break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner
2010-03-12move fastcall/stdcall mangling up into Mangler.Chris Lattner
2010-03-12make DecorateCygMingName a static method.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-12-03yay for case insensitive file systems (?)Chris Lattner
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-09-20split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner