aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/TargetAsmBackend.cpp
AgeCommit message (Expand)Author
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2010-12-28Cast away "comparison between signed and unsigned integer" warnings.Benjamin Kramer
2010-12-27Add support for the same encodings of the personality function that gnu asRafael Espindola
2010-12-17MC/Target: Remove HasScatteredSymbols target hook variable, which has beenDaniel Dunbar
2010-12-16MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar
2010-11-26Remove the unused TheTarget member.Rafael Espindola
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-03-18MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar
2010-02-21MC: Sketch registry support for target specific assembler backends.Daniel Dunbar