OSDN Git Service

Subzero ARM: addProlog/addEpilogue -- share some code with x86.
[android-x86/external-swiftshader.git] / pydir /
2015-05-12 Jan VoungHandle ARM "ret void" and function alignment with prope...
2015-04-21 Jim StichnothSubzero: Auto-detect cmake versus autoconf LLVM build.
2015-03-29 Jim StichnothSubzero: Fix dependency checking to avoid unnecessary...
2015-03-20 Jim StichnothSubzero: Support non-IRT immediate calls with -filetype...
2015-03-18 Jim StichnothSubzero: Fix a bug in cross test generation.
2015-03-10 Jim StichnothSubzero: Run cross tests as a much more configurable...
2015-03-05 Jan VoungUse the installed/downloaded objdump instead of work...
2015-03-04 Jim StichnothSubzero: Run sandboxed cross tests, and do some cleanup.
2015-03-02 Jim StichnothSubzero: Clean up the runtime implementation.
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 Jan VoungOmit textual emitConstPool in MINIMAL build.
2015-02-24 Jim StichnothSubzero: Update tests and build scripts for sandboxing.
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-12 Jim StichnothSubzero: Use -filetype instead of -ias and -elf-writer.
2015-02-12 Jim StichnothSubzero: Emit functions and global initializers in...
2015-02-01 Jim StichnothSubzero: Add a --elf arg to szbuild.py and crosstest.py.
2014-11-14 Jan VoungAdd irt_random to szbuild link line.
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-04 Jim StichnothSubzero: Delete szdiff.py tests and ERRORS tests.
2014-11-03 Jim StichnothSubzero: Allow non-hybrid binaries to be built.
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-29 Karl SchimpfRemove IceConverter when LLVM IR is not allowed.
2014-10-29 Karl SchimpfRemove building llvm2ice.build_atts from Subzero build.
2014-10-27 Karl SchimpfAllow conditional lit tests in Subzero, based on build...
2014-10-15 Jan VoungemitIAS for Shld and Shrd and the ternary and three...
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-09-30 Jim StichnothSubzero: Change the echoing in shellcmd().
2014-09-29 Jim StichnothSubzero: Update link path after recent newlib install...
2014-09-26 Jim StichnothSubzero: Change szbuild.py to prefer Subzero by default.
2014-09-25 Karl SchimpfClean up run script to use for testing Subzero.
2014-09-19 Jan VoungAdjust paths for host_x86_32/bin -> bin and for switch...
2014-09-18 Jim StichnothSubzero: Allow extra args to be passed to llc and Subzero.
2014-09-17 Jim StichnothSubzero: Add a convenience script for Spec2K. Add the...
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-11 Jim StichnothSubzero: Print defaults as appropriate in python script...
2014-09-09 Jim StichnothSubzero: The cross tests should use the actual Subzero...
2014-09-09 Jim StichnothSubzero: Add a script that builds a hybrid Subzero...
2014-09-08 Jim StichnothSubzero: Move python scripts into a common pydir.
2014-09-02 Jim StichnothSubzero: Remove the need for a separate NaCl SDK instal...
2014-06-06 Jan VoungMake py import not assume dir is "pnacl-subzero". Avoid...
2014-05-22 Jim StichnothAdd Om1 lowering with no optimizations.
2014-05-19 Karl SchimpfModify pnacl subzero to be able to read pnacl bitcode...