summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86MCAsmInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename createAsmInfo to createMCAsmInfo and move registration code to ↵Evan Cheng2011-07-141-46/+0
| | | | | | MCTargetDesc to prepare for next round of changes. llvm-svn: 135219
* I forgot these files in the previous commit.Rafael Espindola2011-05-011-0/+1
| | | | llvm-svn: 130635
* Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola2011-04-281-0/+7
| | | | | | converting the symbol passed to .cfi_personality into bytes is the file. llvm-svn: 130400
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-1/+1
| | | | | | merge XCore's section into MCSectionELF llvm-svn: 100812
* Forgot to commit the headerAnton Korobeynikov2010-02-141-5/+0
| | | | llvm-svn: 96174
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-231-0/+1
| | | | | | | | | a .section. Switch to it with SwitchSection. However, I think that this directive should be safe on any ELF target. If so, we should hoist it up out of the X86 and SystemZ targets. llvm-svn: 94298
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-221-4/+4
| | | | llvm-svn: 79773
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-0/+42
llvm-svn: 79763
OpenPOWER on IntegriCloud