OSDN Git Service

android-x86/external-swiftshader.git
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
2015-11-04 John PortoSubzero. ARM32. Implements bool folding.
2015-11-04 Karl SchimpfFix base register for stack variables in ARM integrated...
2015-11-04 Karl SchimpfAdd workaround to allow testing of ARM integrated assem...
2015-11-02 Karl SchimpfAdd BIC(register) and BIC(immediate) to ARM integrated...
2015-11-02 Jim StichnothSubzero: Add a "make check-spec" target.
2015-10-31 Jim StichnothSubzero: Force ebp-based frame when an alloca has a...
2015-10-30 Karl SchimpfAdd MOV (register) to ARM integrated assembler.
2015-10-30 Karl SchimpfFix more movw/movt ARM integrated assembler tests.
2015-10-30 Karl SchimpfAdd CMP(register) and CMP(Immediate) to ARM integerated...
2015-10-30 Karl SchimpfAdd UDIV to ARM integrated assembler.
2015-10-30 Jim StichnothSubzero: Add a missing absolute path to llvm-mc command.
2015-10-30 Karl SchimpfAdd SDIV to ARM integrated assembler.
2015-10-30 Karl SchimpfDon't allow hybrid assembler unless filetype=iasm.
2015-10-30 Jim StichnothSubzero: Use explicit paths to PNaCl tools invoked...
2015-10-30 Karl SchimpfAdd EOR(register) and EOR(immediate) to ARM integrated...
2015-10-30 Karl SchimpfAdd orr (register) and orr (immediate) to ARM integrate...
2015-10-30 Karl SchimpfAdd new form of ldr/str (immediate) to ARM integrated...
2015-10-30 Karl SchimpfAdd mul instruction to ARM integrated assembler.
2015-10-29 Karl SchimpfAdd AND(register) and AND(immediate) to ARM integrated...
2015-10-29 Karl SchimpfHandle MOV (immediate) and MOVT to load ARM global...
2015-10-29 Karl SchimpfAdd Sbc(register) and Sbc(immediate) to integrated...
2015-10-28 Jim StichnothSets the stage for enabling the use of the 8-bit high...
2015-10-28 John PortoSubzero. ARM32. Implements the Availability Optimization.
2015-10-27 David SehrEnhance address mode recovery
2015-10-27 Karl SchimpfAdd instruction 'adc (register)' to ARM integrated...
2015-10-27 Karl SchimpfFix ARM integrated assembler to be able to compile...
2015-10-27 Karl SchimpfAdd ADC (immediate) instruction to ARM integrated assem...
2015-10-27 Karl SchimpfHandle branch relative to pc in ARM integrated assembler.
2015-10-23 Karl SchimpfGenerate block labels in the ARM hybrid assembler.
2015-10-22 Karl SchimpfAdd hybrid assembler concept to ARM assembler.
2015-10-21 Jim StichnothImplements simple returns and call args for Mips.
2015-10-17 Karl Schimpfemit add/sub registers instructions in integrated ARM...
2015-10-16 Jim StichnothSubzero: Fix MINIMAL build issues.
2015-10-16 David SehrMerge compares and branches
2015-10-16 Jim StichnothSubzero: Add -allow-extern as an alias for --allow...
2015-10-16 John PortoSubzero. Misc ARM32 bugfixes.
2015-10-16 Karl SchimpfHandle stack spills in ARM integrated assembler.
2015-10-15 Jim StichnothSubzero: Various fixes in preparation for x86-32 regist...
2015-10-15 David SehrOptimize 64-bit compares with zero
2015-10-14 Karl SchimpfAdd "sub immediate" instruction to the ARM integrated...
2015-10-13 Karl SchimpfAdd "add immediate" instruction to the ARM integrated...
2015-10-13 Karl SchimpfFix emission of move immediate for ARM integrated assem...
2015-10-12 Jim StichnothSubzero: Consider all instruction variables for registe...
2015-10-09 Jim StichnothSubzero: Implement "second-chance bin-packing" for...
next