OSDN Git Service

Subzero: Replace global pointers to allocation functions
[android-x86/external-swiftshader.git] / tests_lit / parse_errs /
2016-04-02 Karl SchimpfFix error reporting for parallel parsed function blocks.
2016-03-31 Karl SchimpfAllow Subzero to parse function blocks in parallel.
2016-02-10 Jim StichnothSubzero: Fix trailing whitespace errors.
2016-01-15 Karl SchimpfFix bitcode parser to check type signatures of functions.
2015-12-14 Jim Stichnotheliminate code related to --no-ir-gen
2015-10-07 Karl SchimpfMake sure that all globals are internal, except for...
2015-09-30 Karl SchimpfAdd check to verify alignment on global variables.
2015-09-28 Karl SchimpfCheck that address is i32 for indirect calls.
2015-09-22 Karl SchimpfFix code checking arguments to an intrinsic call.
2015-09-22 Karl SchimpfRequire that the module symbol table can't appear after...
2015-09-22 Karl SchimpfFix pnacl-sz to not accept files containing multiple...
2015-09-21 Karl SchimpfCheck that element type correct in vector insert element.
2015-09-18 Karl SchimpfFix call instructions to check parameter types for...
2015-09-17 Karl SchimpfDon't allow multiple symbol tables in the module block.
2015-09-16 Karl SchimpfCheck that symbol names in symbol tables are unique.
2015-09-16 Karl SchimpfFix operand lookup in functions to check if local index...
2015-08-21 Karl SchimpfFix handling unknown branches when parsing switch instr...
2015-08-17 Karl SchimpfRestore function-local variables to use a vector.
2015-08-14 Karl SchimpfChange tracking of basic blocks (within function) to...
2015-08-10 Jim StichnothSubzero: Misc fixes/cleanup.
2015-03-04 Karl SchimpfFix subzero translator to use new API for reporting...
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...
2014-12-01 Karl SchimpfCreate local config file for subzero reader tests.