Let target asm backends see assembler flags as they go by. Use that to handle
[oota-llvm.git] / include / llvm / Target / TargetAsmBackend.h
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-09-30 Kevin EnderbyAdds getPointerSize() to the AsmBackend which will...
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-12 Daniel DunbarMC/Mach-O/x86_64: Add a new hook for checking whether...
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-02-21 Daniel DunbarMC: Sketch registry support for target specific assembl...