OSDN Git Service

Subzero: Replace global pointers to allocation functions
[android-x86/external-swiftshader.git] / tests_lit /
2016-08-16 Thomas LivelySubzero: Replace global pointers to allocation functions
2016-08-11 Thomas LivelySubzero: Elide redundant access checks within basic...
2016-08-10 Thomas LivelySubzero: Added ASan quarantine for recently freed objects
2016-08-09 Thomas LivelySubzero: Implemented codegen for poisoning and unpoison...
2016-08-04 Thomas LivelySubzero: Improved quality of ASan error messages
2016-08-04 Jim StichnothSubzero: Fix sign issues for inlined memset lowering.
2016-08-01 Manasij MukherjeeEnable Local CSE by default
2016-08-01 Jim StichnothSubzero: Local variable splitting.
2016-07-27 Thomas LivelySubzero: Removed unnecessary global access checks
2016-07-26 Thomas LivelySubzero: Elide checks of known valid accesses of locals
2016-07-21 Thomas LivelySubzero: small cleanups
2016-07-21 Manasij MukherjeeSelectively invert ICMP operands for better address...
2016-07-21 Thomas LivelySubzero: Instrumented realloc
2016-07-20 Thomas LivelySubzero: Fixed deadlock when _start is first function
2016-07-14 Sagar Thakur[Subzero][MIPS32] Implement post lower legalizer for...
2016-07-14 Thomas Livelyimplemented wrapper script to replace calls to calloc()
2016-07-13 Thomas LivelyUpdates in preparation of wrapper script
2016-07-12 Manasij MukherjeeLoop Invariant Code Motion
2016-07-12 Sagar Thakur[Subzero][MIPS32] Implements variable alloca for MIPS32
2016-07-12 Srdjan ObucinaSubzero, MIPS32: Handling floating point instructions...
2016-07-07 Thomas LivelyBlacklisted instrumenting _Balloc.
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 Thomas LivelyAdded tests for bug detection on locals
2016-06-27 Manasij MukherjeeShort Circuit Evaluation
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-22 Mohit BhakkadLowerCall for MIPS32
2016-06-21 Thomas LivelyInserted local redzones.
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-13 Thomas LivelyImplemented global redzones.
2016-06-13 Sagar Thakur[Subzero][MIPS32] Adds prolog instructions for MIPS32
2016-06-01 Sagar Thakur[Subzero][MIPS32] Implement icmp operation for i8,...
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-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-09 Sagar Thakur[Subzero][MIPS32] Implement sext, zext and trunc
2016-04-26 John PortoSubzero. X86. Lowers shufflevector using xmm instructions.
2016-04-21 Jim StichnothSubzero: Fix over-aggressive bool folding.
2016-04-21 Jim StichnothSubzero: Fix srem.i8/urem.i8 lowering for x86-64.
2016-04-18 John PortoSubzero. ARM32. De-scalarizes icmp and fcmp for vectors.
2016-04-18 Jim StichnothSubzero: Allow per-method controls.
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 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-04 David SehrReplace constant conditional branches by unconditional...
2016-04-02 Karl SchimpfFix error reporting for parallel parsed function blocks.
2016-03-31 Karl SchimpfAllow Subzero to parse function blocks in parallel.
2016-03-25 Karl SchimpfFix Subzero binary instruction to allow optional flags...
2016-03-11 Sean KleinPNaCl Dynamic Linking: Force __pnacl_pso_root to be...
2016-03-09 Sean KleinAllow subzero tests to pass without le32-nacl-objdump.
2016-03-08 John PortoSubzero. ARM32. Fix bugs uncovered by scons tests.
2016-03-02 John PortoSubzero. ARM32. Fixes bugs uncovered by the llvm test...
2016-03-01 John PortoSubzero. ARM32. Fixes bugs uncovered by the gcc torture...
2016-03-01 John PortoSubzero. ARM32. Reverts cl 1687553002.
2016-02-29 Jim StichnothSubzero: Fix JumpTable lowering on x86-64.
2016-02-29 Jim StichnothSubzero: Add "-verbose init" to control global initiali...
2016-02-24 Reed KotlerSubzero: Basic unconditional branch for Mips.
2016-02-20 Reed KotlerSubzero: implement 64 bit multiply in mips32
2016-02-17 Eric HolkARM32 vector lowering: fabs, scalarize remaining arithm...
2016-02-17 Eric HolkARM32 Vector lowering - scalarize select
2016-02-17 Karl SchimpfAdd fabs(<4 x float>) to the integrated ARM assembler.
2016-02-17 John PortoSubzero. ARM32. Refactors atomic intrinsics lowering.
2016-02-11 Karl SchimpfAdd move vector to the integrated ARM assembler.
2016-02-10 John PortoSubzero. ARM32. Nonsfi.
2016-02-10 Karl SchimpfFix missing register class.
2016-02-10 Karl SchimpfAdd insert/extract element to the integrated ARM assembler.
2016-02-10 Eric HolkARM32 vector ops - scalarize icmp, fcmp and cast.
2016-02-10 Karl SchimpfFix bug in arith.ll (ARM) tests.
2016-02-10 Eric HolkARM32 vector division lowering.
2016-02-10 Jim StichnothSubzero: Fix trailing whitespace errors.
2016-02-09 Karl SchimpfChange ARM calls into indirect calls.
2016-02-09 Karl SchimpfAdd NOP to ARM IR lowering.
2016-02-09 Karl SchimpfFix ARM assembler to pop registers in reverse order...
2016-02-08 Eric HolkSubzero: ARM32: lowering of vector insert and extract.
2016-02-05 Jim StichnothSubzero: Fix a mul lowering error.
2016-02-04 Karl SchimpfFix vector load/stores in the ARM assembler.
2016-02-03 Karl SchimpfAdd VMUL vector instructions to the integrated ARM...
2016-02-03 Karl SchimpfAdd vector VEOR instruction to the integrated ARM assem...
2016-02-02 John PortoSubzero. Enables moar complex relocation offsets.
2016-02-02 Karl SchimpfAdd FABS intrinsic to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VORR instruction to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VAND to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VSUB vector instruction to the integrated ARM assem...
2016-02-02 Reed KotlerSubzero: Mips: Lower some i64 arithmetic instructions.
2016-02-01 Karl SchimpfImplements the vector add instructions in the integrate...
2016-02-01 Karl SchimpfFix nits in committed CL's for the integrated ARM assem...
2016-01-29 Karl SchimpfAdd the trap instruction to the integrated ARM assembler.
2016-01-29 Karl SchimpfAdd VSQRT instruction to the integrated ARM assembler.
next