Hookup ELF support for X86.
[oota-llvm.git] / lib / Target / X86 / X86AsmBackend.cpp
2010-08-16 Matt FlemingHookup ELF support for X86.
2010-08-04 Benjamin KramerEnable COFF writer on mingw32 and cygwin.
2010-07-31 Michael J. SpencerMC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
2010-07-27 Michael J. SpencerMake MC use Windows COFF on Windows and add tests.
2010-07-09 Chris Lattnerhave the mc lowering process handle a few tail call...
2010-07-07 Chris LattnerImplement the major chunk of PR7195: support for 'callw'
2010-05-26 Daniel DunbarMC: Change RelaxInstruction to only take the input...
2010-05-26 Daniel DunbarMC: Simplify MayNeedRelaxation to not provide the fixup...
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-26 Daniel DunbarMC: Use accessors for access to MCAsmFixup.
2010-05-26 Daniel DunbarMC: Change MCInst::dump_pretty to not include a trailin...
2010-05-21 Matt FlemingSplit out the x86_32 an x86_64 ELF backends as they...
2010-05-19 Daniel DunbarMC/X86: Add missing entry for TAILJMP_1 to getRelaxedOp...
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-05-12 Daniel DunbarMC/Mach-O/x86_64: Add a new hook for checking whether...
2010-05-06 Daniel DunbarMC/X86: Error out if we see a non-constant FK_Data_1...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::MayNeedRelaxation, for checki...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::WriteNopData and use to elimi...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::RelaxInstruction callback...
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::createObjectWriter.
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::isVirtualSection hook.
2010-03-19 Daniel DunbarMCAssembler: Move ApplyFixup to the TargetAsmBackend...
2010-03-18 Daniel DunbarMC/Darwin: Add a new target hook for whether the target...
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-11 Daniel DunbarMC: Sketch some TargetAsmBackend hooks we are going...
2010-03-11 Daniel DunbarMC: Provide the target triple to AsmBackend constructors.
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.