1. 2f6f860 Create local config file for subzero reader tests. by Karl Schimpf · 10 years ago
  2. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  3. 51596d4 Subzero: Auto-set -build-on-read=0 for .ll input files. by Jim Stichnoth · 10 years ago
  4. 6fcbddd Disable Subzero IR generation for performance testing. by Karl Schimpf · 10 years ago
  5. 43e9482 Subzero: Delete szdiff.py tests and ERRORS tests. by Jim Stichnoth · 10 years ago
  6. aff9fa2 Fix insert/extract element vector operations to check that literal by Karl Schimpf · 10 years ago
  7. b262c5e Allow conditional lit tests in Subzero, based on build flags. by Karl Schimpf · 10 years ago
  8. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  9. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  10. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  11. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  12. f0657dd Fix bug in Subzero bitcode reader for insertelement instruction. by Karl Schimpf · 11 years ago
  13. 2a5324a Clean up run script to use for testing Subzero. by Karl Schimpf · 11 years ago
  14. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 11 years ago
  15. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 11 years ago
  16. d1a971a Add switch instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  17. 8f07aa8 Add forward instruction declaration to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  18. 9750183 Add unreachable instruction to Subzero. by Karl Schimpf · 11 years ago
  19. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 11 years ago
  20. 4766156 Add phi instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  21. c132b76 Fix symbol table handling in functions. by Karl Schimpf · 11 years ago
  22. 41689df Add load and store instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  23. 742d72d Add alloca instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  24. f12355e Add constants block to PNaCl bitcode reader. by Karl Schimpf · 11 years ago
  25. c836acb Add branch instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  26. 83f9f0c Add icmp and fcmp instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  27. 1d6f0e4 Add select instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  28. 71ba822 Add vector insert/extract instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  29. c0fdc27 Add cast instructions to subzero's pnacl bitcode translator. by Karl Schimpf · 11 years ago
  30. d6064a1 Start processing function blocks. by Karl Schimpf · 11 years ago