1. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  2. 1d62cf0 Make fixups reference any constant (allow const float/double pool literals). by Jan Voung · 10 years ago
  3. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  4. 0faec4c Rearrange emit vs emitIAS. Wait till function is done before dumping text. by Jan Voung · 10 years ago
  5. 359c036 More consistently use auto for emit*, nullptr in asm code. by Jan Voung · 10 years ago
  6. f1156be Subzero: Support multiple fixups in one instruction. by Jim Stichnoth · 10 years ago
  7. 7e1e485 First pass at emitIAS for branches and binding labels by Jan Voung · 10 years ago
  8. f76fd37 Subzero: Do class definition cleanups for assembler files too. by Jan Voung · 10 years ago
  9. 198b294 emitIAS for store and indirect calls. by Jan Voung · 10 years ago
  10. 39d4aca emitIAS for movsx and movzx. by Jan Voung · 10 years ago
  11. 962befa emitIAS for Shld and Shrd and the ternary and three-address ops. by Jan Voung · 10 years ago
  12. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  13. d026c44 emitIAS for the couple of blend instructions. by Jan Voung · 10 years ago
  14. 479e563 emitIAS for fld and fstp by Jan Voung · 10 years ago
  15. 699bf02 emitIAS for cvtt?.*2.* by Jan Voung · 10 years ago
  16. 0b9eee5 emitIAS for push -- simplify push since it's not used for args passing anymore by Jan Voung · 10 years ago
  17. e4dc61b emitIAS for icmp, and test, movss-reg, movq, movups, storep, storeq, tighten some of the Xmm ops by Jan Voung · 10 years ago
  18. 8bcca04 Handle GPR and vector shift ops. Handle pmull also. by Jan Voung · 10 years ago
  19. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  20. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 10 years ago
  21. 0ac50dc Handle imul, pcmpeq, pcmpgt. by Jan Voung · 10 years ago
  22. 3a56918 Change some explicit type checks into using helper functions. by Jan Voung · 11 years ago
  23. 94c4c8e Subzero: Fix emission of 16-bit immediates. by Jim Stichnoth · 11 years ago
  24. af2780c Handle add, adc, etc., mfence, div, idiv, mul in the assembler. by Jan Voung · 11 years ago
  25. 8e8042c Subzero: Enable the C++11 build. by Jim Stichnoth · 11 years ago
  26. 3b43b89 Handle "inplace" ops and unary ops w/ assembler by Jan Voung · 11 years ago
  27. 03532e5 Handle a few more instructions in assembler (cmov, cdq, cmpxchg, xadd, xchg). by Jan Voung · 11 years ago
  28. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago