Move TargetData to DataLayout.
[oota-llvm.git] / lib / Target / X86 / X86COFFMachineModuleInfo.h
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-01 Chad RosierWhitespace.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-19 Jia Liusome comment fix for X86 and ARM
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-03-12 Chris Lattnermove fastcall/stdcall mangling up into Mangler.
2010-03-12 Chris Lattnermake DecorateCygMingName a static method.
2010-03-12 Chris Lattnerminor tidying, only do work if a function is
2010-03-12 Chris Lattnereliminate the string form of DecorateCygMingName
2010-03-12 Chris Lattnerremove the FnArgWords cache to make way for future...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-01-18 Chris LattnerChange CurrentFnSym to be a non-const pointer since...
2010-01-16 Chris Lattnerswitch X86 target off CurFunctionName and MCIze more.
2009-12-03 Chris Lattneryay for case insensitive file systems (?)
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-09-20 Chris Lattnersplit random COFF asmprinter state out to X86COFFMachin...