OSDN Git Service
(root)
/
android-x86
/
external-swiftshader.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
android-x86/external-swiftshader.git
2016-01-11
Karl Schimpf
Add VCMP{s,sz,d,dz} Instructions to ARM integrated...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-11
Karl Schimpf
Refactor PUSH/POP in ARM assemblers.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-11
John Porto
Subzero. ARM32. Adds header to auto-generated register...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-11
Jim Stichnoth
Fix g++ linking error.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-10
Jim Stichnoth
Fix the g++ build.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-10
Reed Kotler
add scripts to doxygen for subzero
commit
|
commitdiff
|
tree
|
snapshot
2016-01-08
Karl Schimpf
Add vcvt<c>.f32.f64 and vcvt<c>.f64.32 to ARM.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-08
Reed Kotler
make sure there is always a build directory to put...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-07
Karl Schimpf
Add VMULS and VMULD instructions to integrated ARM...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-07
Karl Schimpf
Add VDIVS and VDIVD instructions to the integrated...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-07
Karl Schimpf
Add VSUB{S,D} instructions to the integrated ARM assembler.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-07
Reed Kotler
Move Doxyfile files to docs and associated makefile...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-07
Karl Schimpf
Add VADD instruction to the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-07
Reed Kotler
move .rst to docs
commit
|
commitdiff
|
tree
|
snapshot
2016-01-06
Jim Stichnoth
Subzero: Enable Non-SFI vector cross tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-04
Jim Stichnoth
Subzero: Add Non-SFI support for x86-32.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-04
John Porto
Subzero. ARM32. Materializes the register table.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-04
John Porto
Subzero. ARM32. Adds an IsGPR attribute to the register...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-04
John Porto
Subzero. Code organization.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-30
John Porto
Subzero. X86. Refactors initRegisterSet.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-30
John Porto
Subzero. Refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Reed Kotler
misc cleanup of Compiler::run
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Reed Kotler
doxygenize IceClFlags.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
John Porto
Subzero. X8664. Fixes filetype=asm.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Reed Kotler
cleanup and rename validateAndGenerateBuildAttributes
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
John Porto
Subzero. x8664. Resurrects the Target.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-20
Reed Kotler
fix doxygen for IceClFlagsExtra.h
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
Karl Schimpf
Fix minimal build for constant VpushVpopMaxConsecRegs.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
Karl Schimpf
Add VPUSH/VPOP instructions to the ARM32 integrated...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
Karl Schimpf
Remove "Adjuststack" instruction opcode.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
Karl Schimpf
add RBIT instruction to the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
Karl Schimpf
Add mls instruction to the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
David Sehr
Fix regression in SSE instruction opcodes
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
Reed Kotler
add include files from llvm used by subzero into doxygen
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
Reed Kotler
add predefines to doxygen
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
Reed Kotler
cleanup doxygen for IceClFlags.h
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
David Sehr
Add template parameter for suffix to BinopXmm
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
Karl Schimpf
Add trap (an UDF instruction) to the ARM integrated...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
Karl Schimpf
Add various forms of LDREX/STREX to ARM integrated...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
Karl Schimpf
Add CLZ instruction to the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
John Porto
Subzero. Introduces a new LoweringContext::insert(...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
Jim Stichnoth
Subzero: Fix mid-line comments when using -asm-verbose .
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
John Porto
Subzero. ARM32. Fixes register aliasing bugs.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
John Porto
Subzero. ARM32. Introduces explicit register parameter...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
Jim Stichnoth
Subzero: Separate "\t" from "opcode" in asm emission.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
David Sehr
Fuse icmp/fcmp with select
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
Reed Kotler
document dump
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
Jim Stichnoth
add todo for ALLOW_LLVM_CL
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Jim Stichnoth
eliminate code related to --no-ir-gen
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Reed Kotler
fix doxygen for IceBuildDefs.h
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Jim Stichnoth
Subzero: Use "auto" per (unwritten) auto coding style.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Reed Kotler
Clean up remnants of direct use of PNACL_BROWSER_TRANSLATOR
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Karl Schimpf
Add some missing encodings in the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Karl Schimpf
Add translation of REV in ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Karl Schimpf
Add the RSC instruction to the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-10
Reed Kotler
clean up doxygen comments for main
commit
|
commitdiff
|
tree
|
snapshot
2015-12-10
Jim Stichnoth
Subzero: Add a proper default for --pnacl-bin-path .
commit
|
commitdiff
|
tree
|
snapshot
2015-12-09
Karl Schimpf
Add DMB instruction to the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-09
John Porto
Subzero. ARM32. Show FP lowering some love.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-09
Jim Stichnoth
Subzero: Improve the Doxygen input filter for TODO...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-08
Karl Schimpf
Fix problems with sandboxing and the ARM integrated...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-08
Karl Schimpf
Add CMN instruction to ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-08
Karl Schimpf
Add ASR instruction to the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-08
Karl Schimpf
Add Sxtb/Sxth instructions to ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-07
Reed Kotler
cleanup main
commit
|
commitdiff
|
tree
|
snapshot
2015-12-07
Karl Schimpf
Implement LSR instructions for the integrated ARM assem...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-07
Jim Stichnoth
Subzero: Doxygenify TODO comments.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-05
John Porto
Subzero. ARM32. Implements sandboxing.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-04
Karl Schimpf
Add RSB instruction to the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-04
Karl Schimpf
Add missing form of movt to ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-04
Jim Stichnoth
Turn on anonymous namespaces.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-04
Karl Schimpf
Improve error handling in the ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-04
John Porto
Revert "Subzero. ARM32. Initial sandboxing code."
commit
|
commitdiff
|
tree
|
snapshot
2015-12-04
John Porto
Subzero. ARM32. Initial sandboxing code.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-03
John Porto
Subzero. ARM32. Folding rematerializable offsets in...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-03
Jim Stichnoth
fix doxygen brief in subzero header files
commit
|
commitdiff
|
tree
|
snapshot
2015-12-02
Karl Schimpf
Clean up use of encode/decode in the ARM integrated...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-02
Karl Schimpf
More coverage of load/stores in ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-01
John Porto
Subzero. ARM32. Pre-lowers calls to ARM32 Helpers.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-01
Karl Schimpf
Clean up implementation reading literal constants.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-30
Karl Schimpf
Fix nits from previous CLs.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-27
Jim Stichnoth
Subzero: Add newlines for bundle lock/unlock textual...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-26
David Sehr
1) Move helper creation to separate method, which also...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-25
Jim Stichnoth
Subzero: Add "szbuild_spec2k.py --run" option.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-24
John Porto
Subzero. ARM32. Strength reduce multiplications.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-23
John Porto
Subzero. ARM32. Combine allocas.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-22
Jim Stichnoth
Subzero: Add a makefile config for building with g++.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-21
David Sehr
Compute the size of the stack space required to send...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Karl Schimpf
Add recognizing register-shifted forms in ARM assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Karl Schimpf
Add MVN (register, immediate) to ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
John Porto
Subzero. ARM32. No more SP frobbing.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
John Porto
Subzero. Adds a pass for target-specific helper call...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
David Sehr
Fix race condition in jump table list creation
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Karl Schimpf
Add LSL (register, immediate) to ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
John Porto
Subzero. ARM32. Removes memory legalization warts.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Karl Schimpf
Add BL (immediate) and BLX (register) to ARM assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Jim Stichnoth
Make more visible with doxygen.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
John Porto
Subzero. ARM32. Introduces the ShAmtImm Operand.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Karl Schimpf
Add LDR/LDRB (register) to ARM integrated assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Jim Stichnoth
Subzero: Improve the "make check-presubmit" target.
commit
|
commitdiff
|
tree
|
snapshot
next