| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner | 2010-05-08 | 1 | -7/+7 | 
| | | | | | | | patch by Nathan Jeffords! llvm-svn: 103346 | ||||
| * | move fastcall/stdcall mangling up into Mangler. | Chris Lattner | 2010-03-12 | 1 | -3/+0 | 
| | | | | | llvm-svn: 98384 | ||||
| * | make DecorateCygMingName a static method. | Chris Lattner | 2010-03-12 | 1 | -2/+2 | 
| | | | | | llvm-svn: 98377 | ||||
| * | minor tidying, only do work if a function is | Chris Lattner | 2010-03-12 | 1 | -2/+2 | 
| | | | | | | | actually X86_StdCall or X86_FastCall. llvm-svn: 98374 | ||||
| * | eliminate the string form of DecorateCygMingName | Chris Lattner | 2010-03-12 | 1 | -7/+8 | 
| | | | | | llvm-svn: 98373 | ||||
| * | remove the FnArgWords cache to make way for future changes. | Chris Lattner | 2010-03-12 | 1 | -1/+0 | 
| | | | | | llvm-svn: 98372 | ||||
| * | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov | 2010-02-12 | 1 | -23/+4 | 
| | | | | | | | 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 Lattner | 2010-01-18 | 1 | -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 Lattner | 2010-01-16 | 1 | -2/+2 | 
| | | | | | | | | | | 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 | ||||
| * | yay for case insensitive file systems (?) | Chris Lattner | 2009-12-03 | 1 | -1/+1 | 
| | | | | | llvm-svn: 90370 | ||||
| * | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -0/+1 | 
| | | | | | | | Patch by Howard Hinnant! llvm-svn: 90365 | ||||
| * | split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. | Chris Lattner | 2009-09-20 | 1 | -0/+67 | 
| Make dllexport directives come out in determinstic order. llvm-svn: 82381 | |||||

