OSDN Git Service

android-x86/external-swiftshader.git
2016-07-07 Thomas LivelyBlacklisted instrumenting _Balloc.
2016-07-07 Mohit BhakkadSubZero: legalize for f32/f64 constants in MIPS32
2016-07-06 Srdjan ObucinaSubzero, MIPS32: Extend InstMIPS32Mov to support differ...
2016-07-06 Thomas LivelyFixed instruction corruption bug for multiple returns.
2016-07-06 Thomas LivelyImplemented loose checking for potential widened loads
2016-06-30 Thomas LivelyImplemented aligning and poisoning global redzones
2016-06-29 Mohit BhakkadSubzero: Fix Calling Convention for MIPS O32 abi
2016-06-29 Thomas LivelyAdded tests for bug detection on locals
2016-06-29 Jim StichnothSubzero: Merge SpillVariable functionality directly...
2016-06-27 Manasij MukherjeeShort Circuit Evaluation
2016-06-27 Jim StichnothSubzero: Fix a potential null-pointer dereference.
2016-06-27 Manasij MukherjeeReorder X8664 Register Defs so that scratch registers...
2016-06-27 Thomas LivelyInstrumented local variables and implemented runtime.
2016-06-27 Manasij MukherjeeTreat ORs as ADDs for address optimization if operand...
2016-06-27 Jim StichnothSubzero: Make -translate-only work with nonzero -thread...
2016-06-25 Jim StichnothSubzero: Make -asm-verbose local var offsets local.
2016-06-25 Jim StichnothSubzero: Fix x86-64 memory sandboxing.
2016-06-25 Sagar Thakur[Subzero][MIPS32] Implements addEpilog for MIPS32
2016-06-25 Srdjan ObucinaSubzero, MIPS32: Fix FP register table
2016-06-22 Srdjan ObucinaSubzero: Fix Makefile.standalone to enable format with...
2016-06-22 Srdjan ObucinaSubzero, MIPS32: UnimplementedError removed from most...
2016-06-22 Mohit BhakkadSubzero[MIPS32]: Make liveness validation errors easier...
2016-06-22 Mohit BhakkadLowerCall for MIPS32
2016-06-21 Manasij MukherjeeCatch addition patterns for Index in Address Optimization
2016-06-21 Thomas LivelyInserted local redzones.
2016-06-21 Jim StichnothSubzero: Make liveness validation errors easier to...
2016-06-20 Jim StichnothSubzero: Fix frame size for floating-point register...
2016-06-20 Jim StichnothSubzero: Improve lowering of rematerializable call...
2016-06-17 Thomas LivelyInstrumented malloc and free with dummy functions.
2016-06-16 Sagar Thakur[Subzero][MIPS32] Implements lowering of alloca instruction
2016-06-16 Thomas LivelyInstrumented load and store with dummy calls to __asan_...
2016-06-16 Jim StichnothSubzero: Build a better bitcast.
2016-06-15 Thomas LivelyImplemented linking to a dummy ASan runtime
2016-06-15 Jim StichnothSubzero: Design doc: Include regalloc in Om1 pass list.
2016-06-15 Jim StichnothSubzero: Improve register availability peephole for...
2016-06-14 Thomas LivelyFinished small fixups.
2016-06-14 Jim StichnothSubzero: x86-64: Allow immediates in 64-bit instructions.
2016-06-13 Thomas LivelyImplemented global redzones.
2016-06-13 Mohit BhakkadChange LowerArgument in MIPS to use CallingConvention...
2016-06-13 Sagar Thakur[Subzero][MIPS32] Adds prolog instructions for MIPS32
2016-06-13 Mohit BhakkadThis patch provides calling convention class for MIPS...
2016-06-10 Jim StichnothSubzero: Improve effectiveness of local register availa...
2016-06-09 Mohit BhakkadAdding float/double support in CopyToReg
2016-06-07 Thomas LivelyCreated Ice::Instrumentation base class and accompanyin...
2016-06-02 Srdjan ObucinaSubzero, MIPS32: Floating point load/store and format...
2016-06-01 Sagar Thakur[Subzero][MIPS32] Implement icmp operation for i8,...
2016-05-31 Jim StichnothSubzero: Crosstest test_arith properly tests i8/i16.
2016-05-31 Thomas LivelyRemoved an extraneous tab
2016-05-31 Mohit Bhakkad- This patch implements lowerstore for i32, i64 types...
2016-05-30 Sagar Thakur[Subzero][MIPS32] Implement i1 cast operations
2016-05-27 Srdjan ObucinaSubzero, MIPS32: Introduction of floating point registers
2016-05-24 Manasij MukherjeeSubzero: Initial implementation of BB Local CSE
2016-05-24 Sagar ThakurAdded bool folding machinery for MIPS32.
2016-05-18 Srdjan ObucinaSubzero, MIPS32: Implements integer division instructio...
2016-05-17 Srdjan ObucinaSubzero, MIPS32: Implement logical instructions ashr...
2016-05-12 Karl SchimpfRemove compiler warning when building within LLVM trunk.
2016-05-10 Jim StichnothSubzero: Add necessary PNaCl files for standalone build.
2016-05-09 Jim StichnothSubzero: Update for LLVM 3.9 (trunk).
2016-05-09 Sagar Thakur[Subzero][MIPS32] Implement sext, zext and trunc
2016-05-06 Eric HolkSubzero WASM: avoid needless comparisons, add bounds...
2016-05-02 Jim StichnothSubzero: Suppress a warning as a result of an updated...
2016-05-02 Eric HolkSubzero, WASM: stop writing uninitialized data to ...
2016-04-29 Eric HolkSubzero, Wasm: Dynamically reallocate read buffer....
2016-04-27 John PortoSubzero. X86. Uses pshufb for shufflevector lowering.
2016-04-26 John PortoSubzero. X86. Lowers shufflevector using xmm instructions.
2016-04-25 Eric HolkSubzero. Wasm. Implement sbrk and correctly do bounds...
2016-04-25 Sagar Thakur[Subzero][MIPS] Implement conditional branches and...
2016-04-22 Eric HolkSubzero - WASM: Codegen fixes, better test infrastructure
2016-04-22 Jim StichnothSubzero: Provide missing isMemoryWrite() method.
2016-04-21 Jim StichnothSubzero: Fix over-aggressive bool folding.
2016-04-21 John PortoSubzero. Rematerializes shufflevector instructions.
2016-04-21 Jim StichnothSubzero: Fix a warning message in the browser build.
2016-04-21 Jim StichnothSubzero: Fix srem.i8/urem.i8 lowering for x86-64.
2016-04-20 Jim StichnothSubzero: Allow overriding command-line args from the...
2016-04-19 Sean KleinAdded definition of ALLOW_WASM to CMakeLists.
2016-04-18 John PortoSubzero. ARM32. De-scalarizes icmp and fcmp for vectors.
2016-04-18 Eric HolkSubzero, Wasm: Link and run torture tests; bug fixes.
2016-04-18 Jim StichnothSubzero: Allow per-method controls.
2016-04-15 Eric HolkSubzero. WASM. Additional progress.
2016-04-15 John PortoSubzero. ARM32. Implements vector select.
2016-04-14 John PortoSubzero. ARM32. Vector casts.
2016-04-13 John PortoSubzero. ARM32. Vector shifts.
2016-04-11 Karl SchimpfReduce wait times for very large PEXE files.
2016-04-11 Karl SchimpfAdd "vmov.<dt> <Qd>, #<imm>" to integrated ARM assembler.
2016-04-11 John PortoSubzero. ARM32. Fixes Insert/Extract v(8|16)i1 bug.
2016-04-09 Jim StichnothSubzero: Shorten and normalize strings in non-DUMP...
2016-04-09 Jim StichnothSubzero: Improve the -timing output.
2016-04-07 Jim StichnothSubzero: Fix an incorrect StringPool assert.
2016-04-06 Jim StichnothSubzero: Remove a couple clumsy uses of snprintf.
2016-04-06 Jim StichnothSubzero: Dump register numbers as signed quantities.
2016-04-06 Jim StichnothSubzero: Fix -timing-focus .
2016-04-05 Jim StichnothSubzero: Improve non-MINIMAL string performance.
2016-04-05 John PortoSubzero. Refactors Switch Lowering.
2016-04-05 John PortoSubzero. Fixes Browser build.
2016-04-05 Eric HolkInitial Subzero WASM prototype.
2016-04-04 David SehrReplace constant conditional branches by unconditional...
2016-04-04 Jim StichnothSubzero: Fix -timing-funcs and -timing-focus flags.
2016-04-02 Karl SchimpfFix error reporting for parallel parsed function blocks.
2016-04-02 Karl SchimpfSimplify references to command line flags.
2016-04-02 Jim StichnothSubzero: Fix a cleanup error after the IceString remova...
next