1. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 10 years ago
  2. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 10 years ago
  3. 2e8bfbb Subzero: Refactor Operand::dump(). by Jim Stichnoth · 10 years ago
  4. b63cd88 Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. by Jim Stichnoth · 10 years ago
  5. 523ef72 Subzero: Work around another llvm-mc parser bug for relocatable symbols. by Jim Stichnoth · 10 years ago
  6. c330274 Subzero: Randomly insert nops. by Matt Wala · 10 years ago
  7. e58178a Subzero: Factor our commonalities between mov-like instructions. by Matt Wala · 10 years ago
  8. 105b704 Subzero: Align the stack at the point of function calls. by Matt Wala · 10 years ago
  9. 51e8cfb Subzero: Make InstX8632Cbwdq a UnaryOp. by Matt Wala · 10 years ago
  10. afeaee4 Subzero: Use scalar arithmetic when no vector instruction exists. by Matt Wala · 10 years ago
  11. 206833c Subzero: A few fixes toward running larger programs. by Jim Stichnoth · 10 years ago
  12. 5acafbc Subzero: Fix a signed/unsigned warning reported on the Mac. by Jim Stichnoth · 10 years ago
  13. 6e99214 Subzero: Try to fix warnings and errors in the Windows build. by Jim Stichnoth · 10 years ago
  14. 0a45051 Subzero: Add support for SSE4.1 instructions. by Matt Wala · 10 years ago
  15. cfe5146 Use movss to implement insertelement when elements = 4 and index = 0. by Matt Wala · 10 years ago
  16. ce0ca8f Lower the fcmp instruction for <4 x float> operands. by Matt Wala · 10 years ago
  17. 9cb61e2 Lower the select instruction when the operands are of vector type. by Matt Wala · 10 years ago
  18. 7fa813b Lower byte swap intrinsic. by Jan Voung · 10 years ago
  19. 4988923 Lower insertelement and extractelement. by Matt Wala · 10 years ago
  20. 7fa22d8 Lower the rest of the vector arithmetic operations. by Matt Wala · 10 years ago
  21. 83b8036 Lower casting operations that involve vector types. by Matt Wala · 10 years ago
  22. e4da26f Lower bitmanip intrinsics, assuming absence of BMI/SSE4.2 for now. by Jan Voung · 10 years ago
  23. a3a01a2 Subzero: lower the rest of the atomic operations. by Jan Voung · 10 years ago
  24. 8d1072e Lower vector floating point arithmetic operations. by Matt Wala · 10 years ago
  25. 45a0623 Add support for passing and returning vectors in accordance with the x86 calling convention. by Matt Wala · 10 years ago
  26. f37fbbe Add scalar lowering for sqrt intrinsic. by Jan Voung · 10 years ago
  27. 928f129 Add support for vector types. by Matt Wala · 10 years ago
  28. de4ca71 Subzero: Partial implementation of global initializers. by Jim Stichnoth · 10 years ago
  29. 5cd240d Add atomic load/store, fetch_add, fence, and is-lock-free lowering. by Jan Voung · 10 years ago
  30. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 10 years ago
  31. 5a13f45 Add ss/sd suffix to InstX8632Store and legalize FP constants. by Jan Voung · 10 years ago
  32. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 10 years ago