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