summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86COFFMachineModuleInfo.h
Commit message (Expand)AuthorAge
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Whitespace.Chad Rosier2012-08-01
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* some comment fix for X86 and ARMJia Liu2012-02-19
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-08
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-12
* make DecorateCygMingName a static method.Chris Lattner2010-03-12
* minor tidying, only do work if a function is Chris Lattner2010-03-12
* eliminate the string form of DecorateCygMingNameChris Lattner2010-03-12
* remove the FnArgWords cache to make way for future changes.Chris Lattner2010-03-12
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-12
* Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner2010-01-18
* switch X86 target off CurFunctionName and MCIze more.Chris Lattner2010-01-16
* yay for case insensitive file systems (?)Chris Lattner2009-12-03
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner2009-09-20