1. b7db1a5 Fix --filetype=iasm non-pc-rel fixup offsets (double counted). by Jan Voung · 10 years ago
  2. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  3. 67f8de9 Includes module header first. by John Porto · 10 years ago
  4. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 10 years ago
  5. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 10 years ago
  6. aff4ccf Renames the assembler* files. by John Porto · 10 years ago[Renamed (66%) from src/assembler.cpp]
  7. 927f7cc Subzero: Support non-IRT immediate calls with -filetype=iasm. by Jim Stichnoth · 10 years ago
  8. 9f42d8c Subzero: Add sandboxing for x86-32. by Jim Stichnoth · 10 years ago
  9. 33a5f41 Add comment for the forked Dart revision for the assembler code. by Jan Voung · 10 years ago
  10. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  11. 1d62cf0 Make fixups reference any constant (allow const float/double pool literals). by Jan Voung · 10 years ago
  12. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  13. 0faec4c Rearrange emit vs emitIAS. Wait till function is done before dumping text. by Jan Voung · 10 years ago
  14. 359c036 More consistently use auto for emit*, nullptr in asm code. by Jan Voung · 10 years ago
  15. f1156be Subzero: Support multiple fixups in one instruction. by Jim Stichnoth · 10 years ago
  16. f76fd37 Subzero: Do class definition cleanups for assembler files too. by Jan Voung · 10 years ago
  17. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago