1. 668a7a3 Subzero: Pull the node name out of the node structure. by Jim Stichnoth · 10 years ago
  2. 1c44d81 Subzero: Disable stats and timers under the MINIMAL build. by Jim Stichnoth · 10 years ago
  3. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  4. c0d965f Subzero: Use a common RelocOffsetType / RelocOffsetT. by Jan Voung · 10 years ago
  5. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  6. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  7. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  8. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 11 years ago
  9. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 11 years ago
  10. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 11 years ago
  11. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 11 years ago
  12. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 11 years ago
  13. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 11 years ago
  14. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  15. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 11 years ago
  16. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 11 years ago
  17. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 11 years ago
  18. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 11 years ago
  19. cabfa30 Subzero: Render constants in dump() to be more like LLVM. by Jim Stichnoth · 11 years ago
  20. d6064a1 Start processing function blocks. by Karl Schimpf · 11 years ago
  21. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 11 years ago
  22. 206833c Subzero: A few fixes toward running larger programs. by Jim Stichnoth · 11 years ago
  23. 4988923 Lower insertelement and extractelement. by Matt Wala · 11 years ago
  24. b164d20 Clean up exit status and globals procecessing in llvm2ice. by Karl Schimpf · 11 years ago
  25. 928f129 Add support for vector types. by Matt Wala · 11 years ago
  26. 8d7abae Update Subzero to start parsing PNaCl bitcode files. by Karl Schimpf · 11 years ago
  27. e1e013c Refactor llvm2ice so that Ice can be built while reading bitcode. by Karl Schimpf · 11 years ago