aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAsmInfoCOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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