OSDN Git Service

Subzero ARM: addProlog/addEpilogue -- share some code with x86.
[android-x86/external-swiftshader.git] / tests_lit /
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-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-12 Jan VoungHandle ARM "ret void" and function alignment with prope...
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-22 Jan VoungAdd a basic TargetARM32 skeleton which knows nothing.
2015-04-21 Jim StichnothSubzero: Auto-detect cmake versus autoconf LLVM build.
2015-04-09 Jim StichnothSubzero: Use a "deterministic" random shuffle for regis...
2015-04-09 Jim StichnothSubzero: Deterministically sort constant pool entries.
2015-03-24 Jim StichnothSubzero: Fix a lowering bug involving xchg and xadd...
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 Jim StichnothSubzero: Fix lowering of the fabs() intrinsic.
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-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: Run sandboxed cross tests, and do some cleanup.
2015-03-03 Jim StichnothSubzero: Fix a register allocation issue for "advanced...
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 VoungOmit textual emitConstPool in MINIMAL build.
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 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-12 Jim StichnothSubzero: Use -filetype instead of -ias and -elf-writer.
2015-02-12 Jim StichnothSubzero: Emit functions and global initializers in...
2015-02-03 Jan VoungTrack protos + globals w/out initializers as undef...
2015-02-01 Jan VoungTrack undefined sym in the symtab. Remove hack for...
2015-01-29 Jan VoungWrite out global initializers and data rel directly...
2015-01-27 Jim StichnothSubzero: Initial implementation of multithreaded transl...
2015-01-25 Jan VoungMake use of BSS more explicit in global initializers...
2015-01-13 Jan VoungStart writing out some relocation sections (text).
2015-01-09 Jan VoungSubzero: Write float/double constant pools directly...
2014-12-19 Jim StichnothSubzero: Randomize register assignment.
2014-12-10 Karl SchimpfReduce one layer of decoding for binary operations...
2014-12-04 Jim StichnothSubzero: Add llvm-readobj to lit.cfg.
2014-12-02 Jan VoungSubzero: Add basic ELFObjectWriter (text section, symta...
2014-12-01 Karl SchimpfCreate local config file for subzero reader tests.
2014-11-24 Jim StichnothSubzero: Fix new issues after the LLVM 3.5 merge.
2014-11-20 Jim StichnothSubzero: Simplify the constant pools.
2014-11-17 Karl SchimpfTurn off dump/emit routines when building minimal subzero.
2014-11-14 Jim StichnothSubzero: Use the linear-scan register allocator for...
2014-11-14 Jim StichnothSubzero: Auto-set -build-on-read=0 for .ll input files.
2014-11-06 Karl SchimpfDisable Subzero IR generation for performance testing.
2014-11-06 Jan VoungRearrange emit vs emitIAS. Wait till function is done...
2014-11-04 Jim StichnothSubzero: Delete szdiff.py tests and ERRORS tests.
2014-11-04 Jim StichnothSubzero: Implement switch lowering for i64.
2014-11-03 Jim StichnothSubzero: Support multiple fixups in one instruction.
2014-11-01 Jim StichnothSubzero: Switch to AT&T asm syntax. I give up.
2014-10-30 Jim StichnothSubzero: Implementation of "advanced Phi lowering".
2014-10-30 Jim StichnothSubzero: Fix broken lit tests.
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-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 handling of relocation names, so that prefix mangli...
2014-10-16 Jan VoungemitIAS for store and indirect calls.
2014-10-15 Jan VoungemitIAS for movsx and movzx.
2014-10-15 Jan VoungemitIAS for Shld and Shrd and the ternary and three...
2014-10-14 Jim StichnothSubzero: Improve performance of liveness analysis and...
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 Jim StichnothSubzero: Fix emission of global initializers.
2014-10-08 Jan VoungAdd cross test for vector itofp and fptoi casts.
2014-10-07 Karl SchimpfIntroduce model of global initializers in Subzero.
2014-10-06 Jan VoungemitIAS for icmp, and test, movss-reg, movq, movups...
2014-10-04 Jan VoungHandle GPR and vector shift ops. Handle pmull also.
2014-09-30 Jan VoungHandle imul, pcmpeq, pcmpgt.
2014-09-29 Jim StichnothSubzero: Fix emission of 16-bit immediates.
2014-09-26 Jan VoungHandle add, adc, etc., mfence, div, idiv, mul in the...
2014-09-26 Karl SchimpfRemove broken szdiff tests.
2014-09-26 Karl SchimpfFix undef test to use Subzero's bitcode reader.
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.
next