aboutsummaryrefslogtreecommitdiff
path: root/test/NaCl
AgeCommit message (Expand)Author
2013-03-18Don't fold large offsets into FrameIndexBase displacements eitherDerek Schuff
2013-03-14Cleanup of ABI CheckerDerek Schuff
2013-03-01Only fold small constants into memory reference displacements.Derek Schuff
2013-02-22ABI Verifier: Check types in metadata nodesDerek Schuff
2013-02-20ABI Verifier: Check function return and argument types, and instruction opera...Derek Schuff
2013-02-15Don't fold negative constants into addresss displacements for memory referencesDerek Schuff
2013-02-12This CL supersedes the previous 2 outstanding CLs.Derek Schuff
2013-02-06Store bitcode verifier errors rather than dumping to stderrDerek Schuff
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-25Use 2>&1 to include stderr in pipe instead of |&Derek Schuff
2013-01-25ABI verifier: Verify types of global variables and initializers.Derek Schuff
2013-01-22Add remaining instructions to ABI verifier whitelistDerek Schuff
2013-01-18Move ABI verifier pass declaration to lib/Analysis and add testsDerek Schuff
2013-01-04Move VLD cases properly into IsDangerousLoad and update tests that had incorr...Eli Bendersky
2012-11-26Add more tests for sandboxing on ARMEli Bendersky
2012-11-20Remove tabsEli Bendersky
2012-11-20Add tests for auto-updating version of vld[1-4]Eli Bendersky
2012-11-15Sandboxing of VLD instructionsEli Bendersky
2012-11-14Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG"Mark Seaborn
2012-11-14Implement sandboxing of NEON store instructionsEli Bendersky
2012-11-12Add a test and rename a couple of others.Eli Bendersky
2012-11-08Add @nacl.read.tp() intrinsic, a fast version of NaCl's tls_get() IRT interfaceMark Seaborn
2012-11-07Adding a simple test for sandboxing loads and storesEli Bendersky
2012-11-06Clean up the CHECK lines to be less pedanticEli Bendersky
2012-11-06Adding sandboxing testEli Bendersky