aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCAsmInfoCOFF.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Remove HasLEB128.Rafael Espindola1-1/+0
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-0/+2
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders1-2/+0
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders1-0/+2
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-2/+0
2013-12-02Refactor the setting of PrivateGlobalPrefix.Rafael Espindola1-1/+0
2013-12-02Convert two char* that are only ever used as booleans to bool.Rafael Espindola1-1/+1
2013-11-28The global prefix is always one char. Don't use a string for it.Rafael Espindola1-1/+1
2013-11-13Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola1-1/+0
2013-04-22Remove unused DwarfSectionOffsetDirective stringMatt Arsenault1-1/+1
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer1-2/+4
2012-09-07Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...Benjamin Kramer1-1/+1
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer1-1/+1
2012-05-18Refactor data-in-code annotations.Jim Grosbach1-2/+0
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach1-1/+1
2012-03-27Prune some includesCraig Topper1-1/+0
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+6
2011-11-29MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer1-0/+8
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson1-0/+2
2011-09-23PR10989: Don't print .hidden on Windows.Eli Friedman1-1/+2
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer1-1/+1
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich1-1/+0
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel1-0/+1
2010-08-23Revert part of my last commit. the mingw32 build bot doesn't seem to like it.Michael J. Spencer1-1/+0
2010-08-23Workaround broken jump tables on x86-64 COFF.Michael J. Spencer1-0/+1
2010-04-04eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner1-1/+0
2010-04-04isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner1-1/+0
2010-03-12move fastcall/stdcall mangling up into Mangler.Chris Lattner1-0/+1
2010-01-26use EmitLinkage for functions as well as globals. One outputChris Lattner1-1/+1
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner1-1/+0
2010-01-26Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola1-1/+1
2010-01-25coff targets support alignment on .commChris Lattner1-1/+0
2010-01-23mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner1-1/+1
2010-01-23mcize visibility directives.Chris Lattner1-1/+3
2010-01-20revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner1-1/+1
2010-01-19give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner1-1/+1
2010-01-19hookize the cygwin ".linkonce" directive.Chris Lattner1-0/+1
2009-08-22rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner1-2/+2
2009-08-22move the MCAsmInfo .cpp/.h files into the right Chris Lattner1-0/+37