1. 4019f08 Remove TypeConverter and Module from minimal subzero build. by Karl Schimpf · 10 years ago
  2. bf17037 Remove using LLVM tools to check correctness of cast operation. by Karl Schimpf · 10 years ago
  3. 3281748 Simplify LLVM's APInt and APFloat for use in Subzero. by Karl Schimpf · 10 years ago
  4. 9a04c07 Subzero: Don't store std::string objects inside Variable. by Jim Stichnoth · 10 years ago
  5. 668a7a3 Subzero: Pull the node name out of the node structure. by Jim Stichnoth · 10 years ago
  6. 9bb188d Reduce one layer of decoding for binary operations in bitcode reading. by Karl Schimpf · 10 years ago
  7. f875d45 Remove call to PNaClABIProps::isAllowedAlignment from subzero. by Karl Schimpf · 10 years ago
  8. 1c44d81 Subzero: Disable stats and timers under the MINIMAL build. by Jim Stichnoth · 10 years ago
  9. dddaf9c Subzero: Fix the g++ build (e.g. Windows). by Jim Stichnoth · 10 years ago
  10. 2f6f860 Create local config file for subzero reader tests. by Karl Schimpf · 10 years ago
  11. 79f2a03 Merge remote-tracking branch 'origin/merge_35' by JF Bastien · 10 years ago
  12. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  13. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  14. 6fcbddd Disable Subzero IR generation for performance testing. by Karl Schimpf · 10 years ago
  15. bfb410d Subzero: Improve the use of NodeList objects. by Jim Stichnoth · 10 years ago
  16. 5845587 Add timing of bitcode parser to Subzero. by Karl Schimpf · 10 years ago
  17. aff9fa2 Fix insert/extract element vector operations to check that literal by Karl Schimpf · 10 years ago
  18. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  19. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  20. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  21. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  22. 645aa1a Convert Subzero's bitcode reader to generate ICE types. by Karl Schimpf · 10 years ago
  23. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  24. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  25. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  26. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  27. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  28. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  29. 8e8042c Subzero: Enable the C++11 build. by Jim Stichnoth · 11 years ago
  30. f0657dd Fix bug in Subzero bitcode reader for insertelement instruction. by Karl Schimpf · 11 years ago
  31. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  32. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 11 years ago
  33. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 11 years ago
  34. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 11 years ago
  35. d1a971a Add switch instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  36. 8f07aa8 Add forward instruction declaration to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  37. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 11 years ago
  38. 9750183 Add unreachable instruction to Subzero. by Karl Schimpf · 11 years ago
  39. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 11 years ago
  40. 4766156 Add phi instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  41. c132b76 Fix symbol table handling in functions. by Karl Schimpf · 11 years ago
  42. 64dcde7 Fix bug introduced by CL 561883002. by Karl Schimpf · 11 years ago
  43. 41689df Add load and store instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  44. 742d72d Add alloca instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  45. f12355e Add constants block to PNaCl bitcode reader. by Karl Schimpf · 11 years ago
  46. c836acb Add branch instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  47. 83f9f0c Add icmp and fcmp instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  48. 1d6f0e4 Add select instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  49. 71ba822 Add vector insert/extract instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  50. c0fdc27 Add cast instructions to subzero's pnacl bitcode translator. by Karl Schimpf · 11 years ago
  51. ce58163 Add pnacl-freeze to the tests_lit/lit.cfg. Also, unsigned vs signed. by Jan Voung · 11 years ago
  52. d6064a1 Start processing function blocks. by Karl Schimpf · 11 years ago
  53. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 11 years ago
  54. b164d20 Clean up exit status and globals procecessing in llvm2ice. by Karl Schimpf · 11 years ago
  55. 8d7abae Update Subzero to start parsing PNaCl bitcode files. by Karl Schimpf · 11 years ago