History log of /external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a20e1e7ef596842127794372244fd5c646f71296 01-Aug-2012 Chad Rosier <mcrosier@apple.com> Whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161122 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
44de83a7f6c814cf534b2bb58042035a778da5a8 19-Feb-2012 Jia Liu <proljc@gmail.com> some comment fix for X86 and ARM

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150902 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
31d157ae1ac2cd9c787dc3c1d28e64c682803844 18-Feb-2012 Jia Liu <proljc@gmail.com> Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150878 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
08d04f591fbd5d4a40a14928cb7e341f29d3b5ed 12-Mar-2010 Chris Lattner <sabre@nondot.org> prune #includes, this file should be removed pending hte cygwin stub issue being resolved.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98386 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
8a29fa6e02c8a76a71f43fc8bf4e51dd12bac4bc 12-Mar-2010 Chris Lattner <sabre@nondot.org> move fastcall/stdcall mangling up into Mangler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98384 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
9c592681976f53b072cc4c26ac97fd471ceab937 12-Mar-2010 Chris Lattner <sabre@nondot.org> minor tidying, only do work if a function is
actually X86_StdCall or X86_FastCall.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98374 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
c9747c05d1fc01678fb86b3bc4674656228269bc 12-Mar-2010 Chris Lattner <sabre@nondot.org> eliminate the string form of DecorateCygMingName


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98373 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
355670bf0fe759b6562ad1411642806fcc64af3c 12-Mar-2010 Chris Lattner <sabre@nondot.org> remove the FnArgWords cache to make way for future changes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98372 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
4dd162f3945636cbe6123682619e994f75a62d00 12-Feb-2010 Anton Korobeynikov <asl@math.spbu.ru> Cleanup stdcall / fastcall name mangling.
This should fix alot of problems we saw so far, e.g. PRs 5851 & 2936

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95980 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
5957c84e09b177aecf8b430c33fd75a36575fb57 18-Jan-2010 Chris Lattner <sabre@nondot.org> Change CurrentFnSym to be a non-const pointer since asmprinter mutates it
as it emits code. Switch .globl directives to use OutStreamer instead of
doing it textually (in x86)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93700 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
4fb69f40bee04a415a92bca2a8ed4a8e72cf980d 16-Jan-2010 Chris Lattner <sabre@nondot.org> switch X86 target off CurFunctionName and MCIze more.
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93603 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
67c6b6ee71826b2c48b4da490340e5c3e2a94cd2 20-Sep-2009 Chris Lattner <sabre@nondot.org> split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.
Make dllexport directives come out in determinstic order.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82381 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp