1. fb068e8 Subzero: Improved quality of ASan error messages by Thomas Lively · 9 years ago
  2. 59ce615 Subzero: Fix sign issues for inlined memset lowering. by Jim Stichnoth · 9 years ago
  3. 53c8fbd Enable Local CSE by default by Manasij Mukherjee · 9 years ago
  4. b9a8472 Subzero: Local variable splitting. by Jim Stichnoth · 9 years ago
  5. 181a9bc Subzero: Removed unnecessary global access checks by Thomas Lively · 9 years ago
  6. ac27c51 Subzero: Elide checks of known valid accesses of locals by Thomas Lively · 9 years ago
  7. 0aa3f71 Subzero: small cleanups by Thomas Lively · 9 years ago
  8. 0c70417 Selectively invert ICMP operands for better address optimization by Manasij Mukherjee · 9 years ago
  9. 1608a91 Subzero: Instrumented realloc by Thomas Lively · 9 years ago
  10. 2c9992a Subzero: Fixed deadlock when _start is first function by Thomas Lively · 9 years ago
  11. 5674c91 [Subzero][MIPS32] Implement post lower legalizer for MIPS32 by Sagar Thakur · 9 years ago
  12. f0f8065 implemented wrapper script to replace calls to calloc() by Thomas Lively · 9 years ago
  13. f6c41e4 Updates in preparation of wrapper script by Thomas Lively · 9 years ago
  14. f47d520 Loop Invariant Code Motion by Manasij Mukherjee · 9 years ago
  15. c930d59 [Subzero][MIPS32] Implements variable alloca for MIPS32 by Sagar Thakur · 9 years ago
  16. ab6a04f Subzero, MIPS32: Handling floating point instructions fadd, fsub, fmul, fdiv by Srdjan Obucina · 9 years ago
  17. 3f97afb Blacklisted instrumenting _Balloc. by Thomas Lively · 9 years ago
  18. 36847bd Subzero, MIPS32: Extend InstMIPS32Mov to support different data types by Srdjan Obucina · 9 years ago
  19. a7e5a95 Fixed instruction corruption bug for multiple returns. by Thomas Lively · 9 years ago
  20. cf06279 Implemented loose checking for potential widened loads by Thomas Lively · 9 years ago
  21. aedc5e4 Implemented aligning and poisoning global redzones by Thomas Lively · 9 years ago
  22. eeb9220 Added tests for bug detection on locals by Thomas Lively · 9 years ago
  23. 45f51a2 Short Circuit Evaluation by Manasij Mukherjee · 9 years ago
  24. 1fd80c7 Instrumented local variables and implemented runtime. by Thomas Lively · 9 years ago
  25. 9dd397d Treat ORs as ADDs for address optimization if operand has enough zero bits on the right by Manasij Mukherjee · 9 years ago
  26. 9b4c3c3 LowerCall for MIPS32 by Mohit Bhakkad · 9 years ago
  27. 227c9f3 Inserted local redzones. by Thomas Lively · 9 years ago
  28. 26c4306 Instrumented malloc and free with dummy functions. by Thomas Lively · 9 years ago
  29. 1afb483 [Subzero][MIPS32] Implements lowering of alloca instruction by Sagar Thakur · 9 years ago
  30. bdb912f Instrumented load and store with dummy calls to __asan_check(). by Thomas Lively · 9 years ago
  31. a1410df Subzero: Build a better bitcast. by Jim Stichnoth · 9 years ago
  32. 4e81fe0 Implemented linking to a dummy ASan runtime by Thomas Lively · 9 years ago
  33. 3f5cb6f Implemented global redzones. by Thomas Lively · 9 years ago
  34. a49fce0 [Subzero][MIPS32] Adds prolog instructions for MIPS32 by Sagar Thakur · 9 years ago
  35. a393fd4 [Subzero][MIPS32] Implement icmp operation for i8, i16 operands by Sagar Thakur · 9 years ago
  36. f3bc5cf - This patch implements lowerstore for i32, i64 types for mips32 arch. by Mohit Bhakkad · 9 years ago
  37. e160ed9 [Subzero][MIPS32] Implement i1 cast operations by Sagar Thakur · 9 years ago
  38. 032c315 Subzero: Initial implementation of BB Local CSE by Manasij Mukherjee · 9 years ago
  39. 5cce761 Added bool folding machinery for MIPS32. by Sagar Thakur · 9 years ago
  40. ae93eee Subzero, MIPS32: Implements integer division instructions sdiv, udiv, srem, urem by Srdjan Obucina · 9 years ago
  41. c2ee36a Subzero, MIPS32: Implement logical instructions ashr, lshr, shl by Srdjan Obucina · 9 years ago
  42. 38dcb59 [Subzero][MIPS32] Implement sext, zext and trunc by Sagar Thakur · 9 years ago
  43. ae15f0f Subzero. X86. Lowers shufflevector using xmm instructions. by John Porto · 9 years ago
  44. f1f773d Subzero: Fix over-aggressive bool folding. by Jim Stichnoth · 9 years ago
  45. 2655d96 Subzero: Fix srem.i8/urem.i8 lowering for x86-64. by Jim Stichnoth · 9 years ago
  46. a4d100a Subzero. ARM32. De-scalarizes icmp and fcmp for vectors. by John Porto · 9 years ago
  47. dd6dcfa Subzero: Allow per-method controls. by Jim Stichnoth · 9 years ago
  48. 397f602 Subzero. ARM32. Implements vector select. by John Porto · 9 years ago
  49. e88c7de Subzero. ARM32. Vector casts. by John Porto · 9 years ago
  50. 15e77d4 Subzero. ARM32. Vector shifts. by John Porto · 9 years ago
  51. 79568d2 Subzero. ARM32. Fixes Insert/Extract v(8|16)i1 bug. by John Porto · 9 years ago
  52. e922c23 Subzero: Shorten and normalize strings in non-DUMP builds. by Jim Stichnoth · 9 years ago
  53. 263ac52 Replace constant conditional branches by unconditional branches by David Sehr · 9 years ago
  54. 2a9d186 Fix error reporting for parallel parsed function blocks. by Karl Schimpf · 9 years ago
  55. e8457a2 Allow Subzero to parse function blocks in parallel. by Karl Schimpf · 9 years ago
  56. e73ee85 Fix Subzero binary instruction to allow optional flags argument. by Karl Schimpf · 9 years ago
  57. 0a3c523 PNaCl Dynamic Linking: Force __pnacl_pso_root to be an external declaration. by Sean Klein · 9 years ago
  58. 8a4675c Allow subzero tests to pass without le32-nacl-objdump. by Sean Klein · 9 years ago
  59. 324334e Subzero. ARM32. Fix bugs uncovered by scons tests. by John Porto · 9 years ago
  60. 7e6aa5a Subzero. ARM32. Fixes bugs uncovered by the llvm test suite. by John Porto · 9 years ago
  61. a1cdd57 Subzero. ARM32. Fixes bugs uncovered by the gcc torture tests. by John Porto · 9 years ago
  62. b82d79a Subzero. ARM32. Reverts cl 1687553002. by John Porto · 9 years ago
  63. e641e92 Subzero: Fix JumpTable lowering on x86-64. by Jim Stichnoth · 9 years ago
  64. b6dcf3c Subzero: Add "-verbose init" to control global initializer dumping. by Jim Stichnoth · 9 years ago
  65. 3fe4b57 Subzero: Basic unconditional branch for Mips. by Reed Kotler · 9 years ago
  66. a80cdbc Subzero: implement 64 bit multiply in mips32 by Reed Kotler · 9 years ago
  67. 916e37b ARM32 vector lowering: fabs, scalarize remaining arithmetic operations. by Eric Holk · 9 years ago
  68. d6cf6b3 ARM32 Vector lowering - scalarize select by Eric Holk · 9 years ago
  69. 425e06b Add fabs(<4 x float>) to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  70. 4b6e4b4 Subzero. ARM32. Refactors atomic intrinsics lowering. by John Porto · 9 years ago
  71. 4af7213 Add move vector to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  72. dc61925 Subzero. ARM32. Nonsfi. by John Porto · 9 years ago
  73. e54e530 Fix missing register class. by Karl Schimpf · 9 years ago
  74. 6de32b2 Add insert/extract element to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  75. cc69fa2 ARM32 vector ops - scalarize icmp, fcmp and cast. by Eric Holk · 9 years ago
  76. 4789828 Fix bug in arith.ll (ARM) tests. by Karl Schimpf · 9 years ago
  77. cfc2553 ARM32 vector division lowering. by Eric Holk · 9 years ago
  78. fbdc7e4 Subzero: Fix trailing whitespace errors. by Jim Stichnoth · 9 years ago
  79. d91cbbf Change ARM calls into indirect calls. by Karl Schimpf · 9 years ago
  80. f084a57 Add NOP to ARM IR lowering. by Karl Schimpf · 9 years ago
  81. 00c3038 Fix ARM assembler to pop registers in reverse order of pushes. by Karl Schimpf · 9 years ago
  82. 658bae2 Subzero: ARM32: lowering of vector insert and extract. by Eric Holk · 9 years ago
  83. 28df6ba Subzero: Fix a mul lowering error. by Jim Stichnoth · 9 years ago
  84. 18cce42 Fix vector load/stores in the ARM assembler. by Karl Schimpf · 9 years ago
  85. 341158a Add VMUL vector instructions to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  86. 625dfb3 Add vector VEOR instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  87. 27fddcc Subzero. Enables moar complex relocation offsets. by John Porto · 9 years ago
  88. bd4356d Add FABS intrinsic to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  89. e295575 Add VORR instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  90. fd7975f Add VAND to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  91. 50cfcb0 Add VSUB vector instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  92. 00e3604 Subzero: Mips: Lower some i64 arithmetic instructions. by Reed Kotler · 9 years ago
  93. 2c0764e Implements the vector add instructions in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  94. 81747d6 Fix nits in committed CL's for the integrated ARM assembler. by Karl Schimpf · 9 years ago
  95. 6ddabc1 Add the trap instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  96. 266c5a2 Add VSQRT instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  97. a880ac8 Add multi-source/dest VMOV to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  98. 694cdbd Add the VMLS instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  99. b40595a Subzero: Make the register allocator more robust with -reg-use and -reg-exclude. by Jim Stichnoth · 9 years ago
  100. 029bed9 ARM32 vector mul by Eric Holk · 9 years ago