OSDN Git Service

android-x86/external-swiftshader.git
2014-09-09 Karl SchimpfAdd alloca instruction to Subzero bitcode reader.
2014-09-09 Jim StichnothSubzero: Add a script that builds a hybrid Subzero...
2014-09-09 Jim StichnothSubzero: Make sure alloca with align=0 is handled corre...
2014-09-08 Karl SchimpfAdd constants block to PNaCl bitcode reader.
2014-09-08 Jim StichnothSubzero: Move python scripts into a common pydir.
2014-09-08 Jim StichnothSubzero: Be more strict about i1 calculations.
2014-09-08 Jim StichnothSubzero: Use cvttss2si and similar instead of cvtss2si...
2014-09-05 Karl SchimpfAdd branch instructions to Subzero bitcode reader.
2014-09-05 Karl SchimpfAdd icmp and fcmp instructions to Subzero bitcode reader.
2014-09-04 Jim StichnothSubzero: Fix sext/zext lowering with i1 source operands.
2014-09-04 Karl SchimpfAdd select instruction to Subzero bitcode reader.
2014-09-04 Jim StichnothSubzero: Work around another llvm-mc parser bug for...
2014-09-04 Jim StichnothSubzero: Make sure register preferences obey register...
2014-09-03 Jim StichnothSubzero: Render constants in dump() to be more like...
2014-09-03 Karl SchimpfAdd vector insert/extract instructions to Subzero bitco...
2014-09-02 Jim StichnothSubzero: Rename -external to -externalize to match...
2014-09-02 Jim StichnothSubzero: Remove the need for a separate NaCl SDK instal...
2014-09-02 Karl SchimpfAdd cast instructions to subzero's pnacl bitcode transl...
2014-08-29 Jan VoungConvert lit tests to check disassembled assembly.
2014-08-28 Jan VoungAlign function starts to target-specific bundle alignment.
2014-08-28 Jan VoungAdd pnacl-freeze to the tests_lit/lit.cfg. Also, unsign...
2014-08-27 Karl SchimpfStart processing function blocks.
2014-08-27 Jim StichnothSubzero: Fix address mode optimization involving phi...
2014-08-27 Jim StichnothSubzero: Fix the link command for Trusty.
2014-08-27 Jim StichnothSubzero: Fix some legalization issues involving immediates.
2014-08-26 Jim StichnothSubzero: Add a check-lit target for faster smoke testing.
2014-08-26 Jim StichnothSubzero: Fixes for Hello World and bisection debugging.
2014-08-26 Jim StichnothRevert "COmmit"
2014-08-26 Jim StichnothCOmmit
2014-08-18 Jim StichnothSubzero: Fix the simple register allocation for -Om1.
2014-08-15 Matt WalaSubzero: Randomly insert nops.
2014-08-15 Matt WalaSubzero: Start a list of SIMD improvement ideas.
2014-08-14 Matt WalaSubzero: Align spill locations to natural alignment.
2014-08-14 Jan VoungEmit .local before .comm for bss to make llvm-mc happy.
2014-08-13 Jan VoungConvert lit test llvm-mc -arch arguments to full -triple.
2014-08-12 Matt WalaSubzero: Factor our commonalities between mov-like...
2014-08-12 Matt WalaSubzero: Align the stack at the point of function calls.
2014-08-12 Matt WalaSubzero: address mode opt: Transform *(reg+const) into...
2014-08-12 Matt WalaSubzero: Fix a debugging string in the test_icmp crosstest.
2014-08-08 Matt WalaSubzero: Add a random number generator.
2014-08-08 Jim StichnothSubzero: Add the "llvm2ice -ffunction-sections" argument.
2014-08-08 Matt WalaSubzero: Make InstX8632Cbwdq a UnaryOp.
2014-08-07 Matt WalaSubzero: Use scalar arithmetic when no vector instructi...
2014-08-07 Jim StichnothSubzero: A few fixes toward running larger programs.
2014-08-05 Jim StichnothSubzero: Fix and clean up some cross tests.
2014-07-31 Matt WalaSubzero: Fix some issues related to legalization and...
2014-07-30 Jim StichnothSubzero: Fix a signed/unsigned warning reported on...
2014-07-30 Jim StichnothSubzero: Try to fix warnings and errors in the Windows...
2014-07-30 Jan VoungAdd dtor to InstX8632Lockable.
2014-07-30 Matt WalaSubzero: Add support for SSE4.1 instructions.
2014-07-30 Jan VoungFix bug when atomic load is fused with an arith op...
2014-07-30 Derek SchuffRemove extra semicolon after method definition
2014-07-29 Jan VoungAdd a peephole to fuse cmpxchg w/ later cmp+branch.
2014-07-28 Jan VoungA couple of fixes for using Makefile.standalone on...
2014-07-28 Jim StichnothSubzero: Make Ice::Ostream a typedef for llvm::raw_ostream.
2014-07-25 Matt WalaUse movss to implement insertelement when elements...
2014-07-24 Matt WalaLower the fcmp instruction for <4 x float> operands.
2014-07-24 Matt WalaLower the select instruction when the operands are...
2014-07-24 Matt WalaFix a counter in the test_global crosstest.
2014-07-24 Jim StichnothSubzero: Fix a regalloc eviction bug.
2014-07-23 Matt WalaLower icmp operations between vector values.
2014-07-23 Jim StichnothAdd llvm-mc to the set of commands lit knows about.
2014-07-23 Matt WalaAdd -arch=x86 and -filetype=obj to all RUN lines involving
2014-07-22 Matt WalaFix legalization of source operand to bsr and bsf.
2014-07-22 Matt WalaValidate the assembly code that Subzero generates in...
2014-07-22 Matt WalaFactor out common vector crosstesting code.
2014-07-21 Jan VoungUse lowerCast instead of inlined _movzx, to get legaliz...
2014-07-18 Matt WalaFix array index in test initialization.
2014-07-18 Jan VoungLower stacksave and restore intrinsics.
2014-07-18 Jan VoungLower byte swap intrinsic.
2014-07-18 Matt WalaLower insertelement and extractelement.
2014-07-17 Matt WalaLower the rest of the vector arithmetic operations.
2014-07-16 Matt WalaLower casting operations that involve vector types.
2014-07-16 Jan VoungLower bitmanip intrinsics, assuming absence of BMI...
2014-07-15 Matt WalaVarious improvements related to legalization code.
2014-07-15 Matt WalaFix floating point vector frem lowering.
2014-07-14 Jan VoungRemove memcpy test workaround for name mangling substit...
2014-07-14 Jan VoungSubzero: lower the rest of the atomic operations.
2014-07-11 Matt WalaLower vector floating point arithmetic operations.
2014-07-11 Jim StichnothSubzero: Fix the name mangling code's base-36 increment.
2014-07-11 Jim StichnothSubzero: Deal with substitutions in the primitive reman...
2014-07-11 Karl SchimpfClean up exit status and globals procecessing in llvm2ice.
2014-07-10 Jim StichnothSubzero: Fix a regalloc bug involving too-aggressive...
2014-07-09 Jim StichnothSubzero: Add "make format-diff" target.
2014-07-09 Matt WalaAdd support for passing and returning vectors in accord...
2014-07-09 Jan VoungAdd scalar lowering for sqrt intrinsic.
2014-07-09 Jan VoungAvoid assigning esp (or ebp for framepointer-using...
2014-07-08 Jim StichnothSubzero: Temporary fix for build error.
2014-07-07 Matt WalaAdd support for vector types.
2014-07-07 Karl SchimpfUpdate Subzero to start parsing PNaCl bitcode files.
2014-06-29 Jim StichnothSubzero: Partial implementation of global initializers.
2014-06-27 Karl SchimpfRefactor llvm2ice so that Ice can be built while readin...
2014-06-26 Jim StichnothSubzero: Add 'not' to the list of LLVM commands in...
2014-06-25 Jan VoungAdd atomic load/store, fetch_add, fence, and is-lock...
2014-06-24 Jan VoungBitcast of 64-bit immediates may need to split the...
2014-06-18 Jan VoungAdd a few Subzero intrinsics (not the atomic ones yet).
2014-06-18 Jan VoungAdd ss/sd suffix to InstX8632Store and legalize FP...
2014-06-18 Matt WalaUse GlobalContext::getConstantZero() to get zero valued...
2014-06-18 Matt WalaAdd support for undef values in ICE IR. Undef values...
2014-06-18 Jan VoungChange some tests to be valid PNaCl IR (parameter type...
next