- 3f5cb6f Implemented global redzones. by Thomas Lively · 9 years ago
- 7984b71 Change LowerArgument in MIPS to use CallingConvention class by Mohit Bhakkad · 9 years ago
- a49fce0 [Subzero][MIPS32] Adds prolog instructions for MIPS32 by Sagar Thakur · 9 years ago
- f90118a This patch provides calling convention class for MIPS with support of integer and floating point types by Mohit Bhakkad · 9 years ago
- f531931 Subzero: Improve effectiveness of local register availability peephole. by Jim Stichnoth · 9 years ago
- b684f2b Adding float/double support in CopyToReg by Mohit Bhakkad · 9 years ago
- aab7099 Created Ice::Instrumentation base class and accompanying hooks. by Thomas Lively · 9 years ago
- 418135a Subzero, MIPS32: Floating point load/store and format conversion instructions by Srdjan Obucina · 9 years ago
- a393fd4 [Subzero][MIPS32] Implement icmp operation for i8, i16 operands by Sagar Thakur · 9 years ago
- 7dbe802 Subzero: Crosstest test_arith properly tests i8/i16. by Jim Stichnoth · 9 years ago
- d11d921 Removed an extraneous tab by Thomas Lively · 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
- 2f593bb Subzero, MIPS32: Introduction of floating point registers by Srdjan Obucina · 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
- 1040d86 Remove compiler warning when building within LLVM trunk. by Karl Schimpf · 9 years ago
- a5b16ab Subzero: Add necessary PNaCl files for standalone build. by Jim Stichnoth · 9 years ago
- f5fdd23 Subzero: Update for LLVM 3.9 (trunk). by Jim Stichnoth · 9 years ago
- 38dcb59 [Subzero][MIPS32] Implement sext, zext and trunc by Sagar Thakur · 9 years ago
- 80ee5b3 Subzero WASM: avoid needless comparisons, add bounds check flag option by Eric Holk · 9 years ago
- 7146e99 Subzero: Suppress a warning as a result of an updated clang. by Jim Stichnoth · 9 years ago
- 179a55d Subzero, WASM: stop writing uninitialized data to .o file. Add timers. by Eric Holk · 9 years ago
- 87def2c Subzero, Wasm: Dynamically reallocate read buffer. Runtime improvements. by Eric Holk · 9 years ago
- de29f12 Subzero. X86. Uses pshufb for shufflevector lowering. by John Porto · 9 years ago
- ae15f0f Subzero. X86. Lowers shufflevector using xmm instructions. by John Porto · 9 years ago
- 4aae81a Subzero. Wasm. Implement sbrk and correctly do bounds checks. by Eric Holk · 9 years ago
- 1a478b1 [Subzero][MIPS] Implement conditional branches and integer comparisons by Sagar Thakur · 9 years ago
- 29acb57 Subzero - WASM: Codegen fixes, better test infrastructure by Eric Holk · 9 years ago
- cd261e9 Subzero: Provide missing isMemoryWrite() method. by Jim Stichnoth · 9 years ago
- f1f773d Subzero: Fix over-aggressive bool folding. by Jim Stichnoth · 9 years ago
- a47c11c Subzero. Rematerializes shufflevector instructions. by John Porto · 9 years ago
- 6404504 Subzero: Fix a warning message in the browser build. by Jim Stichnoth · 9 years ago
- 2655d96 Subzero: Fix srem.i8/urem.i8 lowering for x86-64. by Jim Stichnoth · 9 years ago
- fd07ad0 Subzero: Allow overriding command-line args from the browser. by Jim Stichnoth · 9 years ago
- 3d3507c Added definition of ALLOW_WASM to CMakeLists. by Sean Klein · 9 years ago
- a4d100a Subzero. ARM32. De-scalarizes icmp and fcmp for vectors. by John Porto · 9 years ago
- 085bdae Subzero, Wasm: Link and run torture tests; bug fixes. by Eric Holk · 9 years ago
- dd6dcfa Subzero: Allow per-method controls. by Jim Stichnoth · 9 years ago
- 67c7c41 Subzero. WASM. Additional progress. by Eric Holk · 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
- 3018cf2 Reduce wait times for very large PEXE files. by Karl Schimpf · 9 years ago
- b627f09 Add "vmov.<dt> <Qd>, #<imm>" to integrated ARM assembler. by Karl Schimpf · 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
- 9a23e43 Subzero: Improve the -timing output. by Jim Stichnoth · 9 years ago
- d12d3aa Subzero: Fix an incorrect StringPool assert. by Jim Stichnoth · 9 years ago
- d72385f Subzero: Remove a couple clumsy uses of snprintf. by Jim Stichnoth · 9 years ago
- 11756b5 Subzero: Dump register numbers as signed quantities. by Jim Stichnoth · 9 years ago
- 2b000fd Subzero: Fix -timing-focus . by Jim Stichnoth · 9 years ago
- a91c341 Subzero: Improve non-MINIMAL string performance. by Jim Stichnoth · 9 years ago
- 0307721 Subzero. Refactors Switch Lowering. by John Porto · 9 years ago
- 681f90f Subzero. Fixes Browser build. by John Porto · 9 years ago
- 16f8061 Initial Subzero WASM prototype. by Eric Holk · 9 years ago
- 263ac52 Replace constant conditional branches by unconditional branches by David Sehr · 9 years ago
- 318c01b Subzero: Fix -timing-funcs and -timing-focus flags. by Jim Stichnoth · 9 years ago
- 2a9d186 Fix error reporting for parallel parsed function blocks. by Karl Schimpf · 9 years ago
- d469994 Simplify references to command line flags. by Karl Schimpf · 9 years ago
- 45f7700 Subzero: Fix a cleanup error after the IceString removal CL. by Jim Stichnoth · 9 years ago
- a3984a1 Subzero. Outputs liveness memory usage. by John Porto · 9 years ago
- 7bb9cab Subzero. Liveness memory management. by John Porto · 9 years ago
- 23866e7 Clean up Cl flag refrences in the bitcode parser. by Karl Schimpf · 9 years ago
- 3dd127e Force sequential parsing when threads=0. by Karl Schimpf · 9 years ago
- cc89c95 Subzero: Ignore variables with no actual uses. by Jim Stichnoth · 9 years ago
- b5eee3d Subzero: Refine the memory usage report with -szstats . by Jim Stichnoth · 9 years ago
- e8457a2 Allow Subzero to parse function blocks in parallel. by Karl Schimpf · 9 years ago
- bbd449d Subzero: Fix a bug in advanced phi lowering. by Jim Stichnoth · 9 years ago
- 467ffe5 Subzero: Remove IceString. by Jim Stichnoth · 9 years ago
- e73ee85 Fix Subzero binary instruction to allow optional flags argument. by Karl Schimpf · 9 years ago
- 267f2bf Subzero. Fixes valgrind errors. by John Porto · 9 years ago
- abe7dd5 Subzero: Fix the broken "make presubmit-lite". by Jim Stichnoth · 9 years ago
- e13d1eb Subzero: Add presubmit-lite target. by Jim Stichnoth · 9 years ago
- c5bc5cb Subzero. Flags refactoring. by John Porto · 9 years ago
- 4c16ac0 Add malloc/new profiling on linux by David Sehr · 9 years ago
- 20070e8 Cache common constants before lowering. by Karl Schimpf · 9 years ago
- 70e3f1c Suzero. Refactors dependencies in Makefile.standalone. by John Porto · 9 years ago
- 3b4dc93 Subzero: Shorten global prefixes in non-DUMP build. by Jim Stichnoth · 9 years ago
- bd2e231 Subzero. Uses unique_ptrs in the emit queue. by John Porto · 9 years ago
- a78e4ba Subzero. Allocate global initializers from a dedicated arena. by John Porto · 9 years ago
- 76719b4 Subzero: Control whether deleted instructions are retained. by Jim Stichnoth · 9 years ago
- 999a22f Subzero: Allow Makefile.standalone to build for a single target. by Jim Stichnoth · 9 years ago
- 1670ece Subzero: Fix the Makefile for the LLVM build. by Jim Stichnoth · 9 years ago
- b88d8c8 Subzero: Improve the use of timers. by Jim Stichnoth · 9 years ago
- 2f00bf6 Subzero: Improve the behavior of resizing vectors. by Jim Stichnoth · 9 years ago
- 96fac39 Subzero: 'make presubmit' checks for certain prerequisites. by Jim Stichnoth · 9 years ago
- 0a3c523 PNaCl Dynamic Linking: Force __pnacl_pso_root to be an external declaration. by Sean Klein · 9 years ago
- 4abbb59 Subzero. X8664. No moar ::new for AutoBundle. by John Porto · 9 years ago
- c10c156 Re-fix build errors from upgrading to clang 3.9 . by Jim Stichnoth · 9 years ago
- 1ece70e Eliminate all uses of 'le32-nacl-objcopy'. by Sean Klein · 9 years ago
- 843142f Subzero: Tweaks to reduce malloc use. by Jim Stichnoth · 9 years ago
- 8a4675c Allow subzero tests to pass without le32-nacl-objdump. by Sean Klein · 9 years ago
- 5526c17 Subzero: Fix build errors from upgrading to clang 3.9 . by Jim Stichnoth · 9 years ago
- 3e32400 Subzero: Control memory growth from local label fixups. by Jim Stichnoth · 9 years ago
- b6e9b89 Fix timing of parseFunctions. by Karl Schimpf · 9 years ago
- 324334e Subzero. ARM32. Fix bugs uncovered by scons tests. by John Porto · 9 years ago
- c8f56a3 Subzero: Fix "make presubmit" for spec -Om1. by Jim Stichnoth · 9 years ago