index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
NaCl
Age
Commit message (
Expand
)
Author
2013-01-25
Use 2>&1 to include stderr in pipe instead of |&
Derek Schuff
2013-01-25
ABI verifier: Verify types of global variables and initializers.
Derek Schuff
2013-01-22
Add remaining instructions to ABI verifier whitelist
Derek Schuff
2013-01-18
Move ABI verifier pass declaration to lib/Analysis and add tests
Derek Schuff
2013-01-04
Move VLD cases properly into IsDangerousLoad and update tests that had incorr...
Eli Bendersky
2012-11-26
Add more tests for sandboxing on ARM
Eli Bendersky
2012-11-20
Remove tabs
Eli Bendersky
2012-11-20
Add tests for auto-updating version of vld[1-4]
Eli Bendersky
2012-11-15
Sandboxing of VLD instructions
Eli Bendersky
2012-11-14
Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG"
Mark Seaborn
2012-11-14
Implement sandboxing of NEON store instructions
Eli Bendersky
2012-11-12
Add a test and rename a couple of others.
Eli Bendersky
2012-11-08
Add @nacl.read.tp() intrinsic, a fast version of NaCl's tls_get() IRT interface
Mark Seaborn
2012-11-07
Adding a simple test for sandboxing loads and stores
Eli Bendersky
2012-11-06
Clean up the CHECK lines to be less pedantic
Eli Bendersky
2012-11-06
Adding sandboxing test
Eli Bendersky