OSDN Git Service

android-x86/external-swiftshader.git
2014-09-25 Jim StichnothSubzero: Automatically infer regalloc preferences and...
2014-09-25 Karl SchimpfClean up run script to use for testing Subzero.
2014-09-24 Jan VoungHandle "inplace" ops and unary ops w/ assembler
2014-09-23 Jan VoungHandle a few more instructions in assembler (cmov,...
2014-09-23 Jan VoungAdd initial integrated assembler w/ some Xmm ops.
2014-09-22 Jim StichnothSubzero: Refactor tracking of Defs and block-local...
2014-09-22 Jan VoungMake tests stricter after fixing "lock foo" bundling...
2014-09-22 Karl SchimpfTest generation of global initializers in Subzero bitco...
2014-09-20 Jim StichnothSubzero: Change the way bitcast stack slot lowering...
2014-09-19 Jan VoungAdjust paths for host_x86_32/bin -> bin and for switch...
2014-09-19 Karl SchimpfAdd call instructions to Subzero's bitcode reader.
2014-09-19 Jan VoungLift register and condition code enums out into their...
2014-09-18 Jim StichnothSubzero: Allow extra args to be passed to llc and Subzero.
2014-09-18 Jim StichnothSubzero: Add branch optimization.
2014-09-17 Karl SchimpfAdd switch instruction to Subzero bitcode reader.
2014-09-17 Jim StichnothSubzero: Add a convenience script for Spec2K. Add the...
2014-09-17 Karl SchimpfAdd forward instruction declaration to Subzero bitcode...
2014-09-17 Jim StichnothSubzero: Use ccache for building, if available.
2014-09-17 Jim StichnothSubzero: Add rudimentary statistics on generated code.
2014-09-16 Jan VoungSplit ConstantInteger into ConstantInteger32 and Consta...
2014-09-16 Karl SchimpfAdd unreachable instruction to Subzero.
2014-09-16 Jim StichnothSubzero: Make python clean up after itself by removing...
2014-09-16 Jim StichnothSubzero: Make the szbuild.py script more automatic.
2014-09-16 Jim StichnothSubzero: Refactor Operand::dump().
2014-09-15 Karl SchimpfFix makefile to use chrome clang to compile, so we...
2014-09-15 Jim StichnothSubzero: Fix incorrect address mode inference involving...
2014-09-12 Jim StichnothSubzero: Always be sure x87 FP stack is emptied after...
2014-09-12 Jan VoungSwitch to llvm::findFirstSet instead of ffs since mingw...
2014-09-12 Karl SchimpfAllow ability to name unnamed global addresses in Subzero.
2014-09-12 Jan VoungMark setjmp as "returns twice" and turn off SimpleCoale...
2014-09-11 Karl SchimpfAdd phi instruction to Subzero bitcode reader.
2014-09-11 Jim StichnothSubzero: Print defaults as appropriate in python script...
2014-09-11 Karl SchimpfFix symbol table handling in functions.
2014-09-10 Karl SchimpfFix bug introduced by CL 561883002.
2014-09-10 Karl SchimpfAdd load and store instructions to Subzero bitcode...
2014-09-10 Jim StichnothSubzero: Fix Phi lowering.
2014-09-09 Jan VoungList Subzero's local optlevel flags after LLVM's cxxfla...
2014-09-09 Jim StichnothSubzero: The cross tests should use the actual Subzero...
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.
next