1. f4fbf7f Subzero: Fix a memory leak. by Jim Stichnoth · 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. 8b1a705 Fix a bug that would cause subzero to fail when --threads=0. by John Porto · 10 years ago
  5. 44c3a80 Refactor Subzero initialization and add a browser callback handler. by Jan Voung · 10 years ago
  6. c6ead20 Subzero: Improve class definition hygiene. by Jim Stichnoth · 10 years ago
  7. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  8. 8e92838 Subzero: Manage each Cfg as a std::unique_ptr<Cfg>. by Jim Stichnoth · 10 years ago
  9. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  10. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  11. e4a8f40 Subzero: Add locking to prepare for multithreaded translation. by Jim Stichnoth · 10 years ago
  12. 7b451a9 Subzero: Class definition cleanup. by Jim Stichnoth · 10 years ago
  13. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  14. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  15. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  16. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  17. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 11 years ago
  18. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 11 years ago
  19. d6064a1 Start processing function blocks. by Karl Schimpf · 11 years ago
  20. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 11 years ago
  21. b164d20 Clean up exit status and globals procecessing in llvm2ice. by Karl Schimpf · 11 years ago
  22. e169e66 Subzero: Temporary fix for build error. by Jim Stichnoth · 11 years ago
  23. 8d7abae Update Subzero to start parsing PNaCl bitcode files. by Karl Schimpf · 11 years ago