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
/
ARM
Age
Commit message (
Expand
)
Author
2013-07-19
Simplify the test by removing unnecessary function body.
Eli Bendersky
2013-07-18
Port new tests from origin/master
Eli Bendersky
2013-07-16
Fixing make check errors...
Eli Bendersky
2013-07-09
PNaCl: Fix negative relocation addends on x86-32
Mark Seaborn
2013-06-10
Change NaCl-specific tests from llc to pnacl-llc
Eli Bendersky
2013-05-31
Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-05-09
Support @llvm.nacl.{set|long}jmp intrinsics by translating them to library calls
Eli Bendersky
2013-05-09
Add a llvm lit test for NaCl ARM/X86 support for bswap i16, i32, i64.
Jan Voung
2013-05-08
Insert denominator zero checks for NaCl
David Sehr
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
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