summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAsmInfoCOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-111-9/+8
* [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha2015-11-111-2/+1
* [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha2015-04-281-0/+4
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-0/+2
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-2/+0
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-0/+2
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-2/+0
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+0
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-021-1/+1
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-281-1/+1
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-1/+0
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-1/+1
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-2/+4
* Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...Benjamin Kramer2012-09-071-1/+1
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-1/+1
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-2/+0
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-1/+1
* Prune some includesCraig Topper2012-03-271-1/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+6
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-291-0/+8
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-0/+2
* PR10989: Don't print .hidden on Windows.Eli Friedman2011-09-231-1/+2
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+1
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-1/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+1
* Revert part of my last commit. the mingw32 build bot doesn't seem to like it.Michael J. Spencer2010-08-231-1/+0
* Workaround broken jump tables on x86-64 COFF.Michael J. Spencer2010-08-231-0/+1
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-041-1/+0
* isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner2010-04-041-1/+0
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-121-0/+1
* use EmitLinkage for functions as well as globals. One outputChris Lattner2010-01-261-1/+1
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-261-1/+1
* coff targets support alignment on .commChris Lattner2010-01-251-1/+0
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-231-1/+1
* mcize visibility directives.Chris Lattner2010-01-231-1/+3
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-1/+1
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-1/+1
* hookize the cygwin ".linkonce" directive.Chris Lattner2010-01-191-0/+1
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-221-2/+2
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-221-0/+37