1. 0c70417 Selectively invert ICMP operands for better address optimization by Manasij Mukherjee · 8 years ago
  2. 752e59f [Subzero][MIPS32] Fix stack offset assignment of spilled variables on MIPS32 by Sagar Thakur · 8 years ago
  3. 1608a91 Subzero: Instrumented realloc by Thomas Lively · 8 years ago
  4. 2c9992a Subzero: Fixed deadlock when _start is first function by Thomas Lively · 8 years ago
  5. adf352b Improve LoopAnalyzer Interface by Manasij Mukherjee · 8 years ago
  6. 017a553 Subzero: Fix lowering for x86 div/rem instructions. by Jim Stichnoth · 8 years ago
  7. 5674c91 [Subzero][MIPS32] Implement post lower legalizer for MIPS32 by Sagar Thakur · 8 years ago
  8. f0f8065 implemented wrapper script to replace calls to calloc() by Thomas Lively · 8 years ago
  9. f6c41e4 Updates in preparation of wrapper script by Thomas Lively · 8 years ago
  10. 6a661ce SubZero: Correct parenthesis for mem operands with labels in MIPS32 by Mohit Bhakkad · 8 years ago
  11. f47d520 Loop Invariant Code Motion by Manasij Mukherjee · 8 years ago
  12. c930d59 [Subzero][MIPS32] Implements variable alloca for MIPS32 by Sagar Thakur · 8 years ago
  13. ab6a04f Subzero, MIPS32: Handling floating point instructions fadd, fsub, fmul, fdiv by Srdjan Obucina · 8 years ago
  14. fe62f0a Subzero: Allow deeper levels of variable splitting. by Jim Stichnoth · 8 years ago
  15. 3f97afb Blacklisted instrumenting _Balloc. by Thomas Lively · 8 years ago
  16. d1e9777 SubZero: legalize for f32/f64 constants in MIPS32 by Mohit Bhakkad · 8 years ago
  17. 36847bd Subzero, MIPS32: Extend InstMIPS32Mov to support different data types by Srdjan Obucina · 8 years ago
  18. a7e5a95 Fixed instruction corruption bug for multiple returns. by Thomas Lively · 8 years ago
  19. cf06279 Implemented loose checking for potential widened loads by Thomas Lively · 8 years ago
  20. aedc5e4 Implemented aligning and poisoning global redzones by Thomas Lively · 8 years ago
  21. bbb5fa7 Subzero: Fix Calling Convention for MIPS O32 abi by Mohit Bhakkad · 8 years ago
  22. eeb9220 Added tests for bug detection on locals by Thomas Lively · 8 years ago
  23. e343e06 Subzero: Merge SpillVariable functionality directly into Variable. by Jim Stichnoth · 8 years ago
  24. 45f51a2 Short Circuit Evaluation by Manasij Mukherjee · 8 years ago
  25. d615c86 Subzero: Fix a potential null-pointer dereference. by Jim Stichnoth · 8 years ago
  26. fe2caab Reorder X8664 Register Defs so that scratch registers are allocated first by Manasij Mukherjee · 8 years ago
  27. 1fd80c7 Instrumented local variables and implemented runtime. by Thomas Lively · 8 years ago
  28. 9dd397d Treat ORs as ADDs for address optimization if operand has enough zero bits on the right by Manasij Mukherjee · 8 years ago
  29. 5f55d40 Subzero: Make -translate-only work with nonzero -threads=<N>. by Jim Stichnoth · 8 years ago
  30. 00b9edb Subzero: Make -asm-verbose local var offsets local. by Jim Stichnoth · 8 years ago
  31. ecbf2c4 Subzero: Fix x86-64 memory sandboxing. by Jim Stichnoth · 8 years ago
  32. 633394c [Subzero][MIPS32] Implements addEpilog for MIPS32 by Sagar Thakur · 8 years ago
  33. bf19533 Subzero, MIPS32: Fix FP register table by Srdjan Obucina · 8 years ago
  34. 2d152e3 Subzero: Fix Makefile.standalone to enable format with DEBUG flag by Srdjan Obucina · 8 years ago
  35. 2e08a06 Subzero, MIPS32: UnimplementedError removed from most common crashers by Srdjan Obucina · 8 years ago
  36. 6b44fb0 Subzero[MIPS32]: Make liveness validation errors easier to interpret by Mohit Bhakkad · 8 years ago
  37. 9b4c3c3 LowerCall for MIPS32 by Mohit Bhakkad · 8 years ago
  38. 2e4b960 Catch addition patterns for Index in Address Optimization by Manasij Mukherjee · 8 years ago
  39. 227c9f3 Inserted local redzones. by Thomas Lively · 8 years ago
  40. 2943d77 Subzero: Make liveness validation errors easier to interpret. by Jim Stichnoth · 8 years ago
  41. c577727 Subzero: Fix frame size for floating-point register out-args. by Jim Stichnoth · 8 years ago
  42. e450656 Subzero: Improve lowering of rematerializable call args. by Jim Stichnoth · 8 years ago
  43. 26c4306 Instrumented malloc and free with dummy functions. by Thomas Lively · 8 years ago
  44. 1afb483 [Subzero][MIPS32] Implements lowering of alloca instruction by Sagar Thakur · 8 years ago
  45. bdb912f Instrumented load and store with dummy calls to __asan_check(). by Thomas Lively · 8 years ago
  46. a1410df Subzero: Build a better bitcast. by Jim Stichnoth · 8 years ago
  47. 4e81fe0 Implemented linking to a dummy ASan runtime by Thomas Lively · 8 years ago
  48. 48fa9ed Subzero: Design doc: Include regalloc in Om1 pass list. by Jim Stichnoth · 8 years ago
  49. deb5a82 Subzero: Improve register availability peephole for function return values. by Jim Stichnoth · 8 years ago
  50. 7f0ab86 Finished small fixups. by Thomas Lively · 8 years ago
  51. 9c2c093 Subzero: x86-64: Allow immediates in 64-bit instructions. by Jim Stichnoth · 8 years ago
  52. 3f5cb6f Implemented global redzones. by Thomas Lively · 8 years ago
  53. 7984b71 Change LowerArgument in MIPS to use CallingConvention class by Mohit Bhakkad · 8 years ago
  54. a49fce0 [Subzero][MIPS32] Adds prolog instructions for MIPS32 by Sagar Thakur · 8 years ago
  55. f90118a This patch provides calling convention class for MIPS with support of integer and floating point types by Mohit Bhakkad · 8 years ago
  56. f531931 Subzero: Improve effectiveness of local register availability peephole. by Jim Stichnoth · 8 years ago
  57. b684f2b Adding float/double support in CopyToReg by Mohit Bhakkad · 8 years ago
  58. aab7099 Created Ice::Instrumentation base class and accompanying hooks. by Thomas Lively · 8 years ago
  59. 418135a Subzero, MIPS32: Floating point load/store and format conversion instructions by Srdjan Obucina · 8 years ago
  60. a393fd4 [Subzero][MIPS32] Implement icmp operation for i8, i16 operands by Sagar Thakur · 8 years ago
  61. 7dbe802 Subzero: Crosstest test_arith properly tests i8/i16. by Jim Stichnoth · 8 years ago
  62. d11d921 Removed an extraneous tab by Thomas Lively · 8 years ago
  63. f3bc5cf - This patch implements lowerstore for i32, i64 types for mips32 arch. by Mohit Bhakkad · 8 years ago
  64. e160ed9 [Subzero][MIPS32] Implement i1 cast operations by Sagar Thakur · 8 years ago
  65. 2f593bb Subzero, MIPS32: Introduction of floating point registers by Srdjan Obucina · 8 years ago
  66. 032c315 Subzero: Initial implementation of BB Local CSE by Manasij Mukherjee · 8 years ago
  67. 5cce761 Added bool folding machinery for MIPS32. by Sagar Thakur · 8 years ago
  68. ae93eee Subzero, MIPS32: Implements integer division instructions sdiv, udiv, srem, urem by Srdjan Obucina · 8 years ago
  69. c2ee36a Subzero, MIPS32: Implement logical instructions ashr, lshr, shl by Srdjan Obucina · 8 years ago
  70. 1040d86 Remove compiler warning when building within LLVM trunk. by Karl Schimpf · 8 years ago
  71. a5b16ab Subzero: Add necessary PNaCl files for standalone build. by Jim Stichnoth · 8 years ago
  72. f5fdd23 Subzero: Update for LLVM 3.9 (trunk). by Jim Stichnoth · 8 years ago
  73. 38dcb59 [Subzero][MIPS32] Implement sext, zext and trunc by Sagar Thakur · 8 years ago
  74. 80ee5b3 Subzero WASM: avoid needless comparisons, add bounds check flag option by Eric Holk · 8 years ago
  75. 7146e99 Subzero: Suppress a warning as a result of an updated clang. by Jim Stichnoth · 8 years ago
  76. 179a55d Subzero, WASM: stop writing uninitialized data to .o file. Add timers. by Eric Holk · 8 years ago
  77. 87def2c Subzero, Wasm: Dynamically reallocate read buffer. Runtime improvements. by Eric Holk · 8 years ago
  78. de29f12 Subzero. X86. Uses pshufb for shufflevector lowering. by John Porto · 8 years ago
  79. ae15f0f Subzero. X86. Lowers shufflevector using xmm instructions. by John Porto · 8 years ago
  80. 4aae81a Subzero. Wasm. Implement sbrk and correctly do bounds checks. by Eric Holk · 8 years ago
  81. 1a478b1 [Subzero][MIPS] Implement conditional branches and integer comparisons by Sagar Thakur · 8 years ago
  82. 29acb57 Subzero - WASM: Codegen fixes, better test infrastructure by Eric Holk · 8 years ago
  83. cd261e9 Subzero: Provide missing isMemoryWrite() method. by Jim Stichnoth · 8 years ago
  84. f1f773d Subzero: Fix over-aggressive bool folding. by Jim Stichnoth · 8 years ago
  85. a47c11c Subzero. Rematerializes shufflevector instructions. by John Porto · 8 years ago
  86. 6404504 Subzero: Fix a warning message in the browser build. by Jim Stichnoth · 8 years ago
  87. 2655d96 Subzero: Fix srem.i8/urem.i8 lowering for x86-64. by Jim Stichnoth · 8 years ago
  88. fd07ad0 Subzero: Allow overriding command-line args from the browser. by Jim Stichnoth · 8 years ago
  89. 3d3507c Added definition of ALLOW_WASM to CMakeLists. by Sean Klein · 8 years ago
  90. a4d100a Subzero. ARM32. De-scalarizes icmp and fcmp for vectors. by John Porto · 8 years ago
  91. 085bdae Subzero, Wasm: Link and run torture tests; bug fixes. by Eric Holk · 8 years ago
  92. dd6dcfa Subzero: Allow per-method controls. by Jim Stichnoth · 8 years ago
  93. 67c7c41 Subzero. WASM. Additional progress. by Eric Holk · 8 years ago
  94. 397f602 Subzero. ARM32. Implements vector select. by John Porto · 8 years ago
  95. e88c7de Subzero. ARM32. Vector casts. by John Porto · 8 years ago
  96. 15e77d4 Subzero. ARM32. Vector shifts. by John Porto · 8 years ago
  97. 3018cf2 Reduce wait times for very large PEXE files. by Karl Schimpf · 8 years ago
  98. b627f09 Add "vmov.<dt> <Qd>, #<imm>" to integrated ARM assembler. by Karl Schimpf · 8 years ago
  99. 79568d2 Subzero. ARM32. Fixes Insert/Extract v(8|16)i1 bug. by John Porto · 8 years ago
  100. e922c23 Subzero: Shorten and normalize strings in non-DUMP builds. by Jim Stichnoth · 8 years ago