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