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
/
docs
/
PNaClLangRef.rst
Age
Commit message (
Expand
)
Author
2013-10-14
The PNaCl bitcode reference manual has moved into the Chromium repository.
Eli Bendersky
2013-08-06
Rework PNaCl memory ordering
JF Bastien
2013-08-01
Add Intrinsic::nacl_atomic_is_lock_free
JF Bastien
2013-07-30
Move alloca into subsection for better formatting.
Eli Bendersky
2013-07-30
Clarify that externally_initialized is not supported.
Eli Bendersky
2013-07-30
Describe NaCl-specific intrinsics.
Eli Bendersky
2013-07-29
Beginnings of a "PNaCl Developer's Guide".
Eli Bendersky
2013-07-29
Fix formatting and remove TODO in PNaClLangRef.rst
Eli Bendersky
2013-07-29
Updating the PNaCl reference manual to be in line with ABI verifier
Eli Bendersky
2013-07-13
Concurrency support for PNaCl ABI
JF Bastien
2013-07-02
Move LLVM sqrt intrinsic to stable (for float and doubles).
Jan Voung
2013-07-02
Tweak the PNaClLangRef doc with some recent changes
Eli Bendersky
2013-06-28
Move stacksave/restore to allowed list, pow to disallowed.
Jan Voung
2013-06-24
Clarify PNaClLangRef w.r.t. function attributes or varargs
Eli Bendersky
2013-06-24
PNaCl ABI: Disallow built-in multiplication in "alloca" instructions
Mark Seaborn
2013-06-24
Move i32/i64 cttz, ctlz, and ctpop to whitelisted intrinsics.
Jan Voung
2013-06-21
Update LangRef.rst to the 3.3 version and add PnaclRef.rst
Eli Bendersky