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