OSDN Git Service

android-x86/external-swiftshader.git
2016-03-31 Karl SchimpfForce sequential parsing when threads=0.
2016-03-31 Jim StichnothSubzero: Ignore variables with no actual uses.
2016-03-31 Jim StichnothSubzero: Refine the memory usage report with -szstats .
2016-03-31 Karl SchimpfAllow Subzero to parse function blocks in parallel.
2016-03-30 Jim StichnothSubzero: Fix a bug in advanced phi lowering.
2016-03-29 Jim StichnothSubzero: Remove IceString.
2016-03-25 Karl SchimpfFix Subzero binary instruction to allow optional flags...
2016-03-24 John PortoSubzero. Fixes valgrind errors.
2016-03-21 Jim StichnothSubzero: Fix the broken "make presubmit-lite".
2016-03-21 Jim StichnothSubzero: Add presubmit-lite target.
2016-03-21 John PortoSubzero. Flags refactoring.
2016-03-17 David SehrAdd malloc/new profiling on linux
2016-03-17 Karl SchimpfCache common constants before lowering.
2016-03-16 John PortoSuzero. Refactors dependencies in Makefile.standalone.
2016-03-15 Jim StichnothSubzero: Shorten global prefixes in non-DUMP build.
2016-03-15 John PortoSubzero. Uses unique_ptrs in the emit queue.
2016-03-15 John PortoSubzero. Allocate global initializers from a dedicated...
2016-03-14 Jim StichnothSubzero: Control whether deleted instructions are retained.
2016-03-12 Jim StichnothSubzero: Allow Makefile.standalone to build for a singl...
2016-03-12 Jim StichnothSubzero: Fix the Makefile for the LLVM build.
2016-03-11 Jim StichnothSubzero: Improve the use of timers.
2016-03-11 Jim StichnothSubzero: Improve the behavior of resizing vectors.
2016-03-11 Jim StichnothSubzero: 'make presubmit' checks for certain prerequisites.
2016-03-11 Sean KleinPNaCl Dynamic Linking: Force __pnacl_pso_root to be...
2016-03-10 John PortoSubzero. X8664. No moar ::new for AutoBundle.
2016-03-10 Jim StichnothRe-fix build errors from upgrading to clang 3.9 .
2016-03-09 Sean KleinEliminate all uses of 'le32-nacl-objcopy'.
2016-03-09 Jim StichnothSubzero: Tweaks to reduce malloc use.
2016-03-09 Sean KleinAllow subzero tests to pass without le32-nacl-objdump.
2016-03-09 Jim StichnothSubzero: Fix build errors from upgrading to clang 3.9 .
2016-03-09 Jim StichnothSubzero: Control memory growth from local label fixups.
2016-03-08 Karl SchimpfFix timing of parseFunctions.
2016-03-08 John PortoSubzero. ARM32. Fix bugs uncovered by scons tests.
2016-03-07 Jim StichnothSubzero: Fix "make presubmit" for spec -Om1.
2016-03-07 Jim StichnothSubzero: Fix symbol name mangling. Make flags global.
2016-03-07 Jim StichnothSubzero: Count lookups of each constant value in the...
2016-03-02 John PortoSubzero. ARM32. Fixes bugs uncovered by the llvm test...
2016-03-01 John PortoSubzero. ARM32. Fixes bugs uncovered by the gcc torture...
2016-03-01 Jim StichnothSubzero: Print constant pool info with --szstats.
2016-03-01 John PortoSubzero. ARM32. Reverts cl 1687553002.
2016-03-01 Jim StichnothSubzero: Reduce copying of Liveness bitvectors.
2016-03-01 Sean KleinFix clang warning "has virtual functions but non-virtua...
2016-02-29 Jim StichnothSubzero: Fix JumpTable lowering on x86-64.
2016-02-29 Jim StichnothSubzero: Add "-verbose init" to control global initiali...
2016-02-29 Jim StichnothSubzero: Build sandboxed translators for the browser.
2016-02-29 Jim StichnothRevert "Force __pnacl_pso_root to be an external declar...
2016-02-27 Jim StichnothSubzero: Print memory usage info when dumping.
2016-02-26 Sean KleinForce __pnacl_pso_root to be an external declaration.
2016-02-26 John PortoSubzero. Fix CfgLocalAllocator bug.
2016-02-26 John PortoSubzero. Moar performance tweaks.
2016-02-25 Jim StichnothSubzero: Fix ODR errors in the g++ build.
2016-02-25 Jim StichnothSubzero: Provide "make sb" target for sandboxed pnacl-sz.
2016-02-24 John PortoSubzero. Performance tweaks.
2016-02-24 Jim StichnothSubzero: Add missing bits to MIPS implementation.
2016-02-24 Reed KotlerSubzero: Basic unconditional branch for Mips.
2016-02-20 Reed KotlerSubzero: implement 64 bit multiply in mips32
2016-02-18 John PortoSubzero. ARM32. Enable hwdiv-arm crosstests.
2016-02-17 Eric HolkSubzero. ARM32. Enable more crosstests.
2016-02-17 Eric HolkARM32 vector lowering: fabs, scalarize remaining arithm...
2016-02-17 Eric HolkARM32 Vector lowering - scalarize select
2016-02-17 John PortoSubzero. Removes X8664_STACK_HACK from the crosstests.
2016-02-17 Karl SchimpfAdd fabs(<4 x float>) to the integrated ARM assembler.
2016-02-17 Reed KotlerThis would eliminate a lot of repetitive coding in...
2016-02-17 John PortoSubzero. ARM32. Refactors atomic intrinsics lowering.
2016-02-16 Jim StichnothSubzero: Set the correct target arch in the browser...
2016-02-16 Reed KotlerSubzero: Avoid explicit references to RegNumT sentinel...
2016-02-11 Karl SchimpfAdd move vector to the integrated ARM assembler.
2016-02-10 John PortoSubzero. ARM32. Nonsfi.
2016-02-10 Karl SchimpfFix missing register class.
2016-02-10 Karl SchimpfAdd insert/extract element to the integrated ARM assembler.
2016-02-10 Eric HolkARM32 vector ops - scalarize icmp, fcmp and cast.
2016-02-10 Jim StichnothSubzero: Use a proper RegNumT type instead of int32_t...
2016-02-10 Karl SchimpfFix bug in arith.ll (ARM) tests.
2016-02-10 Eric HolkARM32 vector division lowering.
2016-02-10 Jim StichnothSubzero: Fix trailing whitespace errors.
2016-02-09 Karl SchimpfChange ARM calls into indirect calls.
2016-02-09 Karl SchimpfAdd NOP to ARM IR lowering.
2016-02-09 Karl SchimpfFix ARM assembler to pop registers in reverse order...
2016-02-08 Eric HolkSubzero: ARM32: lowering of vector insert and extract.
2016-02-07 Jim StichnothSubzero: Clean up some uses of *_cast<>.
2016-02-05 Jim StichnothSubzero: Fix a mul lowering error.
2016-02-05 Jim StichnothSubzero: Improve an error message.
2016-02-05 Jim StichnothSubzero: Cleanup Inst==>Instr.
2016-02-05 Karl SchimpfClean up assembling MOV instructions in the integrated...
2016-02-04 Karl SchimpfFix vector load/stores in the ARM assembler.
2016-02-04 John PortoSubzero. Uses fixups to calculate addend to relocations.
2016-02-04 John PortoSubzero. X86. Fixes bundle lock/unlock.
2016-02-04 John PortoSubzero. Adds symbolic references to RelocInitializer.
2016-02-03 Reed KotlerFollowing the newer convention enhances readability...
2016-02-03 Karl SchimpfAdd VMUL vector instructions to the integrated ARM...
2016-02-03 Karl SchimpfAdd vector VEOR instruction to the integrated ARM assem...
2016-02-02 John PortoSubzero. Enables moar complex relocation offsets.
2016-02-02 Karl SchimpfFix nits from CL https://codereview.chromium.org/166163...
2016-02-02 Karl SchimpfAdd FABS intrinsic to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VORR instruction to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VAND to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VSUB vector instruction to the integrated ARM assem...
2016-02-02 Karl SchimpfFix skip_unimplemented for filetype=obj in ARM.
2016-02-02 Jim StichnothSubzero: Improve x86-32's implementation of getGprForTy...
2016-02-02 Reed KotlerSubzero: Mips: Lower some i64 arithmetic instructions.
next