1. 6aea592 Remove unused argument. by Rafael Espindola · 15 years ago
  2. b2545fb malloc elimination: it's a bad idea to use raw_svector_ostream on a by Eli Friedman · 15 years ago
  3. 3f8ecf5 Revert r129688; it's breaking buildbots. by Eli Friedman · 15 years ago
  4. 2dc287a More malloc elimination: it's a bad idea to use raw_svector_ostream on a by Eli Friedman · 15 years ago
  5. 745fc89 Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAssembler * argument. by Jan Sjödin · 15 years ago
  6. f849bf8 Add some limited support for labels in org directives. Hopefully enough to fix by Rafael Espindola · 15 years ago
  7. 58ac6e1 Add support for pushsection and popsection. Patch by Joerg Sonnenberger. by Rafael Espindola · 15 years ago
  8. 965b3c7 Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step by Evan Cheng · 15 years ago
  9. 736a35d Relax address updates in the eh_frame section. by Rafael Espindola · 15 years ago
  10. d91e119 Assert that the AddrDelta expression is really constant and wrap it in a set by Rafael Espindola · 15 years ago
  11. 5004f4a Revert 122011, 122012, 122013, 122023 adding back an important optimization. by Rafael Espindola · 15 years ago
  12. 42a037a MC/Assembler: Make the MCObjectWriter available through the lifetime of the by Daniel Dunbar · 15 years ago
  13. f89156d MC: Remove another dead MCAssembler argument, and update clients. by Daniel Dunbar · 15 years ago
  14. 0a017a6 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  15. a945a34 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  16. 56eb7412 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  17. 93e3cf0 Sorry for such a large commit. The summary is that only MachO cares about the by Rafael Espindola · 15 years ago
  18. 1055f72 Use references to simplify the code a bit. by Rafael Espindola · 15 years ago
  19. 1c8ac8f There are two reasons why we might want to use by Rafael Espindola · 15 years ago
  20. 4c70eea Make EmitIntValue more efficient and more like what we do for leb128. The by Rafael Espindola · 15 years ago
  21. 675fbb2 Do with uleb the same trick we now do with dwarf line/address advances. This by Rafael Espindola · 15 years ago
  22. 57ab708 Try to resolve symbol differences early, and if successful create a plain by Rafael Espindola · 15 years ago
  23. 8cabd93 Use set directive for StartMinusEndExpr. by Devang Patel · 15 years ago
  24. 9065bfc6 Move EmitValueToOffset to the ObjectStreamer. by Rafael Espindola · 15 years ago
  25. 3fa6fc1 Add EmitInstToFragment to the generic object streamer. by Rafael Espindola · 15 years ago
  26. a084fd6 Move EmitValue to MCObjectStreamer. by Rafael Espindola · 15 years ago
  27. e5b7415 Fixed verson of r120245. by Rafael Espindola · 15 years ago
  28. 1679580 Revert previous patch while I debug the darwin bootstrap failure. by Rafael Espindola · 15 years ago
  29. d4b3feb Factor some duplicated code into MCObjectStreamer::EmitLabel. by Rafael Espindola · 15 years ago
  30. 5e87498 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  31. 72b5488 Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. by Rafael Espindola · 15 years ago
  32. 1614597 Implement .weakref. by Rafael Espindola · 15 years ago
  33. dee12d8 Avoid some Mach-O specific alignment being done on ELF. by Rafael Espindola · 15 years ago
  34. e39017c Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. by Benjamin Kramer · 15 years ago
  35. a3e0ddb Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. by Benjamin Kramer · 15 years ago
  36. e2da0a4 MC: Add WinCOFFStreamer implementation and merge common code from MachO by Michael J. Spencer · 15 years ago
  37. b2347fe MC: Lift SwitchSection() and Finish() into MCObjectStreamer. by Daniel Dunbar · 15 years ago
  38. 8a3c9d9 MC: Factor out an MCObjectStreamer class, which will be shared by the concrete by Daniel Dunbar · 15 years ago