aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmBackend.cpp
AgeCommit message (Expand)Author
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
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-03-11MC: Provide the target triple to AsmBackend constructors.Daniel Dunbar
2010-02-21MC/X86: Add stub AsmBackend.Daniel Dunbar