aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetAsmBackend.h
AgeCommit message (Expand)Author
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-03-09Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin
2010-12-18Remove the MCObjectFormat class.Rafael 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-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-08Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach
2010-12-06Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-26Remove the unused TheTarget member.Rafael Espindola
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-09-30Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby
2010-05-26MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar
2010-05-26MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar
2010-05-26MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar
2010-05-12MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar
2010-03-23MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...Daniel Dunbar
2010-03-23MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...Daniel Dunbar
2010-03-23MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...Daniel Dunbar
2010-03-19MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar
2010-03-19MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar
2010-03-19MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar
2010-03-18MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar
2010-03-15MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar
2010-03-11MC: Sketch some TargetAsmBackend hooks we are going to need.Daniel Dunbar
2010-02-21MC: Sketch registry support for target specific assembler backends.Daniel Dunbar