OSDN Git Service

android-x86/external-swiftshader.git
2015-06-22 Karl SchimpfAllow pnacl-sz to be compiled to textual bitcode records.
2015-06-22 Jim StichnothSubzero: Fix "make -f Makefile.standalone MINIMAL=1...
2015-06-22 John PortoSubzero. Fixes memory leaks.
2015-06-22 Jim StichnothSubzero: Apply commutativity to the RMW optimization.
2015-06-22 Jim StichnothSubzero: Use C++11 member initializers where practical.
2015-06-22 Qining LuAdd constant blinding/pooling option for X8632 code...
2015-06-18 Jan VoungARM: Assign "actuals" at call site to the appropriate...
2015-06-18 Jim StichnothSubzero: Add more kinds of RMW lowering.
2015-06-18 Jim StichnothSubzero: Correct the cross test's diagnostic message...
2015-06-18 Jim StichnothSubzero: Transform suitable Load/Arith/Store sequences...
2015-06-17 John PortoFix a bug that would cause subzero to fail when --threa...
2015-06-17 Jan VoungSet up crosstest to run simple loop in Om1 on ARM.
2015-06-16 Jan VoungAdd a basic enum for ARM InstructionSet / cpu features.
2015-06-15 Jan VoungMove lowerGlobal() from target-specific code to emitGlo...
2015-06-15 John PortoRemoves const qualification for two methods in TargetDa...
2015-06-12 Jan VoungBuild ARM SZ runtime files. Use le32-nacl-objcopy in...
2015-06-12 Jim StichnothSubzero: Strength-reduce mul by certain constants.
2015-06-12 Jim StichnothSubzero: Fix compilation error in MINIMAL=1 or NOASSERT...
2015-06-11 Jan VoungEmit ARM build-attributes in the file scope (as header).
2015-06-11 John PortoUnittest fixes.
2015-06-11 Jim StichnothFirst patch for Mips subzero compiler
2015-06-11 Jim StichnothSubzero: Fix lit and cross tests broken in f8b4cc8.
2015-06-11 John PortoFixes a bug in that caused IceAssembler to use Allocato...
2015-06-10 John PortoRenames the assembler* files.
2015-06-10 John PortoSubzero: Basic Block Profiler.
2015-06-08 Karl SchimpfClean up unit munging unit tests using common NaCl...
2015-06-05 John PortoMerge branch 'master' of https://chromium.googlesource...
2015-06-05 John PortoSubzero: adding jpp@chromium.org to OWNERS.
2015-06-05 John PortoSubzero: adding jpp@chromium.org to OWNERS.
2015-06-05 Jan VoungSubzero ARM32: Lower shift and zext, sext, and trunc.
2015-06-04 Jim StichnothSubzero: Legalize FP constants directly into memory...
2015-06-04 Jan VoungUse report_fatal_error before destroying input object...
2015-06-03 Jim StichnothSubzero: Improve/refactor folding loads into the next...
2015-06-03 Jim StichnothSubzero: Change pnacl_newlib ==> pnacl_newlib_raw in...
2015-06-02 Jan VoungSubzero ARM: lowerLoad and lowerStore.
2015-06-01 Jim StichnothSubzero: Changes needed for LLVM 3.7 integration.
2015-06-01 Jim StichnothSubzero: Remove a compile-time warning.
2015-06-01 Jan VoungSubzero ARM: addProlog/addEpilogue -- share some code...
2015-06-01 Jim StichnothSubzero: Fold the load instruction into the next cast...
2015-05-27 Jan VoungUse ldr for movs out of stack slots (instead of mov...
2015-05-27 Jim StichnothSubzero: More asm-verbose fixes.
2015-05-27 Jan VoungRemove the FrameSizeLocals field which appears to be...
2015-05-26 Jim StichnothSubzero: Fix/improve -asm-verbose output.
2015-05-26 Jan VoungSubzero ARM: lower alloca instruction.
2015-05-22 Jan VoungSubzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall.
2015-05-22 Jim StichnothSubzero: Use setcc for most fcmp conditions, instead...
2015-05-19 Jan VoungLower a few basic ARM binops for i{8,16,32,64}.
2015-05-19 Jim StichnothSubzero: Use cmov to improve lowering for the select...
2015-05-18 Jan VoungSubzero ARM: lowerArguments (GPR), basic legalize(...
2015-05-17 Jim StichnothSubzero: Fold icmp into br/select lowering.
2015-05-16 Jan VoungChange a build-attribute REQUIRES check to use supporte...
2015-05-14 Jan VoungConvert Constant->emit() definitions to allow multiple...
2015-05-12 Jan VoungHandle ARM "ret void" and function alignment with prope...
2015-05-12 Karl SchimpfUpdate subzero bitcode parser to use new API for bitstr...
2015-05-07 Jim StichnothSubzero: Simplify the icmp i64 lowering.
2015-05-04 Jim StichnothSubzero: Use a setcc sequence for better icmp lowering.
2015-04-30 Karl SchimpfFix instruction unit tests to use new editing constants.
2015-04-30 Jan VoungRename AssemblerX86 to AssemblerX8632 so it works with...
2015-04-30 Jim StichnothSubzero: Also dump live-end info for stack vars under...
2015-04-29 Jim StichnothSubzero: Produce actually correct code in --asm-verbose...
2015-04-28 Jim StichnothSubzero: Fix asm (non-ELF) output files.
2015-04-22 Karl SchimpfFirst attempt to capture parser/translation errors...
2015-04-22 Jan VoungAdd a basic TargetARM32 skeleton which knows nothing.
2015-04-21 Jim StichnothSubzero: Improve "make check-unit" execution.
2015-04-21 Jim StichnothSubzero: Auto-detect cmake versus autoconf LLVM build.
2015-04-16 Karl SchimpfFix locking for printing error messages.
2015-04-16 Karl SchimpfRevert "Fix locking for printing error messages."
2015-04-16 Karl SchimpfRevert "Revert "Adjust Subzero CMAKE=1 build to also...
2015-04-16 Karl SchimpfRevert "Adjust Subzero CMAKE=1 build to also use libc...
2015-04-16 Karl SchimpfFix locking for printing error messages.
2015-04-10 Jan VoungAdjust Subzero CMAKE=1 build to also use libc++ (like...
2015-04-09 Jim StichnothSubzero: Use a "deterministic" random shuffle for regis...
2015-04-09 Jim StichnothSubzero: Deterministically sort constant pool entries.
2015-04-07 Jim StichnothSubzero: Fix the standalone build to work with the...
2015-04-06 Mircea TrofinRemoving 3 gcc warnings:
2015-03-31 Jan VoungAdd argv[0] before parsing commandline flags.
2015-03-30 Jim StichnothSubzero: Fix the cmake build.
2015-03-29 Jim StichnothSubzero: Fix dependency checking to avoid unnecessary...
2015-03-27 Jan VoungRefactor Subzero initialization and add a browser callb...
2015-03-24 Jim StichnothSubzero: Fix a lowering bug involving xchg and xadd...
2015-03-24 Jan VoungMake compile without ICE_THREAD_LOCAL_HACK (avoid ...
2015-03-23 Jim StichnothSubzero: Don't use key SSE instructions on potentially...
2015-03-23 Jim StichnothSubzero: Prune unreachable nodes after constructing...
2015-03-23 Jim StichnothSubzero: Fix inappropriate use of nullptr.
2015-03-20 Jan VoungMove some flag-like props from GlobalContext and Target...
2015-03-20 Jim StichnothSubzero: Fix lowering of the fabs() intrinsic.
2015-03-20 Jim StichnothSubzero: Support non-IRT immediate calls with -filetype...
2015-03-19 Jim StichnothSubzero: Fix floating-point constant pooling.
2015-03-19 Jim StichnothSubzero: Add fabs intrinsic support.
2015-03-19 Jan VoungAssemble calls to constant addresses.
2015-03-18 Jim StichnothSubzero: Support non sequentially consistent memory...
2015-03-18 Jim StichnothSubzero: Fix a bug in cross test generation.
2015-03-13 Jim StichnothSubzero: Add a separate check-xtest target to Makefile...
2015-03-12 Karl SchimpfApply LLVM clean ups for errors when bitcode parsing.
2015-03-10 Jim StichnothSubzero: Enable a cmake build.
2015-03-10 Jim StichnothSubzero: Run cross tests as a much more configurable...
2015-03-06 Jan VoungSubzero: Switch file reading to be based on a DataStrea...
2015-03-05 Jan VoungUse the installed/downloaded objdump instead of work...
2015-03-04 Karl SchimpfFix subzero translator to use new API for reporting...
2015-03-04 Jim StichnothSubzero: Rerun clang-format after LLVM 3.6 merge.
next