aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmBackend.cpp
AgeCommit message (Expand)Author
2010-08-04Enable COFF writer on mingw32 and cygwin.Benjamin Kramer
2010-07-31MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.Michael J. Spencer
2010-07-27Make MC use Windows COFF on Windows and add tests.Michael J. Spencer
2010-07-09have the mc lowering process handle a few tail call forms, lowering them toChris Lattner
2010-07-07Implement the major chunk of PR7195: support for 'callw'Chris Lattner
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-26MC: Use accessors for access to MCAsmFixup.Daniel Dunbar
2010-05-26MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar
2010-05-21Split out the x86_32 an x86_64 ELF backends as they handle ELFMatt Fleming
2010-05-19MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode().Daniel Dunbar
2010-05-17Add some section and constant support for darwin TLS.Eric Christopher
2010-05-12MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar
2010-05-06MC/X86: Error out if we see a non-constant FK_Data_1 or FK_Data_2 fixup, sinceDaniel Dunbar
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