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