aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetAsmBackend.h
AgeCommit message (Expand)Author
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