OSDN Git Service

android-x86/external-swiftshader.git
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.
2015-03-04 Jim StichnothSubzero: Run sandboxed cross tests, and do some cleanup.
2015-03-03 Jan VoungIgnore NaCl st_blksize of 0 and buffer writes to raw_fd...
2015-03-03 Jim StichnothSubzero: Fix a register allocation issue for "advanced...
2015-03-02 Jan VoungSubzero makefile changes for linking a static llvm2ice...
2015-03-02 Jim StichnothSubzero: Clean up the runtime implementation.
2015-02-26 Jan Voungllvm-readobj no longer prints section data for .bss...
2015-02-26 Jan VoungMerge latest changes from branch 'master' into merge_36...
2015-02-26 Jim StichnothSubzero: Change the name llvm2ice to the more appropria...
2015-02-25 Jim StichnothSubzero: Clean up function header emission.
2015-02-25 Jan VoungGet text align in elf writer from the target asm method...
2015-02-25 Jan VoungOmit textual emitConstPool in MINIMAL build.
2015-02-24 Jim StichnothSubzero: Improve class definition hygiene.
2015-02-24 Jim StichnothSubzero: Fix a warning (promoted to an error) under...
2015-02-24 Jan VoungHandle ffunction-sections w/ filetype=obj.
2015-02-24 Jim StichnothSubzero: Update tests and build scripts for sandboxing.
2015-02-20 Jim StichnothSubzero: Translate the unreachable bitcode directly...
2015-02-20 Jim StichnothSubzero: Add sandboxing for x86-32.
2015-02-19 Jan VoungSubzero: switch from llvm-objdump to objdump for lit...
2015-02-13 Karl SchimpfFix Makefile for toolchain_build_pnacl.py.
2015-02-13 Jim StichnothSubzero: Make threads=2 and filetype=obj the testing...
2015-02-13 Jan VoungConvert a few lit tests that use "lc2i | llvm-mc |...
2015-02-13 Jim StichnothSubzero: Honor the Internal flag when filetype=asm.
2015-02-13 Jim StichnothSubzero: Generate a web page showing llvm2ice size...
2015-02-12 Jim StichnothSubzero: Use -filetype instead of -ias and -elf-writer.
2015-02-12 Jim StichnothSubzero: Emit functions and global initializers in...
2015-02-10 Karl SchimpfFix PNaCl bitcode reader to release global variables...
2015-02-09 Karl SchimpfAdds accessor methods to class ClFlags.
2015-02-06 Jan VoungConvert a few getName() methods to return a const strin...
2015-02-05 Karl SchimpfAllow stubbing of called constant addresses using comma...
2015-02-04 Jan VoungChanges to rebase Subzero to LLVM 223109 APIs.
2015-02-04 Jan VoungAdd comment for the forked Dart revision for the assemb...
2015-02-03 Jim StichnothSubzero: Fix unittest build dependencies.
2015-02-03 Jan VoungTrack protos + globals w/out initializers as undef...
2015-02-03 Jan VoungSubzero: Fix some -Winconsistent-missing-override that...
2015-02-03 Jim StichnothSubzero: Manage each Cfg as a std::unique_ptr<Cfg>.
2015-02-01 Jan VoungTrack undefined sym in the symtab. Remove hack for...
2015-02-01 Jim StichnothSubzero: Add a --elf arg to szbuild.py and crosstest.py.
2015-01-31 Jim StichnothSubzero: Fix stats collection and output for multithrea...
2015-01-31 JF BastienFix subzero Windows build
2015-01-30 Jim StichnothSubzero: Fix timers for multithreaded translation.
2015-01-30 Jim StichnothSubzero: Minor Makefile fix.
2015-01-29 Jan VoungWrite out global initializers and data rel directly...
2015-01-28 JF BastienWork around GCC bug in constexpr to attributes
2015-01-28 JF BastienAdd missing period
2015-01-28 JF BastienFix missing header include
2015-01-28 Karl SchimpfRemove unnecessary fields in top-level parser of Subzero.
2015-01-28 Jim StichnothAdd a missing #include, to fix the Windows build.
2015-01-28 Jim StichnothAdd -pedantic to Makefile.standalone to match production.
2015-01-27 JF BastienFix pedantic build warnings;
2015-01-27 Jim StichnothSubzero: Use a "known" version of clang-format.
2015-01-27 Jim StichnothSubzero: Initial implementation of multithreaded transl...
2015-01-26 Jim StichnothSubzero: Second attempt at fixing MacOS 10.6 build.
2015-01-25 Jan VoungMake use of BSS more explicit in global initializers...
2015-01-23 Jim StichnothSubzero: Make thread_local work under MacOS 10.6.
2015-01-22 JF BastienFix build warnings
2015-01-22 Karl SchimpfFix the PNaCl translator to lock the dump stream when...
2015-01-20 Jim StichnothSubzero: Remove the GlobalContext::GlobalDeclarations...
2015-01-20 Jim StichnothSubzero: Add locking to prepare for multithreaded trans...
2015-01-20 Karl SchimpfAdd instruction alignment tests to unit tests.
2015-01-15 Jim StichnothSubzero: Remove the IceV_RegManager enum value.
2015-01-13 Jan VoungStart writing out some relocation sections (text).
2015-01-12 Jim StichnothSubzero: Use SmallVector<> instead of vector<> in a...
2015-01-12 Jim StichnothSubzero: Update the lowering documentation.
2015-01-09 Jan VoungMake fixups reference any constant (allow const float...
2015-01-09 Karl SchimpfAdd ability to test parsing of bitcode records in Subzero.
2015-01-09 Jan VoungSubzero: Write float/double constant pools directly...
2015-01-09 Jim StichnothSubzero: Clean up a few areas.
2015-01-09 Jan VoungRemove isPooled virtual method from IceOperand.
2015-01-09 Jim StichnothSubzero: Use the CfgLocalAllocator for more vector...
next