1. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 10 years ago
  2. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  3. 2da710c Enables llvm dyn_cast for Assemblers. 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. 326534a Subzero: Fix compilation error in MINIMAL=1 or NOASSERT=1 mode. by Jim Stichnoth · 10 years ago
  7. 1a9043e Fixes a bug in that caused IceAssembler to use Allocator before it was initialized. by John Porto · 10 years ago
  8. aff4ccf Renames the assembler* files. by John Porto · 10 years ago[Renamed (68%) from src/assembler.h]
  9. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago
  10. 9f42d8c Subzero: Add sandboxing for x86-32. by Jim Stichnoth · 10 years ago
  11. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  12. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  13. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  14. 1d62cf0 Make fixups reference any constant (allow const float/double pool literals). by Jan Voung · 10 years ago
  15. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  16. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  17. 0faec4c Rearrange emit vs emitIAS. Wait till function is done before dumping text. by Jan Voung · 10 years ago
  18. f1156be Subzero: Support multiple fixups in one instruction. by Jim Stichnoth · 10 years ago
  19. 7e1e485 First pass at emitIAS for branches and binding labels by Jan Voung · 10 years ago
  20. f76fd37 Subzero: Do class definition cleanups for assembler files too. by Jan Voung · 10 years ago
  21. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  22. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago