OSDN Git Service

android-x86/external-swiftshader.git
2016-01-04 John PortoSubzero. ARM32. Materializes the register table.
2016-01-04 John PortoSubzero. ARM32. Adds an IsGPR attribute to the register...
2016-01-04 John PortoSubzero. Code organization.
2015-12-30 John PortoSubzero. X86. Refactors initRegisterSet.
2015-12-30 John PortoSubzero. Refactoring.
2015-12-28 Reed Kotlermisc cleanup of Compiler::run
2015-12-28 Reed Kotlerdoxygenize IceClFlags.cpp
2015-12-24 John PortoSubzero. X8664. Fixes filetype=asm.
2015-12-22 Reed Kotlercleanup and rename validateAndGenerateBuildAttributes
2015-12-22 John PortoSubzero. x8664. Resurrects the Target.
2015-12-20 Reed Kotlerfix doxygen for IceClFlagsExtra.h
2015-12-18 Karl SchimpfFix minimal build for constant VpushVpopMaxConsecRegs.
2015-12-18 Karl SchimpfAdd VPUSH/VPOP instructions to the ARM32 integrated...
2015-12-18 Karl SchimpfRemove "Adjuststack" instruction opcode.
2015-12-18 Karl Schimpfadd RBIT instruction to the ARM integrated assembler.
2015-12-18 Karl SchimpfAdd mls instruction to the ARM integrated assembler.
2015-12-18 David SehrFix regression in SSE instruction opcodes
2015-12-18 Reed Kotleradd include files from llvm used by subzero into doxygen
2015-12-18 Reed Kotleradd predefines to doxygen
2015-12-18 Reed Kotlercleanup doxygen for IceClFlags.h
2015-12-17 David SehrAdd template parameter for suffix to BinopXmm
2015-12-17 Karl SchimpfAdd trap (an UDF instruction) to the ARM integrated...
2015-12-17 Karl SchimpfAdd various forms of LDREX/STREX to ARM integrated...
2015-12-17 Karl SchimpfAdd CLZ instruction to the ARM integrated assembler.
2015-12-17 John PortoSubzero. Introduces a new LoweringContext::insert(...
2015-12-16 Jim StichnothSubzero: Fix mid-line comments when using -asm-verbose .
2015-12-16 John PortoSubzero. ARM32. Fixes register aliasing bugs.
2015-12-16 John PortoSubzero. ARM32. Introduces explicit register parameter...
2015-12-16 Jim StichnothSubzero: Separate "\t" from "opcode" in asm emission.
2015-12-16 David SehrFuse icmp/fcmp with select
2015-12-15 Reed Kotlerdocument dump
2015-12-15 Jim Stichnothadd todo for ALLOW_LLVM_CL
2015-12-14 Jim Stichnotheliminate code related to --no-ir-gen
2015-12-12 Reed Kotlerfix doxygen for IceBuildDefs.h
2015-12-11 Jim StichnothSubzero: Use "auto" per (unwritten) auto coding style.
2015-12-11 Reed KotlerClean up remnants of direct use of PNACL_BROWSER_TRANSLATOR
2015-12-11 Karl SchimpfAdd some missing encodings in the ARM integrated assembler.
2015-12-11 Karl SchimpfAdd translation of REV in ARM integrated assembler.
2015-12-11 Karl SchimpfAdd the RSC instruction to the ARM integrated assembler.
2015-12-10 Reed Kotlerclean up doxygen comments for main
2015-12-10 Jim StichnothSubzero: Add a proper default for --pnacl-bin-path .
2015-12-09 Karl SchimpfAdd DMB instruction to the ARM integrated assembler.
2015-12-09 John PortoSubzero. ARM32. Show FP lowering some love.
2015-12-09 Jim StichnothSubzero: Improve the Doxygen input filter for TODO...
2015-12-08 Karl SchimpfFix problems with sandboxing and the ARM integrated...
2015-12-08 Karl SchimpfAdd CMN instruction to ARM integrated assembler.
2015-12-08 Karl SchimpfAdd ASR instruction to the ARM integrated assembler.
2015-12-08 Karl SchimpfAdd Sxtb/Sxth instructions to ARM integrated assembler.
2015-12-07 Reed Kotlercleanup main
2015-12-07 Karl SchimpfImplement LSR instructions for the integrated ARM assem...
2015-12-07 Jim StichnothSubzero: Doxygenify TODO comments.
2015-12-05 John PortoSubzero. ARM32. Implements sandboxing.
2015-12-04 Karl SchimpfAdd RSB instruction to the ARM integrated assembler.
2015-12-04 Karl SchimpfAdd missing form of movt to ARM integrated assembler.
2015-12-04 Jim StichnothTurn on anonymous namespaces.
2015-12-04 Karl SchimpfImprove error handling in the ARM integrated assembler.
2015-12-04 John PortoRevert "Subzero. ARM32. Initial sandboxing code."
2015-12-04 John PortoSubzero. ARM32. Initial sandboxing code.
2015-12-03 John PortoSubzero. ARM32. Folding rematerializable offsets in...
2015-12-03 Jim Stichnothfix doxygen brief in subzero header files
2015-12-02 Karl SchimpfClean up use of encode/decode in the ARM integrated...
2015-12-02 Karl SchimpfMore coverage of load/stores in ARM integrated assembler.
2015-12-01 John PortoSubzero. ARM32. Pre-lowers calls to ARM32 Helpers.
2015-12-01 Karl SchimpfClean up implementation reading literal constants.
2015-11-30 Karl SchimpfFix nits from previous CLs.
2015-11-27 Jim StichnothSubzero: Add newlines for bundle lock/unlock textual...
2015-11-26 David Sehr1) Move helper creation to separate method, which also...
2015-11-25 Jim StichnothSubzero: Add "szbuild_spec2k.py --run" option.
2015-11-24 John PortoSubzero. ARM32. Strength reduce multiplications.
2015-11-23 John PortoSubzero. ARM32. Combine allocas.
2015-11-22 Jim StichnothSubzero: Add a makefile config for building with g++.
2015-11-21 David SehrCompute the size of the stack space required to send...
2015-11-20 Karl SchimpfAdd recognizing register-shifted forms in ARM assembler.
2015-11-20 Karl SchimpfAdd MVN (register, immediate) to ARM integrated assembler.
2015-11-20 John PortoSubzero. ARM32. No more SP frobbing.
2015-11-20 John PortoSubzero. Adds a pass for target-specific helper call...
2015-11-20 David SehrFix race condition in jump table list creation
2015-11-19 Karl SchimpfAdd LSL (register, immediate) to ARM integrated assembler.
2015-11-19 John PortoSubzero. ARM32. Removes memory legalization warts.
2015-11-18 Karl SchimpfAdd BL (immediate) and BLX (register) to ARM assembler.
2015-11-18 Jim StichnothMake more visible with doxygen.
2015-11-17 John PortoSubzero. ARM32. Introduces the ShAmtImm Operand.
2015-11-17 Karl SchimpfAdd LDR/LDRB (register) to ARM integrated assembler.
2015-11-17 Jim StichnothSubzero: Improve the "make check-presubmit" target.
2015-11-17 John PortoSubzero. ARM32. Improve constant lowering.
2015-11-17 Jim StichnothSubzero: Fix build warnings/errors under g++.
2015-11-17 Jim StichnothSubzero: Fix a performance regression in the register...
2015-11-17 David SehrReserve space for scalar FP returns in the stack frame
2015-11-17 David SehrMerge fixed alloca stack adjustments into the prolog
2015-11-16 Jim StichnothSubzero: Do some cleanup on the regalloc code.
2015-11-16 Jim StichnothSubzero: Add a "make check-presubmit" target.
2015-11-16 Karl SchimpfFix translation of instruction "move" in ARM integrated...
2015-11-14 David SehrFix MINIMAL=1 build
2015-11-14 David SehrEliminate stack adjustment for float-returning functions
2015-11-13 Jim StichnothSubzero: Find rematerializable variables transitively.
2015-11-13 Jim StichnothSubzero: Use "pxor reg,reg" to load a floating-point...
2015-11-12 David SehrAdd a getTarget method that returns the x86 target...
2015-11-12 Jim StichnothSubzero: Fix a crash in mem operand dumping.
2015-11-12 Jim StichnothSubzero: Add "--verbose=status" option.
2015-11-12 Karl SchimpfFix push/pop emit methods for ARM assembler.
next