summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* X86: remove X86COFFMachineModuleInfoSaleem Abdulrasool2014-05-041-19/+0
| | | | | | Remove dead code. This is vestigial after r98384. llvm-svn: 207927
* Whitespace.Chad Rosier2012-08-011-1/+0
| | | | llvm-svn: 161122
* some comment fix for X86 and ARMJia Liu2012-02-191-1/+1
| | | | llvm-svn: 150902
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, ↵Jia Liu2012-02-181-1/+1
| | | | | | MSP430, PPC, PTX, Sparc, X86, XCore. llvm-svn: 150878
* prune #includes, this file should be removed pending hte cygwin stub issue ↵Chris Lattner2010-03-121-8/+0
| | | | | | being resolved. llvm-svn: 98386
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-121-44/+0
| | | | llvm-svn: 98384
* minor tidying, only do work if a function is Chris Lattner2010-03-121-8/+9
| | | | | | actually X86_StdCall or X86_FastCall. llvm-svn: 98374
* eliminate the string form of DecorateCygMingNameChris Lattner2010-03-121-30/+15
| | | | llvm-svn: 98373
* remove the FnArgWords cache to make way for future changes.Chris Lattner2010-03-121-16/+11
| | | | llvm-svn: 98372
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-121-66/+31
| | | | | | This should fix alot of problems we saw so far, e.g. PRs 5851 & 2936 llvm-svn: 95980
* Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner2010-01-181-1/+1
| | | | | | | as it emits code. Switch .globl directives to use OutStreamer instead of doing it textually (in x86) llvm-svn: 93700
* switch X86 target off CurFunctionName and MCIze more.Chris Lattner2010-01-161-4/+7
| | | | | | | | | Note that the code wasn't calling DecorateCygMingName when emitting the ".ascii -export" stuff at the end of file for DLLExported functions. I don't know if it should or not, but I'm preserving behavior. llvm-svn: 93603
* split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner2009-09-201-0/+123
Make dllexport directives come out in determinstic order. llvm-svn: 82381
OpenPOWER on IntegriCloud