aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-08X86: Split the relocation selection upDavid Majnemer1-29/+43
2014-03-10[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper1-3/+2
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1
2013-12-20[COFF] Add support for the .secidx directiveTimur Iskhodzhanov1-0/+3
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+1
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-1/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+1
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck1-2/+16
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov1-1/+1
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-6/+1
2011-12-24Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola1-1/+1
2011-12-24Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola1-0/+70