1. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  2. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  3. 77973cc Track protos + globals w/out initializers as undef too (not just helper funcs) by Jan Voung · 10 years ago
  4. 8e92838 Subzero: Manage each Cfg as a std::unique_ptr<Cfg>. by Jim Stichnoth · 10 years ago
  5. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  6. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  7. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  8. f2e93b6 Fix build warnings by JF Bastien · 10 years ago
  9. a086b91 Subzero: Remove the GlobalContext::GlobalDeclarations vector. by Jim Stichnoth · 10 years ago
  10. e4a8f40 Subzero: Add locking to prepare for multithreaded translation. by Jim Stichnoth · 10 years ago
  11. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  12. 4019f08 Remove TypeConverter and Module from minimal subzero build. by Karl Schimpf · 10 years ago
  13. 9a04c07 Subzero: Don't store std::string objects inside Variable. by Jim Stichnoth · 10 years ago
  14. 668a7a3 Subzero: Pull the node name out of the node structure. by Jim Stichnoth · 10 years ago
  15. 1c44d81 Subzero: Disable stats and timers under the MINIMAL build. by Jim Stichnoth · 10 years ago
  16. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  17. c0d965f Subzero: Use a common RelocOffsetType / RelocOffsetT. by Jan Voung · 10 years ago
  18. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  19. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  20. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  21. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  22. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  23. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  24. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 10 years ago
  25. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  26. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  27. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 10 years ago
  28. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 10 years ago
  29. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 10 years ago
  30. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 10 years ago
  31. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 10 years ago
  32. cabfa30 Subzero: Render constants in dump() to be more like LLVM. by Jim Stichnoth · 10 years ago
  33. d6064a1 Start processing function blocks. by Karl Schimpf · 10 years ago
  34. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 10 years ago
  35. 206833c Subzero: A few fixes toward running larger programs. by Jim Stichnoth · 10 years ago
  36. 4988923 Lower insertelement and extractelement. by Matt Wala · 10 years ago
  37. b164d20 Clean up exit status and globals procecessing in llvm2ice. by Karl Schimpf · 10 years ago
  38. 928f129 Add support for vector types. by Matt Wala · 10 years ago
  39. 8d7abae Update Subzero to start parsing PNaCl bitcode files. by Karl Schimpf · 10 years ago
  40. e1e013c Refactor llvm2ice so that Ice can be built while reading bitcode. by Karl Schimpf · 10 years ago