aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86MCAsmInfo.cpp
AgeCommit message (Expand)Author
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-07Handle fpcr register.Eric Christopher
2011-05-06Dead code elimination.Rafael Espindola
2011-05-01Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola
2011-05-01I forgot these files in the previous commit.Rafael Espindola
2011-04-30Revert the previous patch while I figure out how to make llvm-gccRafael Espindola
2011-04-30Enable CFI on OS X.Rafael Espindola
2011-04-28Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola
2011-04-15Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola
2011-04-15Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi
2011-04-14Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel
2011-01-23Remove duplicated code.Rafael Espindola
2011-01-14Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov
2010-12-07lib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64, specify explicit PrivateG...NAKAMURA Takumi
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola
2010-12-04There are two reasons why we might want to useRafael Espindola
2010-12-02Revert r120580.Devang Patel
2010-12-01Disable debug info for x86-darwin9 and earlier until PR 8715 and radar 870929...Devang Patel
2010-11-11Remove some explicit arguments to getELFSection. This isRafael Espindola
2010-08-21MC: Add partial x86-64 support to COFF.Michael J. Spencer
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-04-04eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner
2010-03-11Work around a bug in the openbsd assembler on i386,Chris Lattner
2010-03-08don't reset defaults.Chris Lattner
2010-02-25Fix TextAlignFillValue in a few placesDaniel Dunbar
2010-02-17daniel remembered why this was needed.Chris Lattner
2010-02-17add a comment explaining why darwin/i386 uses ## as a comment.Chris Lattner
2010-02-16Minor warning fixes (semicolons, newline at EOF).Benjamin Kramer
2010-02-14Drop winmcasminfo and use normal AT&T COFF for all windows targets.Anton Korobeynikov
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-25Remove support for i386 tiger tools for aligned common symbols.Chris Lattner
2010-01-23resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner
2010-01-20revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner
2010-01-19give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner
2010-01-19remove MAI::ZeroDirectiveSuffix, which is only used by MASM,Chris Lattner
2009-09-16Big change #1 for personality function references:Chris Lattner
2009-08-22rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner