aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86AsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...Daniel Dunbar2010-03-231-0/+18
* MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...Daniel Dunbar2010-03-231-0/+63
* MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...Daniel Dunbar2010-03-231-0/+50
* MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar2010-03-191-0/+13
* MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar2010-03-191-2/+23
* MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar2010-03-191-0/+26
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-181-6/+7
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-151-2/+28
* MC: Sketch some TargetAsmBackend hooks we are going to need.Daniel Dunbar2010-03-111-2/+22
* MC: Provide the target triple to AsmBackend constructors.Daniel Dunbar2010-03-111-5/+5
* MC/X86: Add stub AsmBackend.Daniel Dunbar2010-02-211-0/+34