OSDN Git Service

android-x86/external-swiftshader.git
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.
2015-11-11 Karl SchimpfImplement UXTB and UXTH in the ARM integerated assembler.
2015-11-11 Karl SchimpfFix frame pointer loads/stores in the ARM integrated...
2015-11-11 David SehrCombine allocas
2015-11-11 Karl SchimpfHandle another form of MOVW in ARM integrated assembler.
2015-11-11 John PortoSubzero. ARM32. New bool folding.
2015-11-11 Karl SchimpfFix line spacing for push instructions in ARM assembly.
2015-11-11 David SehrImprove bool folding
2015-11-10 Jim StichnothSubzero: For filetype=asm, don't print a blank line...
2015-11-10 Karl SchimpfAdd POP instruction to ARM integrated assembler.
2015-11-10 Jim StichnothSubzero: Add "szbuild.py --no-sz" arg for suppressing...
2015-11-10 Reed KotlerDo some small cleanup in IceTLS.h and add some markup...
2015-11-09 John PortoSubzero. ARM32. Address mode formation.
2015-11-09 Karl SchimpfAdd UMULL to ARM integrated assembler.
2015-11-09 Karl SchimpfFixes LDR and STR instructions. Two types of mistakes...
2015-11-09 Jim StichnothSubzero: Refactor x86 register representation to active...
2015-11-09 Jim StichnothSubzero: Fix a bug in advanced phi lowering.
2015-11-09 Jim StichnothSubzero: Recognize single-block loops during loop depth...
2015-11-06 David SehrSort allocas, compute frame pointer in Cfg pass
2015-11-06 Karl SchimpfAdd the PUSH instruction to ARM integrated assembler.
2015-11-06 Karl SchimpfFix textual emission of label instructions in ARM assem...
2015-11-06 Reed KotlerLower a few basic MIPS binops for i{8,16,32,64}.
2015-11-05 Karl SchimpfAdd MLA instruction to ARM integerated assembler.
2015-11-05 Karl SchimpfFix ARM emit() methods to count instructions generated.
2015-11-05 Jim StichnothSubzero: Refactor some common TargetLowering initializa...
2015-11-04 Karl SchimpfAdd TST(register, immediate) to ARM32 integrated assembler.
2015-11-04 David SehrMatch index adds as well as base
next