OSDN Git Service

Subzero: Replace global pointers to allocation functions
[android-x86/external-swiftshader.git] / tests_lit / llvm2ice_tests / nacl-atomic-intrinsics.ll
2016-08-01 Jim StichnothSubzero: Local variable splitting.
2016-03-08 John PortoSubzero. ARM32. Fix bugs uncovered by scons tests.
2016-02-17 John PortoSubzero. ARM32. Refactors atomic intrinsics lowering.
2016-01-13 David SehrAdd option to force filetype=asm for testing
2015-12-09 John PortoSubzero. ARM32. Show FP lowering some love.
2015-11-09 Karl SchimpfFixes LDR and STR instructions. Two types of mistakes...
2015-11-09 Jim StichnothSubzero: Refactor x86 register representation to active...
2015-10-07 Karl SchimpfMake sure that all globals are internal, except for...
2015-10-06 John PortoSubzero. Enable Atomics in ARM.
2015-09-23 Jim StichnothSubzero: Improve handling of alloca instructions of...
2015-07-15 Jan VoungFactor out legalization of undef, and handle more cases...
2015-06-03 Jim StichnothSubzero: Improve/refactor folding loads into the next...
2015-06-01 Jim StichnothSubzero: Fold the load instruction into the next cast...
2015-03-24 Jim StichnothSubzero: Fix a lowering bug involving xchg and xadd...
2015-03-23 Jim StichnothSubzero: Fix inappropriate use of nullptr.
2015-02-26 Jan VoungMerge latest changes from branch 'master' into merge_36...
2015-02-25 Jim StichnothSubzero: Clean up function header emission.
2015-02-19 Jan VoungSubzero: switch from llvm-objdump to objdump for lit...
2015-02-13 Jan VoungConvert a few lit tests that use "lc2i | llvm-mc |...
2014-11-04 Jim StichnothSubzero: Delete szdiff.py tests and ERRORS tests.
2014-11-01 Jim StichnothSubzero: Switch to AT&T asm syntax. I give up.
2014-10-27 Karl SchimpfAllow conditional lit tests in Subzero, based on build...
2014-09-26 Karl SchimpfRemove broken szdiff tests.
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-22 Jan VoungMake tests stricter after fixing "lock foo" bundling...
2014-08-29 Jan VoungConvert lit tests to check disassembled assembly.
2014-08-13 Jan VoungConvert lit test llvm-mc -arch arguments to full -triple.
2014-07-30 Jan VoungFix bug when atomic load is fused with an arith op...
2014-07-29 Jan VoungAdd a peephole to fuse cmpxchg w/ later cmp+branch.
2014-07-23 Matt WalaAdd -arch=x86 and -filetype=obj to all RUN lines involving
2014-07-22 Matt WalaValidate the assembly code that Subzero generates in...
2014-07-14 Jan VoungSubzero: lower the rest of the atomic operations.
2014-06-25 Jan VoungAdd atomic load/store, fetch_add, fence, and is-lock...