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
  21. e986b31 Perform address optimization of sub-vector load/store. by Nicolas Capens · 7 years ago
  22. aaf04f5 Optimize x86-64 addressing with a 32-bit unsigned index. by Nicolas Capens · 7 years ago
  23. fc8f6bf [SubZero] Fix code generation of AtomicCmpxchg by Jaydeep Patil · 7 years ago
  24. 8bd18e1 Work around empty set default parameter compilation issue. by Nicolas Capens · 7 years ago
  25. 5c4d677 Fix signed/unsigned comparison warning. by Nicolas Capens · 7 years ago
  26. dbf81e0 Implement an intrinsic for nearbyint. by Nicolas Capens · 7 years ago
  27. 4e679e5 Support 16-byte aligned stack on 32-bit Windows. by Nicolas Capens · 7 years ago
  28. a551dfc Always align the stack to the fixed alloca requirements. by Nicolas Capens · 7 years ago
  29. 298d14e Subzero, MIPS32: Atomic intrinsics fixes by Stefan Maksimovic · 7 years ago
  30. 2bbda7f [SubZero] Fix code generation issues occurred in Cross-test and PNaCL smoke-tests by Jaydeep Patil · 7 years ago
  31. 4b1bdae Fix Mac OS compilation. by Nicolas Capens · 7 years ago
  32. f2c91aa Fix inadvertent use of the Microsoft x86-64 calling convention. by Nicolas Capens · 7 years ago
  33. c78be4e Subzero: Fix a build error against LLVM trunk. by Jim Stichnoth · 7 years ago
  34. d722ff2 Subzero: Fix build problem against LLVM trunk. by Jim Stichnoth · 7 years ago
  35. 7981075 Subzero: Fix some build problems against LLVM trunk. by Jim Stichnoth · 7 years ago
  36. f8c695b Subzero: Fix a build issue against LLVM trunk. by Jim Stichnoth · 7 years ago
  37. 35bbca3 Subzero: Fix multiply defined symbols in Windows/g++ build. by Jim Stichnoth · 7 years ago
  38. 373913f Subzero: Legalize the movzx argument. by Jim Stichnoth · 7 years ago
  39. 579b1b3 Generalize vector shuffling to accept any operand. by Nicolas Capens · 7 years ago
  40. a29da90 Ensure that the sub-vector load destination is a register. by Nicolas Capens · 7 years ago
  41. e1e1783 Fix skipping deleted instructions before replacing operands. by Nicolas Capens · 7 years ago
  42. 8be6975 [SubZero] Fix size of arguments on stack by Jaydeep Patil · 7 years ago
  43. ef18fc5 Match sub-vector load/store operand order to regular load/store. by Nicolas Capens · 7 years ago
  44. 2220990 Fix offset adjustment in x86 address optimization. by Nicolas Capens · 7 years ago
  45. 8208e75 Subzero, MIPS32: Changes for improving sandbox crosstest results by Stefan Maksimovic · 7 years ago
  46. becb85f [Subzero][MIPS] Implements atomic intrinsics for MIPS32 by Sagar Thakur · 7 years ago
  47. 6e03343 Subzero, MIPS32: Sandbox initial patch by Stefan Maksimovic · 7 years ago
  48. 83425de Support 64-bit jump tables with LP64 data model. by Nicolas Capens · 7 years ago
  49. 21f78bb [SubZero] Utilize instructions with immediate operands by Jaydeep Patil · 7 years ago
  50. 3da9f65 [SubZero] Generate MIPS.abiflags section by Jaydeep Patil · 7 years ago
  51. f0d12c3 Implement floating-point rounding intrinsic. by Nicolas Capens · 7 years ago
  52. f8c9977 Subzero, MIPS32: Stacksave/Stackrestore implementation by Stefan Maksimovic · 7 years ago
  53. 0c4c07d [SubZero] Fix code generation for vector type by Jaydeep Patil · 7 years ago
  54. 67a49b5 Implement saturated vector add/subtract. by Nicolas Capens · 8 years ago
  55. 13cde0f Implement integer vector multiply intrinsics. by Nicolas Capens · 8 years ago
  56. 956cfd6 Generalize the Sqrt intrinsic to process vectors. by Nicolas Capens · 7 years ago
  57. 7ad028e This patch enables running a couple more of lit tests for MIPS32 by Stefan Maksimovic · 7 years ago
  58. 73ae4fd Preserve rsi and rdi when using Microsoft x86-64 calling convention. by Nicolas Capens · 7 years ago
  59. 130aca7 [SubZero] Generate relocations for MIPS by Jaydeep Patil · 7 years ago
  60. 0dabe18 Subzero, MIPS32: Remove --skip-unimplemented from lit tests by Stefan Maksimovic · 7 years ago
  61. a7979bf [SubZero] Fix f64 to/from i64 moves by Jaydeep Patil · 8 years ago
  62. a3688ea Fix two-vector unpack case. by Nicolas Capens · 8 years ago
  63. 61593fb Fix unit tests. by Nicolas Capens · 8 years ago
  64. c9e91af Remove verified asserts. by Nicolas Capens · 8 years ago
  65. d0e3030 Assert that PNaCl bitcode only uses 128-bit vector casts. by Nicolas Capens · 8 years ago
  66. e3cabda Implement vector sign mask intrinsic. by Nicolas Capens · 8 years ago
  67. 8b8af82 Implement bitcast between i32 and (emulated) v4i8. by Nicolas Capens · 8 years ago
  68. ef8210d Implement vector packing intrinsics. by Nicolas Capens · 8 years ago
  69. 32f9cce Fix 64-bit pointer type for non-x32 ABIs. by Nicolas Capens · 8 years ago
  70. 7145e69 Subzero: Fix compiler warnings. by Jim Stichnoth · 8 years ago
  71. 1448d95 Optimize shuffles corresponding to x86 punpckh instructions. by Nicolas Capens · 8 years ago
  72. 89be887 [Subzero][MIPS32] Account for variable alloca alignment bytes in addProlog by Sagar Thakur · 8 years ago
  73. 0e90622 Generate error on unexpected intrisics. by Nicolas Capens · 8 years ago
  74. 7638e27 Add x86 vector packing instructions. by Nicolas Capens · 8 years ago
  75. f52cea4 Fix unpacking from a single vector. by Nicolas Capens · 8 years ago
  76. 3a01f33 [SubZero] Implement Fcmp, ICmp, Cast and Select for vector type by Jaydeep Patil · 8 years ago
  77. 45e4d5e [SubZero] Handle relocatable constants for MIPS by Jaydeep Patil · 8 years ago
  78. 4683237 [Subzero][MIPS32] Fix alloca alignment and offset for Om1 and O2 optimization by Sagar Thakur · 8 years ago
  79. ec92917 [SubZero] Legalize load, store for MIPS post lower by Jaydeep Patil · 8 years ago
  80. b001cc4 [Subzero][MIPS32] Implement bitcast operation for both 32-bit and 64-bit operands by Sagar Thakur · 8 years ago
  81. 46f4fea Support running unit tests on Windows. by Nicolas Capens · 8 years ago
  82. b093539 Optimize x86 vector shift by constant. by Nicolas Capens · 8 years ago
  83. 71c6937 Optimize lowering of x86 byte and word vector unpack. by Nicolas Capens · 8 years ago
  84. acfb3df Implement intrinsics for loading/storing subvectors. by Nicolas Capens · 8 years ago
  85. 533a514 Subzero: Fix "make -f Makefile.standalone check-lit FORCEASM=1". by Jim Stichnoth · 8 years ago
  86. afe5fe2 Subzero, MIPS32: Fix conditional mov instructions by Stefan Maksimovic · 8 years ago
  87. 033dda7 Subzero: Remove --skip-unimplemented from ARM lit tests. by Jim Stichnoth · 8 years ago
  88. 958ddb7 [SubZero] Vector types support for MIPS by Jaydeep Patil · 8 years ago
  89. 9309756 [Subzero][MIPS] Implement conditional branches with 64-bit integer compares by Sagar Thakur · 8 years ago
  90. 269eed4 [Subzero][MIPS] Add RUN command line with -Om1 in test 64bit.pnacl.ll by Sagar Thakur · 8 years ago
  91. f53580b Don't emit address size prefixes for native x86-64 ABI. by Nicolas Capens · 8 years ago
  92. fe93fdd Subzero, MIPS32: SRAV instruction encoding by Srdjan Obucina · 8 years ago
  93. 70b6ed4 [Subzero][MIPS] Implement 64-bit integer compare operations by Sagar Thakur · 8 years ago
  94. b0f09fc Subzero, MIPS32: MOVZ instruction encoding by Srdjan Obucina · 8 years ago
  95. 6163c62 Subzero, MIPS32: DIVU instruction encoding by Srdjan Obucina · 8 years ago
  96. 175cb13 Subzero, MIPS32: Intrinsic call Bswap for i16, i32 and i64 by Srdjan Obucina · 8 years ago
  97. 6fd9c0e Subzero, MIPS32: Intrinsic calls Ctlz and Cttz for i64 by Srdjan Obucina · 8 years ago
  98. 58eeedf Subzero, MIPS32: Binding intrablock labels, unconditional branch by Jaydeep Patil · 8 years ago
  99. 4c49b10 Subzero, MIPS32: Filling missing bits from genTargetHelperCallFor by Srdjan Obucina · 8 years ago
  100. 623f8ce Subzero, MIPS32: Cross-testing enabled for MIPS32 by Srdjan Obucina · 8 years ago