aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86MCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-211-0/+3
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-3/+5
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-041-1/+0
* Work around a bug in the openbsd assembler on i386,Chris Lattner2010-03-111-1/+6
* don't reset defaults.Chris Lattner2010-03-081-2/+0
* Fix TextAlignFillValue in a few placesDaniel Dunbar2010-02-251-0/+4
* daniel remembered why this was needed.Chris Lattner2010-02-171-1/+4
* add a comment explaining why darwin/i386 uses ## as a comment.Chris Lattner2010-02-171-0/+2
* Minor warning fixes (semicolons, newline at EOF).Benjamin Kramer2010-02-161-1/+1
* Drop winmcasminfo and use normal AT&T COFF for all windows targets.Anton Korobeynikov2010-02-141-24/+1
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
* Remove support for i386 tiger tools for aligned common symbols.Chris Lattner2010-01-251-3/+0
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-231-3/+5
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-8/+4
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-4/+8
* remove MAI::ZeroDirectiveSuffix, which is only used by MASM,Chris Lattner2010-01-191-1/+0
* Big change #1 for personality function references:Chris Lattner2009-09-161-8/+0
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-221-2/+2
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-0/+131