OSDN Git Service

android-x86/external-swiftshader.git
2016-08-16 Thomas LivelySubzero: Replace global pointers to allocation functions
2016-08-13 Mohit BhakkadSubZero: Add return registers for float/double types...
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-08 Jim StichnothSubzero: More documentation for the NACLENV arg passthr...
2016-08-08 Jim StichnothSubzero: Embed the revision string into translated...
2016-08-05 Jim StichnothSubzero: Use Cfg::getOptLevel() instead of ClFlags...
2016-08-05 Jim StichnothSubzero: Use the memset inline threshold for memset.
2016-08-05 Manasij MukherjeeDocumentation for LCSE, LICM, Short-Circuit, Global...
2016-08-04 Manasij MukherjeeAggressive LEA
2016-08-04 Manasij MukherjeeFloat Constant CSE
2016-08-04 Manasij MukherjeeLive Range Splitting after initial Register Allocation
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-04 Jim StichnothSubzero: Fix formatting.
2016-08-03 Thomas LivelySubzero: removed loops from ASan access checking
2016-08-02 Mohit BhakkadSubZero: Adding support for all Reg pairs in getI64Pair...
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-25 Manasij MukherjeeBisection debugging helper script
2016-07-21 Thomas LivelySubzero: small cleanups
2016-07-21 Manasij MukherjeeSelectively invert ICMP operands for better address...
2016-07-21 Sagar Thakur[Subzero][MIPS32] Fix stack offset assignment of spille...
2016-07-21 Thomas LivelySubzero: Instrumented realloc
2016-07-20 Thomas LivelySubzero: Fixed deadlock when _start is first function
2016-07-19 Manasij MukherjeeImprove LoopAnalyzer Interface
2016-07-19 Jim StichnothSubzero: Fix lowering for x86 div/rem instructions.
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-13 Mohit BhakkadSubZero: Correct parenthesis for mem operands with...
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-10 Jim StichnothSubzero: Allow deeper levels of variable splitting.
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 ...
next