OSDN Git Service

android-x86/external-swiftshader.git
2016-01-20 Jim StichnothSubzero: Change the szbuild.py --force default.
2016-01-20 John PortoSubzero. X8664. Fix broken call sequence.
2016-01-20 John PortoSubzero. ARM32 RegTable. Adds missing headers.
2016-01-20 John PortoSubzero. ARM32. Fixes infinite loop during address...
2016-01-20 David SehrMerge lowerCall and lowerRet between x86 and x64
2016-01-19 Jim StichnothSubzero: Remove unneeded ScratchRegs.
2016-01-19 Jim StichnothSubzero: Improve the usability of UnimplementedError...
2016-01-19 John PortoSubzero. ARM32. Fixes vpush/vpop bug.
2016-01-15 John PortoSubzero. RAII NaCl Bundling.
2016-01-15 Karl SchimpfImplements include/exclude register lists for translation.
2016-01-15 Jim StichnothSubzero: Make optimizations more resilient for early...
2016-01-15 Karl SchimpfMake RegARM32 a namespace rather than a class.
2016-01-15 Karl SchimpfFix bitcode parser to check type signatures of functions.
2016-01-14 John PortoSuzero. X8664. NaCl Sandboxing.
2016-01-13 David SehrAdd option to force filetype=asm for testing
2016-01-13 Jim StichnothSubzero: Fix -build-atts option.
2016-01-13 Jim StichnothSubzero: Fix g++ warnings.
2016-01-11 Sean KleinBetter error message for running szbuild.py out of...
2016-01-11 Karl SchimpfAdd VCMP{s,sz,d,dz} Instructions to ARM integrated...
2016-01-11 Karl SchimpfRefactor PUSH/POP in ARM assemblers.
2016-01-11 John PortoSubzero. ARM32. Adds header to auto-generated register...
2016-01-11 Jim StichnothFix g++ linking error.
2016-01-10 Jim StichnothFix the g++ build.
2016-01-10 Reed Kotleradd scripts to doxygen for subzero
2016-01-08 Karl SchimpfAdd vcvt<c>.f32.f64 and vcvt<c>.f64.32 to ARM.
2016-01-08 Reed Kotlermake sure there is always a build directory to put...
2016-01-07 Karl SchimpfAdd VMULS and VMULD instructions to integrated ARM...
2016-01-07 Karl SchimpfAdd VDIVS and VDIVD instructions to the integrated...
2016-01-07 Karl SchimpfAdd VSUB{S,D} instructions to the integrated ARM assembler.
2016-01-07 Reed KotlerMove Doxyfile files to docs and associated makefile...
2016-01-07 Karl SchimpfAdd VADD instruction to the ARM integrated assembler.
2016-01-07 Reed Kotlermove .rst to docs
2016-01-06 Jim StichnothSubzero: Enable Non-SFI vector cross tests.
2016-01-04 Jim StichnothSubzero: Add Non-SFI support for x86-32.
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...
next