- 5d05d97 MC/Mach-O: Lift some MachObjectWriter arguments into the target specific by Daniel Dunbar · 15 years ago
- ae5abd5 MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface. by Daniel Dunbar · 15 years ago
- aa4b7dd MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h. by Daniel Dunbar · 15 years ago
- 2761fc4 MC: Move target specific fixup info descriptors to TargetAsmBackend instead of by Daniel Dunbar · 15 years ago
- 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
- f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
- 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
- 179821a Remove the instruction fragment to data fragment lowering since it was causing by Rafael Espindola · 15 years ago
- e04ed7e Define generic 1, 2 and 4 byte pc relative relocations. They are common by Rafael Espindola · 15 years ago
- 36d76a8 MC/Mach-O: Switch to using MachOFormat.h. by Daniel Dunbar · 15 years ago
- fd46797 Remove the unused TheTarget member. by Rafael Espindola · 15 years ago
- 2ace1b6 Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instruction. by Rafael Espindola · 15 years ago
- f2dc4aa make isVirtualSection a virtual method on MCSection. Chris' suggestion. by Rafael Espindola · 15 years ago
- 7339fb5 Change the 11 byte nop to be a single instruction. by Rafael Espindola · 15 years ago
- 115a3dd MC: Simplify Mach-O and ELF object writer implementations. by Daniel Dunbar · 15 years ago
- c9d1439 Allow targets to specify the MachO CPUType/CPUSubtype information. by Jim Grosbach · 15 years ago
- e4f506f Implement some relaxations for arithmetic instructions. The limitation by Rafael Espindola · 15 years ago
- 24ba4f7 Add X86::reloc_global_offset_table and use it to have a single place where by Rafael Espindola · 15 years ago
- eecb858 Making the e_machine configurable by the target backend in ELFObjectWriter. by Wesley Peck · 15 years ago
- aa85c21 Produce ELF::R_386_GOTPC relocations. by Rafael Espindola · 15 years ago
- f230df9 Add a MCObjectFormat class so that code common to all targets that use a by Rafael Espindola · 15 years ago
- ec38de2 Fix Whitespace. by Michael J. Spencer · 15 years ago
- 8ebf662 Adds getPointerSize() to the AsmBackend which will be needed by the final patch by Kevin Enderby · 15 years ago
- a8c02c3 Correctly produce R_X86_64_32 or R_X86_64_32S. by Rafael Espindola · 15 years ago
- 73ffea4 Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put by Rafael Espindola · 15 years ago
- 5baf79e Make ELF OS ABI dependent on the OS from target triple. by Roman Divacky · 15 years ago
- da0bfcd MC: Add partial x86-64 support to COFF. by Michael J. Spencer · 15 years ago
- 453db50 Hookup ELF support for X86. by Matt Fleming · 15 years ago
- 56d2394 Enable COFF writer on mingw32 and cygwin. by Benjamin Kramer · 15 years ago
- 0cd1ee2 MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. by Michael J. Spencer · 15 years ago
- dfd3018 Make MC use Windows COFF on Windows and add tests. by Michael J. Spencer · 15 years ago
- c5f5626 have the mc lowering process handle a few tail call forms, lowering them to by Chris Lattner · 15 years ago
- 9fc0522 Implement the major chunk of PR7195: support for 'callw' by Chris Lattner · 15 years ago
- 95506d4 MC: Change RelaxInstruction to only take the input and output instructions. by Daniel Dunbar · 15 years ago
- 8488252 MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it by Daniel Dunbar · 15 years ago
- c90e30a MC: Eliminate MCAsmFixup, replace with MCFixup. by Daniel Dunbar · 15 years ago
- 482ad80 MC: Use accessors for access to MCAsmFixup. by Daniel Dunbar · 15 years ago
- c9adb8c MC: Change MCInst::dump_pretty to not include a trailing newline. by Daniel Dunbar · 15 years ago
- 7efaef6 Split out the x86_32 an x86_64 ELF backends as they handle ELF by Matt Fleming · 15 years ago
- d94406a MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode(). by Daniel Dunbar · 15 years ago
- 423c9e3 Add some section and constant support for darwin TLS. by Eric Christopher · 15 years ago
- a5f1d57 MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can by Daniel Dunbar · 15 years ago
- a5d0b54 MC/X86: Error out if we see a non-constant FK_Data_1 or FK_Data_2 fixup, since by Daniel Dunbar · 15 years ago
- 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
- 337055e MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation. by Daniel Dunbar · 15 years ago
- 8f9b80e MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target dependencies in MCMachOStreamer and MCAssembler. by Daniel Dunbar · 15 years ago
- 8296800 MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implementation. by Daniel Dunbar · 15 years ago
- 1a9158c MC: Add TargetAsmBackend::createObjectWriter. by Daniel Dunbar · 15 years ago
- cc5b84c MC: Add TargetAsmBackend::isVirtualSection hook. by Daniel Dunbar · 15 years ago
- 87190c4 MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specific not object writer specific task. by Daniel Dunbar · 15 years ago
- 0682951 MC/Darwin: Add a new target hook for whether the target uses "reliable" symbol differences, basically whether the assembler should attempt to understand atoms when using scattered symbols. by Daniel Dunbar · 15 years ago
- d6e5908 MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet). by Daniel Dunbar · 15 years ago
- 23ac7c7 MC: Sketch some TargetAsmBackend hooks we are going to need. by Daniel Dunbar · 15 years ago
- 6c27f5e MC: Provide the target triple to AsmBackend constructors. by Daniel Dunbar · 15 years ago
- 12783d1 MC/X86: Add stub AsmBackend. by Daniel Dunbar · 15 years ago