1. 5845587 Add timing of bitcode parser to Subzero. by Karl Schimpf · 10 years ago
  2. aff9fa2 Fix insert/extract element vector operations to check that literal by Karl Schimpf · 10 years ago
  3. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  4. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  5. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  6. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  7. 645aa1a Convert Subzero's bitcode reader to generate ICE types. by Karl Schimpf · 10 years ago
  8. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  9. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  10. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  11. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  12. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  13. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  14. 8e8042c Subzero: Enable the C++11 build. by Jim Stichnoth · 10 years ago
  15. f0657dd Fix bug in Subzero bitcode reader for insertelement instruction. by Karl Schimpf · 10 years ago
  16. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 10 years ago
  17. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 10 years ago
  18. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 10 years ago
  19. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 10 years ago
  20. d1a971a Add switch instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  21. 8f07aa8 Add forward instruction declaration to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  22. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 10 years ago
  23. 9750183 Add unreachable instruction to Subzero. by Karl Schimpf · 10 years ago
  24. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 10 years ago
  25. 4766156 Add phi instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  26. c132b76 Fix symbol table handling in functions. by Karl Schimpf · 10 years ago
  27. 64dcde7 Fix bug introduced by CL 561883002. by Karl Schimpf · 10 years ago
  28. 41689df Add load and store instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  29. 742d72d Add alloca instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  30. f12355e Add constants block to PNaCl bitcode reader. by Karl Schimpf · 10 years ago
  31. c836acb Add branch instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  32. 83f9f0c Add icmp and fcmp instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  33. 1d6f0e4 Add select instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  34. 71ba822 Add vector insert/extract instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  35. c0fdc27 Add cast instructions to subzero's pnacl bitcode translator. by Karl Schimpf · 10 years ago
  36. ce58163 Add pnacl-freeze to the tests_lit/lit.cfg. Also, unsigned vs signed. by Jan Voung · 10 years ago
  37. d6064a1 Start processing function blocks. by Karl Schimpf · 10 years ago
  38. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 10 years ago
  39. b164d20 Clean up exit status and globals procecessing in llvm2ice. by Karl Schimpf · 10 years ago
  40. 8d7abae Update Subzero to start parsing PNaCl bitcode files. by Karl Schimpf · 10 years ago