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