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