OSDN Git Service

android-x86/external-swiftshader.git
2014-10-30 Jim StichnothSubzero: Implementation of "advanced Phi lowering".
2014-10-30 Jim StichnothSubzero: Fix broken lit tests.
2014-10-29 Karl SchimpfRemove IceConverter when LLVM IR is not allowed.
2014-10-29 Karl SchimpfRemove building llvm2ice.build_atts from Subzero build.
2014-10-29 Karl SchimpfFix insert/extract element vector operations to check...
2014-10-27 Karl SchimpfAllow conditional lit tests in Subzero, based on build...
2014-10-27 Jim StichnothSubzero: Refactor newline emission for Inst::emit().
2014-10-24 Jim StichnothSubzero: Minor refactoring/additions in preparation...
2014-10-24 Jan VoungFirst pass at emitIAS for branches and binding labels
2014-10-24 Jan VoungSubzero: Adjust expectations now that llvm-mc aligns...
2014-10-23 Jim StichnothSubzero: Improve debugging controls, plus minor refacto...
2014-10-21 Jan VoungFix nacl-atomic-fence-all test to have alignment specif...
2014-10-20 Karl SchimpfFix cross test test_global.
2014-10-20 Karl SchimpfFix handling of relocation names, so that prefix mangli...
2014-10-16 Jan VoungSubzero: Do class definition cleanups for assembler...
2014-10-16 Jan VoungemitIAS for store and indirect calls.
2014-10-15 Jan VoungemitIAS for movsx and movzx.
2014-10-15 Jim StichnothSubzero: Speed up VariablesMetadata initialization.
2014-10-15 Jim StichnothSubzero: Class definition cleanup.
2014-10-15 Jim StichnothSubzero: Register allocator performance improvements...
2014-10-15 Jan VoungemitIAS for Shld and Shrd and the ternary and three...
2014-10-14 Jim StichnothSubzero: Enhance the timer dump format.
2014-10-14 Jim StichnothSubzero: Improve performance of liveness analysis and...
2014-10-13 Jim StichnothSubzero: Translation-time improvements in the register...
2014-10-13 Jan VoungHandle "Mov" which is mov, movss, movsd, and used for...
2014-10-13 Karl SchimpfIntroduce the notion of function addresses in Subzero.
2014-10-13 Jan VoungemitIAS for the couple of blend instructions.
2014-10-09 Jan VoungemitIAS for fld and fstp
2014-10-08 Jan VoungemitIAS for cvtt?.*2.*
2014-10-08 Jim StichnothSubzero: Fix emission of global initializers.
2014-10-08 Karl SchimpfConvert Subzero's bitcode reader to generate ICE types.
2014-10-08 Jim StichnothSubzero: Improve the output with the --timing-focus...
2014-10-08 Jan VoungAdd cross test for vector itofp and fptoi casts.
2014-10-07 Jan VoungemitIAS for push -- simplify push since it's not used...
2014-10-07 Jim StichnothSubzero: Optimize live range overlaps() computation...
2014-10-07 Karl SchimpfIntroduce model of global initializers in Subzero.
2014-10-07 Jim StichnothSubzero: Add a few performance measurement tools.
2014-10-06 Jan VoungemitIAS for icmp, and test, movss-reg, movq, movups...
2014-10-04 Jim StichnothSubzero: Optimize a common live range overlap calculation.
2014-10-04 Jan VoungHandle GPR and vector shift ops. Handle pmull also.
2014-10-02 Jim StichnothSubzero: Improve regalloc performance by optimizing...
2014-10-01 Jim StichnothSubzero: Remove LLVM_DELETED_FUNCTION.
2014-10-01 Jim StichnothSubzero: Auto-awesome iterators.
2014-10-01 Jim StichnothSubzero: Move to C++11 static_assert().
2014-10-01 Jim StichnothSubzero: Allow builds with assertions disabled.
2014-10-01 Jim StichnothSubzero: Change llvm::OwningPtr to C++11's std::unique_ptr.
2014-09-30 Jim StichnothSubzero: Rewrite the pass timing infrastructure.
2014-09-30 Jim StichnothSubzero: Change the echoing in shellcmd().
2014-09-30 Jan VoungHandle imul, pcmpeq, pcmpgt.
2014-09-29 Jan VoungChange some explicit type checks into using helper...
2014-09-29 Jim StichnothSubzero: Update link path after recent newlib install...
2014-09-29 Jim StichnothSubzero: Fix emission of 16-bit immediates.
2014-09-27 Jim StichnothSubzero: Build both Debug and Release version of llvm2ice.
2014-09-26 Jan VoungHandle add, adc, etc., mfence, div, idiv, mul in the...
2014-09-26 Jim StichnothSubzero: Change szbuild.py to prefer Subzero by default.
2014-09-26 Jim StichnothSubzero: Use 'override' as appropriate for C++11.
2014-09-26 Karl SchimpfRemove broken szdiff tests.
2014-09-26 Karl SchimpfFix undef test to use Subzero's bitcode reader.
2014-09-26 Jim StichnothSubzero: Enable the C++11 build.
2014-09-25 Karl SchimpfFix bug in Subzero bitcode reader for insertelement...
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...
next