OSDN Git Service

Fix lowering ARM shift by zero as a move.
[android-x86/external-swiftshader.git] / tests_lit /
2017-02-13 Nicolas CapensOptimize floating-point minimum/maximum operations.
2017-02-10 Jaydeep Patil[SubZero] Generate spin-lock for atomic load store
2017-01-26 Jaydeep Patil[SubZero] Fix code generation of AtomicCmpxchg
2017-01-17 Nicolas CapensAlways align the stack to the fixed alloca requirements.
2017-01-11 Stefan MaksimovicSubzero, MIPS32: Atomic intrinsics fixes
2017-01-11 Jaydeep Patil[SubZero] Fix code generation issues occurred in Cross...
2016-11-28 Jaydeep Patil[SubZero] Fix size of arguments on stack
2016-11-18 Sagar Thakur[Subzero][MIPS] Implements atomic intrinsics for MIPS32
2016-11-07 Jaydeep Patil[SubZero] Utilize instructions with immediate operands
2016-11-02 Stefan MaksimovicSubzero, MIPS32: Stacksave/Stackrestore implementation
2016-11-02 Jaydeep Patil[SubZero] Fix code generation for vector type
2016-10-31 Stefan MaksimovicThis patch enables running a couple more of lit tests...
2016-10-28 Jaydeep Patil[SubZero] Generate relocations for MIPS
2016-10-28 Stefan MaksimovicSubzero, MIPS32: Remove --skip-unimplemented from lit...
2016-10-26 Jaydeep Patil[SubZero] Fix f64 to/from i64 moves
2016-10-18 Sagar Thakur[Subzero][MIPS32] Account for variable alloca alignment...
2016-10-17 Jaydeep Patil[SubZero] Implement Fcmp, ICmp, Cast and Select for...
2016-10-17 Jaydeep Patil[SubZero] Handle relocatable constants for MIPS
2016-10-16 Sagar Thakur[Subzero][MIPS32] Fix alloca alignment and offset for...
2016-10-16 Jaydeep Patil[SubZero] Legalize load, store for MIPS post lower
2016-10-12 Sagar Thakur[Subzero][MIPS32] Implement bitcast operation for both...
2016-10-06 Jim StichnothSubzero: Fix "make -f Makefile.standalone check-lit...
2016-10-05 Stefan MaksimovicSubzero, MIPS32: Fix conditional mov instructions
2016-10-03 Jim StichnothSubzero: Remove --skip-unimplemented from ARM lit tests.
2016-10-03 Jaydeep Patil[SubZero] Vector types support for MIPS
2016-09-29 Sagar Thakur[Subzero][MIPS] Implement conditional branches with...
2016-09-29 Sagar Thakur[Subzero][MIPS] Add RUN command line with -Om1 in test...
2016-09-28 Srdjan ObucinaSubzero, MIPS32: SRAV instruction encoding
2016-09-28 Sagar Thakur[Subzero][MIPS] Implement 64-bit integer compare operations
2016-09-27 Srdjan ObucinaSubzero, MIPS32: Intrinsic call Bswap for i16, i32...
2016-09-27 Srdjan ObucinaSubzero, MIPS32: Intrinsic calls Ctlz and Cttz for i64
2016-09-27 Srdjan ObucinaSubzero, MIPS32: Filling missing bits from genTargetHel...
2016-09-25 Srdjan ObucinaSubzero, MIPS32: lowerSelect for i64
2016-09-23 Sagar Thakur[Subzero][MIPS32] Implements 64-bit shl, lshr, ashr...
2016-09-23 Srdjan ObucinaSubzero, MIPS32: Intrinsic call Cttz for i32
2016-09-22 Srdjan ObucinaSubzero, MIPS32: Intrinsic call Ctlz for i32
2016-09-21 Jaydeep Patil[SubZero] Fix floating-point comparison for MIPS
2016-09-20 Srdjan ObucinaSubzero, MIPS32: Intrinsic call Trap
2016-09-20 Srdjan ObucinaSubzero, MIPS32: Encoding of FP comparison instructions
2016-09-20 Jaydeep Patil[SubZero] lower float and double constants for MIPS
2016-09-20 Srdjan ObucinaSubzero, MIPS32: lowerUnreachable
2016-09-19 Jaydeep Patil[SubZero] Use DIV instruction instead of TargetHelperCall
2016-09-18 Srdjan ObucinaSubzero, MIPS32: Floating point support in ELF output
2016-09-18 Srdjan ObucinaSubzero, MIPS32: nacl-other-intrinsics-mips merged...
2016-09-16 Srdjan ObucinaSubzero, MIPS32: Randomly insert NOP
2016-09-14 Sagar Thakur[Subzero][MIPS] Fix test nacl-other-intrinsics.ll
2016-09-14 Srdjan ObucinaSubzero, MIPS32: lowerSelect for i1, i8, i16, i32,...
2016-09-14 Jaydeep Patil[SubZero] Implement GP to/from FP moves for MIPS
2016-09-13 Jaydeep Patil[SubZero] Implement address optimization for MIPS
2016-09-13 Srdjan ObucinaSubzero, MIPS32: Floating point comparison
2016-09-11 Srdjan ObucinaSubzero, MIPS32: Handling fptrunc and fpext casting
2016-09-10 Srdjan ObucinaSubzero, MIPS32: Intrinsic calls for ABS.fmt and SQRT.fmt
2016-09-09 Srdjan ObucinaSubzero, MIPS32: Introduction of genTargetHelperCallFor
2016-09-04 Jaydeep Patil[SubZero] Implement load and store for MIPS
2016-09-02 Nicolas CapensMerge "Implement ICE_CACHELINE_BOUNDARY for Visual...
2016-08-31 Jaydeep Patil[SubZero] Implement lowerSwitch for MIPS
2016-08-29 Jaydeep Patil[SubZero] Generate ELF output for MIPS
2016-08-26 Jaydeep PatilDelete unconditional branch to the next node.
2016-08-19 Thomas LivelySubzero: Added address of bad instruction to error...
2016-08-18 Thomas LivelySubzero: Replace pointers to allocation functions in...
2016-08-16 Thomas LivelySubzero: Replace pointers to allocation functions in...
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,...
next