1. 7668708 This is the second patch to allow x86 code to be aligned with optimal nops. by Kevin Enderby · 15 years ago
  2. 6e72048 This is the first patch to put the needed bits in place to eventually allow code by Kevin Enderby · 15 years ago
  3. eb3804e MC/Mach-O: Update fixup values for change to X86 offsets. by Daniel Dunbar · 15 years ago
  4. 9a7795c Pacify gcc-4.5, which warns (correctly) that these switches have by Duncan Sands · 15 years ago
  5. 591047f MCAssembler: Fix pcrel relocations. Oh and, by Daniel Dunbar · 15 years ago
  6. f634676 MC/Mach-O: Start emitting fixups/relocations for instructions. by Daniel Dunbar · 15 years ago
  7. 2be2fd0 MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. by Daniel Dunbar · 15 years ago
  8. 0bcf074 MCAssembler: Sink fixup list into MCDataFragment. by Daniel Dunbar · 15 years ago
  9. a4766d7 MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic expressions can always be emitted as data + fixups. by Daniel Dunbar · 15 years ago
  10. 3a30b82 MCAssembler: Start applying fixups in the data section. by Daniel Dunbar · 15 years ago
  11. b7c3a4b MCAssembler: Add assorted dump() methods. by Daniel Dunbar · 15 years ago
  12. cb7d743 MC: Move assembler-backend's fixup list into the fragment. by Daniel Dunbar · 15 years ago
  13. 27ade18 MC: Move MCSectionData::Fixup out to MCAsmFixup. by Daniel Dunbar · 15 years ago
  14. 6b71653 llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. by Daniel Dunbar · 15 years ago
  15. e1ec617 MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. by Daniel Dunbar · 15 years ago
  16. 45f8c09 Add a new top-level MachO.h file for manifest constants, fixing by Chris Lattner · 15 years ago
  17. 60a1774 Remove this fixme, looking at the linker source, all targets pad to 4 bytes. by Nate Begeman · 15 years ago
  18. 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
  19. 7eb8519 Minor formatting tweaks. by Daniel Dunbar · 15 years ago
  20. 1253a6f MC: Switch assembler API to using MCExpr instead of MCValue. by Daniel Dunbar · 15 years ago
  21. efbb533 llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). by Daniel Dunbar · 15 years ago
  22. cb579b3 llvm-mc: Make MCSymbolData symbol member const. by Daniel Dunbar · 15 years ago
  23. a03a368 llvm-mc: Add MCContext to MCAssembler. by Daniel Dunbar · 15 years ago
  24. 8f4d146 llvm-mc: Support .comm emission. by Daniel Dunbar · 15 years ago
  25. d5a8e98 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 15 years ago
  26. edc670f llvm-mc: Tweak section alignment and size computation to match 'as' closer. by Daniel Dunbar · 15 years ago
  27. 6c31b05 llvm-mc: Fix thinko in emitting values. by Daniel Dunbar · 15 years ago
  28. 81e4000 Try to make MSVC just a little happier. by Daniel Dunbar · 15 years ago
  29. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 15 years ago
  30. 6009db4 llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. by Daniel Dunbar · 15 years ago
  31. 3f6a960 llvm-mc/Mach-O: Add support for relocations. by Daniel Dunbar · 15 years ago
  32. be96355 llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure. by Daniel Dunbar · 15 years ago
  33. 6742e34 llvm-mc/Mach-O: Add section padding where needed (to align the next section). by Daniel Dunbar · 15 years ago
  34. 5e83596 llvm-mc/Mach-O: Set addresses for symbols. by Daniel Dunbar · 15 years ago
  35. ad7c3d5 llvm-mc: Improve indirect symbol support (add the indirect index table). by Daniel Dunbar · 15 years ago
  36. 0adcd35 llvm-mc: Add statistic for number of fragments emitted by the assembler. by Daniel Dunbar · 15 years ago
  37. 0c7761b llvm-mc/Mach-O: Preliminary support for indirect symbols. by Daniel Dunbar · 15 years ago
  38. 6aff2fb llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 15 years ago
  39. 50e48b3 llvm-mc: Tweak undefined symbol handling. by Daniel Dunbar · 15 years ago
  40. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 15 years ago
  41. bea2c95 tweak #includes by Chris Lattner · 15 years ago
  42. 3edd9bb llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 15 years ago
  43. f3d2ef0 llvm-mc/Mach-O: Sketch symbol table support. by Daniel Dunbar · 15 years ago
  44. 2ae58f2 llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer by Daniel Dunbar · 15 years ago
  45. a5441fe llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the by Daniel Dunbar · 15 years ago
  46. d6f761e llvm-mc/Mach-O: Support .o emission for .org and .align. by Daniel Dunbar · 15 years ago
  47. 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 15 years ago
  48. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago