New fast PNaCl translator that will eventually be included with PNaCl. crbug.com/352210

Clone this repo:
  1. a018d6e Add runtime back to check-lit dependencies by Eric Holk · 6 years ago main
  2. 5dbdde4 Handle mul instructions with two immediates on x86-32 and x86-64 by Eric Holk · 6 years ago
  3. cb642c8 Refactor vector register moves. by Nicolas Capens · 7 years ago
  4. 10626a8 Optimize common vector shuffle patterns for ARM32. by Nicolas Capens · 7 years ago
  5. e4707fe Fix vector packing pseudo-instruction. by Nicolas Capens · 7 years ago
  6. 507495a Implement vector intrinsics for ARM32. by Nicolas Capens · 7 years ago
  7. f45aa6e Support saturating vector add and subtract on ARM32. by Casey Dahlin · 7 years ago
  8. 86e2126 Support vector shift by constant for ARM32. by Nicolas Capens · 7 years ago
  9. b4ab3a2 Add intrinsic lowering stubs for ARM. by Nicolas Capens · 7 years ago
  10. 83670e6 Upload pnacl-subzero changes to Gerrit by default by Aaron Gable · 7 years ago
  11. ca3f7bf Do not inline GlobalContext TLS methods. by Lei Zhang · 7 years ago
  12. fb705a6 Fix lowering ARM shift by zero as a move. by Nicolas Capens · 7 years ago
  13. 6c629dc Fix potential null pointer dereference. by Nicolas Capens · 7 years ago
  14. 47b6ba6 Optimize floating-point minimum/maximum operations. by Nicolas Capens · 7 years ago
  15. eb568f5 Implement minps/maxps x86 instructions. by Nicolas Capens · 7 years ago
  16. e965530 Add boolean type property function. by Nicolas Capens · 7 years ago
  17. 71f6c8d [SubZero] Generate spin-lock for atomic load store by Jaydeep Patil · 7 years ago
  18. c48bb8b Fix swizzle of second vector. by Nicolas Capens · 7 years ago
  19. 59b0dad Subzero: Add a new document describing the register allocator. by Jim Stichnoth · 7 years ago
  20. 36bcf2d Optimize single-vector shuffling. by Nicolas Capens · 7 years ago