1. ec38de2 Fix Whitespace. by Michael J. Spencer · 15 years ago
  2. 8ebf662 Adds getPointerSize() to the AsmBackend which will be needed by the final patch by Kevin Enderby · 15 years ago
  3. a8c02c3 Correctly produce R_X86_64_32 or R_X86_64_32S. by Rafael Espindola · 15 years ago
  4. 73ffea4 Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put by Rafael Espindola · 15 years ago
  5. 5baf79e Make ELF OS ABI dependent on the OS from target triple. by Roman Divacky · 15 years ago
  6. da0bfcd MC: Add partial x86-64 support to COFF. by Michael J. Spencer · 15 years ago
  7. 453db50 Hookup ELF support for X86. by Matt Fleming · 15 years ago
  8. 56d2394 Enable COFF writer on mingw32 and cygwin. by Benjamin Kramer · 15 years ago
  9. 0cd1ee2 MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. by Michael J. Spencer · 15 years ago
  10. dfd3018 Make MC use Windows COFF on Windows and add tests. by Michael J. Spencer · 15 years ago
  11. c5f5626 have the mc lowering process handle a few tail call forms, lowering them to by Chris Lattner · 15 years ago
  12. 9fc0522 Implement the major chunk of PR7195: support for 'callw' by Chris Lattner · 15 years ago
  13. 95506d4 MC: Change RelaxInstruction to only take the input and output instructions. by Daniel Dunbar · 15 years ago
  14. 8488252 MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it by Daniel Dunbar · 15 years ago
  15. c90e30a MC: Eliminate MCAsmFixup, replace with MCFixup. by Daniel Dunbar · 15 years ago
  16. 482ad80 MC: Use accessors for access to MCAsmFixup. by Daniel Dunbar · 15 years ago
  17. c9adb8c MC: Change MCInst::dump_pretty to not include a trailing newline. by Daniel Dunbar · 15 years ago
  18. 7efaef6 Split out the x86_32 an x86_64 ELF backends as they handle ELF by Matt Fleming · 15 years ago
  19. d94406a MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode(). by Daniel Dunbar · 15 years ago
  20. 423c9e3 Add some section and constant support for darwin TLS. by Eric Christopher · 15 years ago
  21. a5f1d57 MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can by Daniel Dunbar · 15 years ago
  22. 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
  23. 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  24. 337055e MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation. by Daniel Dunbar · 15 years ago
  25. 8f9b80e MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target dependencies in MCMachOStreamer and MCAssembler. by Daniel Dunbar · 15 years ago
  26. 8296800 MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implementation. by Daniel Dunbar · 15 years ago
  27. 1a9158c MC: Add TargetAsmBackend::createObjectWriter. by Daniel Dunbar · 15 years ago
  28. cc5b84c MC: Add TargetAsmBackend::isVirtualSection hook. by Daniel Dunbar · 15 years ago
  29. 87190c4 MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specific not object writer specific task. by Daniel Dunbar · 15 years ago
  30. 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
  31. 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
  32. 23ac7c7 MC: Sketch some TargetAsmBackend hooks we are going to need. by Daniel Dunbar · 15 years ago
  33. 6c27f5e MC: Provide the target triple to AsmBackend constructors. by Daniel Dunbar · 15 years ago
  34. 12783d1 MC/X86: Add stub AsmBackend. by Daniel Dunbar · 15 years ago