aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86MCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-3/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+3
* Remove duplicated code.Rafael Espindola2011-01-231-1/+2
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-141-3/+3
* lib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64, specify explicit PrivateG...NAKAMURA Takumi2010-12-071-1/+3
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-4/+0
* There are two reasons why we might want to useRafael Espindola2010-12-041-0/+4
* Revert r120580.Devang Patel2010-12-021-14/+0
* Disable debug info for x86-darwin9 and earlier until PR 8715 and radar 870929...Devang Patel2010-12-011-0/+14
* Remove some explicit arguments to getELFSection. This isRafael Espindola2010-11-111-1/+1
* 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