aboutsummaryrefslogtreecommitdiff
path: root/test/NaCl
AgeCommit message (Expand)Author
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