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