1. 562e41c Fix cross test test_global. by Karl Schimpf · 10 years ago
  2. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  3. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  4. 109fa15 Add cross test for vector itofp and fptoi casts. by Jan Voung · 10 years ago
  5. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  6. 3b43b89 Handle "inplace" ops and unary ops w/ assembler by Jan Voung · 10 years ago
  7. 6d4f564 Subzero: The cross tests should use the actual Subzero runtime. by Jim Stichnoth · 10 years ago
  8. 7076c88 Subzero: Move python scripts into a common pydir. by Jim Stichnoth · 10 years ago
  9. 3ef786f Subzero: Be more strict about i1 calculations. by Jim Stichnoth · 10 years ago
  10. b63cd88 Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. by Jim Stichnoth · 10 years ago
  11. 16178a1 Subzero: Remove the need for a separate NaCl SDK installation. by Jim Stichnoth · 10 years ago
  12. 105b704 Subzero: Align the stack at the point of function calls. by Matt Wala · 10 years ago
  13. 89cbfb0 Subzero: Fix a debugging string in the test_icmp crosstest. by Matt Wala · 10 years ago
  14. afeaee4 Subzero: Use scalar arithmetic when no vector instruction exists. by Matt Wala · 10 years ago
  15. 7da431b Subzero: Fix and clean up some cross tests. by Jim Stichnoth · 10 years ago
  16. 0a45051 Subzero: Add support for SSE4.1 instructions. by Matt Wala · 10 years ago
  17. c820ddf Add a peephole to fuse cmpxchg w/ later cmp+branch. by Jan Voung · 10 years ago
  18. ce0ca8f Lower the fcmp instruction for <4 x float> operands. by Matt Wala · 10 years ago
  19. 9cb61e2 Lower the select instruction when the operands are of vector type. by Matt Wala · 10 years ago
  20. 656d176 Fix a counter in the test_global crosstest. by Matt Wala · 10 years ago
  21. 9a0168a Lower icmp operations between vector values. by Matt Wala · 10 years ago
  22. 89a7c2b Factor out common vector crosstesting code. by Matt Wala · 10 years ago
  23. 35ec373 Fix array index in test initialization. by Matt Wala · 10 years ago
  24. 7b34b59 Lower stacksave and restore intrinsics. by Jan Voung · 10 years ago
  25. 7fa813b Lower byte swap intrinsic. by Jan Voung · 10 years ago
  26. 4988923 Lower insertelement and extractelement. by Matt Wala · 10 years ago
  27. 7fa22d8 Lower the rest of the vector arithmetic operations. by Matt Wala · 10 years ago
  28. e4da26f Lower bitmanip intrinsics, assuming absence of BMI/SSE4.2 for now. by Jan Voung · 10 years ago
  29. 140bb0d Remove memcpy test workaround for name mangling substitutions. by Jan Voung · 10 years ago
  30. a3a01a2 Subzero: lower the rest of the atomic operations. by Jan Voung · 10 years ago
  31. f37fbbe Add scalar lowering for sqrt intrinsic. by Jan Voung · 10 years ago
  32. de4ca71 Subzero: Partial implementation of global initializers. by Jim Stichnoth · 10 years ago
  33. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 10 years ago
  34. 798b415 Subzero: give crosstest .sz intermediate files names that depend on flags by Jan Voung · 10 years ago
  35. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 10 years ago
  36. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 10 years ago