aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAsmInfoCOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+3
* 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