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
/
X86
Age
Commit message (
Expand
)
Author
2013-07-25
Clean some PNaCl-specific tests.
Jim Stichnoth
2013-07-24
Hide the x86-64 sandbox base address.
Jim Stichnoth
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-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-03-18
Don't fold large offsets into FrameIndexBase displacements either
Derek Schuff
2013-03-01
Only fold small constants into memory reference displacements.
Derek Schuff
2013-02-15
Don't fold negative constants into addresss displacements for memory references
Derek Schuff
2012-11-14
Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG"
Mark Seaborn
2012-11-08
Add @nacl.read.tp() intrinsic, a fast version of NaCl's tls_get() IRT interface
Mark Seaborn